<xsd:complexType name="CT_LvlLegacy">
<xsd:attribute name="legacy" type="ST_OnOff" use="optional">
<xsd:annotation>
<xsd:documentation>Use Legacy Numbering Properties</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="legacySpace" type="ST_TwipsMeasure" use="optional">
<xsd:annotation>
<xsd:documentation>Legacy Spacing</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="legacyIndent" type="ST_SignedTwipsMeasure" use="optional">
<xsd:annotation>
<xsd:documentation>Legacy Indent</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|