Definition Type: ComplexType
Name: CT_MetadataTypes
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheetMetadata.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into metadataType in schema sml-sheetmetadata_xsd Drilldown into count in schema sml-sheetmetadata_xsdXSD Diagram of CT_MetadataTypes in schema sml-sheetmetadata_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_MetadataTypes">
    <xsd:sequence>
        <xsd:element name="metadataType" type="CT_MetadataType" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Metadata Type Information</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Metadata Type Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metadataType nsM:metadataType 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
count nsM:count 0 Optional
Collapse Derivation Tree:
Collapse References:
nsM:metadataTypes