Definition Type: ComplexType
Name: CT_DocPartTypes
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into type in schema wml_xsd Drilldown into all in schema wml_xsdXSD Diagram of CT_DocPartTypes in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DocPartTypes">
    <xsd:choice>
        <xsd:element name="type" type="CT_DocPartType" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Entry Type</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attribute name="all" type="ST_OnOff" use="optional">
        <xsd:annotation>
            <xsd:documentation>Entry Is Of All Types</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type w:type (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
all w:all Optional
Collapse Derivation Tree:
Collapse References:
w:types