Definition Type: Element
Name: Map
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Type: x2:MapType
Containing Schema: excel2003xml.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Specifies the mapping between the elements and attributes in the schema and the cells in the spreadsheet.
Collapse XSD Schema Diagram:
Drilldown into Mapdata in schema excel2003xml_xsd Drilldown into Entry in schema excel2003xml_xsd Drilldown into NoPreserveFormatting in schema excel_xsd Drilldown into NoAutoFit in schema excel_xsd Drilldown into DoNotPersist in schema excel_xsd Drilldown into Append in schema excel2003xml_xsd Drilldown into ShowImportExportValidationErrors in schema excel2003xml_xsd Drilldown into RootElement in schema excel2003xml_xsd Drilldown into SchemaID in schema excel2003xml_xsd Drilldown into ID in schema excel2003xml_xsd Drilldown into MapType in schema excel2003xml_xsdXSD Diagram of Map in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Map" type="MapType" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Specifies the mapping between the elements and attributes in the schema and the cells in the spreadsheet.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShowImportExportValidationErrors x2:ShowImportExportValidationErrors 0 (1)
Append x2:Append 0 (1)
DoNotPersist x:DoNotPersist 0 (1)
NoAutoFit x:NoAutoFit 0 (1)
NoPreserveFormatting x:NoPreserveFormatting 0 (1)
Entry x2:Entry 0 unbounded
Mapdata x2:Mapdata 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ID x2:ID (Optional)
SchemaID x2:SchemaID (Optional)
RootElement x2:RootElement (Optional)
Collapse Derivation Tree: