Definition Type: SimpleType
Name: ST_OnOff
Namespace: http://schemas.openxmlformats.org/officeDocument/2006/math
Containing Schema: shared-math.xsd
Documentation:
On Off
Collapse XSD Schema Diagram:
XSD Diagram of ST_OnOff in schema shared-math_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_OnOff">
    <xsd:annotation>
        <xsd:documentation>On Off</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="on">
            <xsd:annotation>
                <xsd:documentation>On</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="off">
            <xsd:annotation>
                <xsd:documentation>Off</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration on
Enumeration off
Collapse Derivation Tree:
Collapse References:
m:val