Definition Type: SimpleType
Name: TrueFalseType
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Containing Schema: excelss.xsd
Documentation:
Defines a data type restricted to two values: true or false.
Collapse XSD Schema Diagram:
XSD Diagram of TrueFalseType in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="TrueFalseType">
    <xsd:annotation>
        <xsd:documentation>Defines a data type restricted to two values: true or false.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="0" />
        <xsd:enumeration value="1" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Collapse Derivation Tree:
Collapse References:
ss:AutoFitHeight, ss:AutoFitWidth, ss:Bold, ss:FullColumns, ss:FullRows, ss:Italic, ss:Outline, ss:Protected, ss:Protected, ss:RightToLeftss:Shadow, ss:ShowAlways, ss:ShrinkToFit, ss:StrikeThrough, ss:VerticalText, ss:WrapText,