Definition Type: SimpleType
Name: ST_Integer2
Namespace: http://schemas.openxmlformats.org/officeDocument/2006/math
Containing Schema: shared-math.xsd
Documentation:
Integer value (-2 to 2)
Collapse XSD Schema Diagram:
XSD Diagram of ST_Integer2 in schema shared-math_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_Integer2">
    <xsd:annotation>
        <xsd:documentation>Integer value (-2 to 2)</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="-2" />
        <xsd:maxInclusive value="2" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxInclusive 2
MinInclusive -2
Collapse Derivation Tree:
Collapse References:
m:val