Definition Type: SimpleType
Name: OneZeroType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Defines a data type with the values of 1 and 0.
Collapse XSD Schema Diagram:
XSD Diagram of OneZeroType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="OneZeroType">
    <xsd:annotation>
        <xsd:documentation>Defines a data type with the values of 1 and 0.</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:
x:CenterHorizontal, x:CenterVertical, x:FullColumns, x:FullRows, x:HideFormula, x:RobustConnect, x:RobustConnectx:Ticked,