Definition Type: ComplexType
Name: listsElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a collection of lists.
Collapse XSD Schema Diagram:
Drilldown into ilfoMacAtCleanup in schema wordnet_xsd Drilldown into list in schema wordnet_xsd Drilldown into listDef in schema wordnet_xsd Drilldown into listPicBullet in schema wordnet_xsdXSD Diagram of listsElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="listsElt">
    <xsd:annotation>
        <xsd:documentation>Defines a collection of lists.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="listPicBullet" type="listPicBulletElt" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Represents pictures used by picture bullet lists</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="listDef" type="listDefElt" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Represents 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:element>
        <xsd:element name="list" type="listElt" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Represents the definitions of the lists that are used in the document. The definitions build on top of listDef elements.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ilfoMacAtCleanup" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the optional index of the last list when a list cleanup was attempted. This element is used to prevent trying to clean up the lists again.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
listPicBullet W:listPicBullet 0 unbounded
listDef W:listDef 0 unbounded
list W:list 0 unbounded
ilfoMacAtCleanup W:ilfoMacAtCleanup 0 (1)
Collapse Derivation Tree:
Collapse References:
W:lists, W:lists