Definition Type: ComplexType
Name: CT_NumLvl
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into lvl in schema wml_xsd Drilldown into startOverride in schema wml_xsd Drilldown into ilvl in schema wml_xsdXSD Diagram of CT_NumLvl in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_NumLvl">
    <xsd:sequence>
        <xsd:element name="startOverride" type="CT_DecimalNumber" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Numbering Level Starting Value Override</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lvl" type="CT_Lvl" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Numbering Level Override Definition</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="ilvl" type="ST_DecimalNumber" use="required">
        <xsd:annotation>
            <xsd:documentation>Numbering Level ID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startOverride w:startOverride 0 (1)
lvl w:lvl 0 1
Collapse Child Attributes:
Name Type Default Value Use
ilvl w:ilvl Required
Collapse Derivation Tree:
Collapse References:
w:lvlOverride