Definition Type: ComplexType
Name: CT_XmlPr
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-singleCellTable.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema sml-singlecelltable_xsd Drilldown into xmlDataType in schema sml-singlecelltable_xsd Drilldown into xpath in schema sml-singlecelltable_xsd Drilldown into mapId in schema sml-singlecelltable_xsdXSD Diagram of CT_XmlPr in schema sml-singlecelltable_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_XmlPr">
    <xsd:sequence>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="mapId" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>XML Map Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="xpath" type="ST_Xstring" use="required">
        <xsd:annotation>
            <xsd:documentation>XPath</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="xmlDataType" type="ST_XmlDataType" use="required">
        <xsd:annotation>
            <xsd:documentation>XML Data Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
extLst nsM:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
mapId nsM:mapId Required
xpath nsM:xpath Required
xmlDataType nsM:xmlDataType Required
Collapse Derivation Tree:
Collapse References:
nsM:xmlPr