Definition Type: ComplexType
Name: lvlLegacyElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Specifies that the list level is from Word 6.0/95 or earlier.
Collapse XSD Schema Diagram:
Drilldown into legacyIndent in schema wordnet_xsd Drilldown into legacySpace in schema wordnet_xsd Drilldown into legacy in schema wordnet_xsdXSD Diagram of lvlLegacyElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
legacy W:legacy Optional
legacySpace W:legacySpace Optional
legacyIndent W:legacyIndent Optional
Collapse Derivation Tree:
Collapse References:
W:legacy