<xsd:complexType name="CT_Map">
<xsd:sequence>
<xsd:element name="DataBinding" type="CT_DataBinding" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>XML Mapping</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="ID" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>XML Mapping ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>XML Mapping Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="RootElement" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Root Element Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="SchemaID" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Schema Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ShowImportExportValidationErrors" type="xsd:boolean" use="required">
<xsd:annotation>
<xsd:documentation>Show Validation Errors</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="AutoFit" type="xsd:boolean" use="required">
<xsd:annotation>
<xsd:documentation>AutoFit Table on Refresh</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Append" type="xsd:boolean" use="required">
<xsd:annotation>
<xsd:documentation>Append Data to Table</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PreserveSortAFLayout" type="xsd:boolean" use="required">
<xsd:annotation>
<xsd:documentation>Preserve AutoFilter State</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PreserveFormat" type="xsd:boolean" use="required">
<xsd:annotation>
<xsd:documentation>Preserve Cell Formatting</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|