Definition Type: Attribute
Name: null
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:onOffType
Containing Schema: wordnet.xsd
Use Optional
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.
Collapse XSD Schema Diagram:
XSD Diagram of null in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Derivation Tree: