Definition Type: ComplexType
Name: listDefElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the base list definitions. These definitions will not be directly used in the document. Instead, they will be referenced by list elements.
Collapse XSD Schema Diagram:
Drilldown into lvl in schema wordnet_xsd Drilldown into listStyleLink in schema wordnet_xsd Drilldown into styleLink in schema wordnet_xsd Drilldown into name in schema wordnet_xsd Drilldown into tmpl in schema wordnet_xsd Drilldown into plt in schema wordnet_xsd Drilldown into lsid in schema wordnet_xsd Drilldown into listDefId in schema wordnet_xsdXSD Diagram of listDefElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="listDefElt">
    <xsd:annotation>
        <xsd:documentation>Defines the base list definitions. These definitions will not be directly used in the document. Instead, they will be referenced by list elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="lsid" type="longHexNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the list ID.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="plt" type="listTypeProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies the list type.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tmpl" type="longHexNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies the list template used for formatting the list.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="name" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the list's name.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="styleLink" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the name of the list style defined by this list.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="listStyleLink" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the name of the list style that the list is referencing.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lvl" type="lvlElt" minOccurs="0" maxOccurs="9">
            <xsd:annotation>
                <xsd:documentation>Defines a level in this list.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="listDefId" type="decimalNumberType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the identifier of this list definition.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lsid W:lsid 0 (1)
plt W:plt 0 (1)
tmpl W:tmpl 0 (1)
name W:name 0 (1)
styleLink W:styleLink 0 (1)
listStyleLink W:listStyleLink 0 (1)
lvl W:lvl 0 9
Collapse Child Attributes:
Name Type Default Value Use
listDefId W:listDefId Required
Collapse Derivation Tree:
Collapse References:
W:listDef