Definition Type: Element
Name: MapID
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel2003xml.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains the ID of the map that a binding will use when working with an XML data source.
Collapse XSD Schema Diagram:
XSD Diagram of MapID in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="MapID" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains the ID of the map that a binding will use when working with an XML data source.</xsd:documentation>
    </xsd:annotation>
</xsd:element>