The root element of the schema definition xml file.
The <Mapping> element has to be the root element of the schema definition xml file. It contains all type mapping information as sub-elements.
The default XML namespace of the elements in the schema definition file has to be the
urn:TechTalk:TT.OODAL.XmlMapping namespace.
<?xml version="1.0" ?>
<Mapping xmlns="urn:TechTalk:TT.OODAL.XmlMapping">
<Reference assembly="mscorlib" />
<Reference assembly="TechTalk.Genome" />
<Reference assembly="Northwind.Business" />
<Using namespace="System" />
<Using namespace="TechTalk.Genome.Mapping" />
<Using namespace="TechTalk.Genome.Schema.Builder.Xml" />
<Using namespace="Northwind.Business" />
<Type name="Employee">
...
</Type>
</Mapping>
Type: TechTalk.Genome.Schema.Builder.Xml.MappingFileXmlData
Assembly: TechTalk.Genome.dll
Version: 4.2.4
Editions: Professional, Evaluation, Express
Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Oracle 9i Release 2, Oracle 10g Release 2
<Reference> Element | <Using> Element | <Type> Element