Definition Type: SimpleType
Name: TrueFalseType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Defines a data type with the values of true and false.
Collapse XSD Schema Diagram:
XSD Diagram of TrueFalseType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="TrueFalseType">
    <xsd:annotation>
        <xsd:documentation>Defines a data type with the values of true and false.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="True" />
        <xsd:enumeration value="False" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration True
Enumeration False
Collapse Derivation Tree:
Collapse References:
x:Boolean, x:Boolean, x:DisplayInkNotes, x:FilterOnx:ProtectContents, x:ProtectObjects, x:ProtectScenarios, x:ProtectStructure, x:ProtectWindows,