<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>
|