<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>
|