Definition Type: ComplexType
Name: listLvlElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the settings for the list level.
Collapse XSD Schema Diagram:
Drilldown into lvl in schema wordnet_xsd Drilldown into startOverride in schema wordnet_xsd Drilldown into ilvl in schema wordnet_xsdXSD Diagram of listLvlElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="listLvlElt">
    <xsd:annotation>
        <xsd:documentation>Defines the settings for the list level.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="startOverride" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the number this level starts at (overrides the list starting number).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lvl" type="lvlElt" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Defines a list level.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="ilvl" type="decimalNumberType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the list level number.</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