<xsd:complexType name="lvlLegacyElt">
<xsd:annotation>
<xsd:documentation>Specifies that the list level is from Word 6.0/95 or earlier.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="legacy" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies whether this list level is from Word 6.0/95 or earlier. If set to on, the list level is from Word 6.0/95 or earlier.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="legacySpace" type="twipsMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies how much space to insert between the number and the text (for Word 6.0/95 or earlier).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="legacyIndent" type="signedTwipsMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies how much space to indent the number by (for Word 6.0/95 or earlier).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|