Definition Type: ComplexType
Name: listLevelTextProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Specifies the text for the level.
Collapse XSD Schema Diagram:
Drilldown into null in schema wordnet_xsd Drilldown into val in schema wordnet_xsdXSD Diagram of listLevelTextProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="listLevelTextProperty">
    <xsd:annotation>
        <xsd:documentation>Specifies the text for the level.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the number format text.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="null" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies whether the string is null. A null string is different from an empty string. If the level text is a string with only a null character, set the null attribute to on.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Optional
null W:null Optional
Collapse Derivation Tree:
Collapse References:
W:lvlText