Definition Type: ComplexType
Name: lvlElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a list level.
Collapse XSD Schema Diagram:
Drilldown into rPr in schema wordnet_xsd Drilldown into pPr in schema wordnet_xsd Drilldown into lvlJc in schema wordnet_xsd Drilldown into legacy in schema wordnet_xsd Drilldown into lvlPicBulletId in schema wordnet_xsd Drilldown into lvlText in schema wordnet_xsd Drilldown into suff in schema wordnet_xsd Drilldown into isLgl in schema wordnet_xsd Drilldown into pStyle in schema wordnet_xsd Drilldown into lvlRestart in schema wordnet_xsd Drilldown into nfc in schema wordnet_xsd Drilldown into start in schema wordnet_xsd Drilldown into tentative in schema wordnet_xsd Drilldown into tplc in schema wordnet_xsd Drilldown into ilvl in schema wordnet_xsdXSD Diagram of lvlElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="lvlElt">
    <xsd:annotation>
        <xsd:documentation>Defines a list level.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="start" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the starting number for this list.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="nfc" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies the number style used for a list.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lvlRestart" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the number at which to restart the list numbering.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="pStyle" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the paragraph style for the list numbers.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="isLgl" type="onOffProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether this level is following the legal numbering rules.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="suff" type="listLevelSuffixProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies what follows the list number.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lvlText" type="listLevelTextProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the number format text.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lvlPicBulletId" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the picture bullet ID.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="legacy" type="lvlLegacyElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether the list level is from Word 6.0/95 or earlier.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lvlJc" type="jcProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents justification of the actual number</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="pPr" type="pPrElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the paragraph properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="rPr" type="rPrElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the run properties for the list numbers.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="ilvl" type="decimalNumberType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the level number.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="tplc" type="longHexNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the template code, which is used to figure out which gallery item to display in bullets and numbering.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="tentative" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies whether the level's format is still tentative.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
start W:start 0 (1)
nfc W:nfc 0 (1)
lvlRestart W:lvlRestart 0 (1)
pStyle W:pStyle 0 (1)
isLgl W:isLgl 0 (1)
suff W:suff 0 (1)
lvlText W:lvlText 0 (1)
lvlPicBulletId W:lvlPicBulletId 0 (1)
legacy W:legacy 0 (1)
lvlJc W:lvlJc 0 (1)
pPr W:pPr 0 (1)
rPr W:rPr 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ilvl W:ilvl Required
tplc W:tplc Optional
tentative W:tentative Optional
Collapse Derivation Tree:
Collapse References:
W:lvl, W:lvl