Defines a list level.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name wordnet

Elements and Attributes

Child Elements

Element Type Description
start decimalNumberProperty Represents the starting number for this list.
nfc decimalNumberProperty Specifies the number style used for a list.
lvlRestart decimalNumberProperty Represents the number at which to restart the list numbering.
pStyle stringProperty Represents the paragraph style for the list numbers.
isLgl onOffProperty Specifies whether this level is following the legal numbering rules.
suff listLevelSuffixProperty Specifies what follows the list number.
lvlText listLevelTextProperty Represents the number format text.
lvlPicBulletId decimalNumberProperty Represents the picture bullet ID.
legacy lvlLegacyElt Specifies whether the list level is from Word 6.0/95 or earlier.
lvlJc jcProperty Represents justification of the actual number
pPr pPrElt Represents the paragraph properties
rPr rPrElt Represents the run properties for the list numbers.

Attributes

Attribute Type Required Description Possible Values
ilvl decimalNumberType required Gets or sets the level number.
tplc longHexNumberType optional Gets or sets the template code, which is used to figure out which gallery item to display in bullets and numbering.

length = 4

tentative onOffType optional Specifies whether the level's format is still tentative.
  • on
  • off

Definition

XML

<xsd:complexType name="lvlElt" ">
    
    <xsd:sequence>
      <xsd:element name="start" type="decimalNumberProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="nfc" type="decimalNumberProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="lvlRestart" type="decimalNumberProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="pStyle" type="stringProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="isLgl" type="onOffProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="suff" type="listLevelSuffixProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="lvlText" type="listLevelTextProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="lvlPicBulletId" type="decimalNumberProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="legacy" type="lvlLegacyElt" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="lvlJc" type="jcProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="pPr" type="pPrElt" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="rPr" type="rPrElt" minOccurs="0">
        
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="ilvl" type="decimalNumberType" use="required">
      
    </xsd:attribute>
    <xsd:attribute name="tplc" type="longHexNumberType" use="optional">
      
    </xsd:attribute>
    <xsd:attribute name="tentative" type="onOffType" use="optional">
      
    </xsd:attribute>
  </xsd:complexType>

©2006 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp