listsElt complexType [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

listsElt complexType [Word 2003 XML Reference]

Defines a collection of lists.

Type Information

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

Elements and Attributes

Child Elements

Element Description
listPicBullet Represents pictures used by picture bullet lists
listDef Represents the base list definitions. These definitions will not be directly used in the document. Instead, they will be referenced by list elements.
list Represents the definitions of the lists that are used in the document. The definitions build on top of listDef elements.
ilfoMacAtCleanup 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.

Attributes

None.

Definition

<xsd:complexType name="listsElt" >
  <xsd:sequence>
    <xsd:element name="listPicBullet" type="listPicBulletElt" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
    <xsd:element name="listDef" type="listDefElt" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
    <xsd:element name="list" type="listElt" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
    <xsd:element name="ilfoMacAtCleanup" type="decimalNumberProperty" minOccurs="0">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>

©2004 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/odcXMLRefLegalNotice.asp