Definition Type: SimpleType
Name: truefalseType
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Containing Schema: excel2003xml.xsd
Documentation:
Defines a data type with the values of true and false.
Collapse XSD Schema Diagram:
XSD Diagram of truefalseType in schema excel2003xml_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:
x2:ShowTotals