Definition Type: ComplexType
Name: CT_MapInfo
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-customXmlMappings.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Map in schema sml-customxmlmappings_xsd Drilldown into Schema in schema sml-customxmlmappings_xsd Drilldown into SelectionNamespaces in schema sml-customxmlmappings_xsdXSD Diagram of CT_MapInfo in schema sml-customxmlmappings_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_MapInfo">
    <xsd:sequence>
        <xsd:element name="Schema" type="CT_Schema" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>XML Schema</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Map" type="CT_Map" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>XML Mapping Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="SelectionNamespaces" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation>Prefix Mappings for XPath Expressions</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Schema nsM:Schema 1 unbounded
Map nsM:Map 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
SelectionNamespaces nsM:SelectionNamespaces Required
Collapse Derivation Tree:
Collapse References:
nsM:MapInfo