Definition Type: ComplexType
Name: MapInfoType
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Containing Schema: excel2003xml.xsd
Abstract
Documentation:
Specifies the mapping of XML document elements and attributes to spreadsheet cells.
Collapse XSD Schema Diagram:
Drilldown into Map in schema excel2003xml_xsd Drilldown into Schema in schema excel2003xml_xsd Drilldown into SelectionNamespaces in schema excel2003xml_xsd Drilldown into HideInactiveListBorder in schema excel2003xml_xsdXSD Diagram of MapInfoType in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="MapInfoType">
    <xsd:annotation>
        <xsd:documentation>Specifies the mapping of XML document elements and attributes to spreadsheet cells.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Schema" type="SchemaType" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains information about the schema that is being mapped.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
    </xsd:sequence>
    <xsd:attribute name="HideInactiveListBorder" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Specifies whether the borders of inactive lists are visible.</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="true" />
                <xsd:enumeration value="false" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="SelectionNamespaces" use="optional" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation>Contains a space-delimited list of the namespace and prefix associations for all maps and XPath values in a workbook.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Schema x2:Schema 1 unbounded
Map x2:Map 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
HideInactiveListBorder x2:HideInactiveListBorder false Optional
SelectionNamespaces x2:SelectionNamespaces Optional
Collapse Derivation Tree:
Collapse References:
x2:MapInfo