<xsd:complexType name="listLvlElt">
<xsd:annotation>
<xsd:documentation>Defines the settings for the list level.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="startOverride" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the number this level starts at (overrides the list starting number).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvl" type="lvlElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Defines a list level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="ilvl" type="decimalNumberType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets the list level number.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|