Definition Type: ComplexType
Name: CT_SheetIdMap
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sharedWorkbookRevisions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sheetId in schema sml-sharedworkbookrevisions_xsd Drilldown into count in schema sml-sharedworkbookrevisions_xsdXSD Diagram of CT_SheetIdMap in schema sml-sharedworkbookrevisions_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_SheetIdMap">
    <xsd:sequence>
        <xsd:element name="sheetId" type="CT_SheetId" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Sheet Id</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="count" type="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Sheet Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sheetId nsM:sheetId 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
count nsM:count Optional
Collapse Derivation Tree:
Collapse References:
nsM:sheetIdMap