Definition Type: SimpleType
Name: booleanType
Namespace: http://schemas.microsoft.com/office/word/2003/auxHint
Containing Schema: wordnetaux.xsd
Documentation:
Defines a Boolean value.
Collapse XSD Schema Diagram:
XSD Diagram of booleanType in schema wordnetaux_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="booleanType">
    <xsd:annotation>
        <xsd:documentation>Defines a Boolean value.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="true">
        </xsd:enumeration>
        <xsd:enumeration value="false">
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration true
Enumeration false
Collapse Derivation Tree:
Collapse References:
wx:iPersistPropertyBag