Definition Type: ComplexType
Name: CT_DocPartCategory
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into gallery in schema wml_xsd Drilldown into name in schema wml_xsdXSD Diagram of CT_DocPartCategory in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DocPartCategory">
    <xsd:sequence>
        <xsd:element name="name" type="CT_String" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Category Associated With Entry</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="gallery" type="CT_DocPartGallery" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Gallery Associated With Entry</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name w:name 1 1
gallery w:gallery 1 1
Collapse Derivation Tree:
Collapse References:
w:category