<ST_Integer2> (Integer value (-2 to 2))

This simple type contains a value from (-2,+2) which specifies the size of the argument. The effects of each value are described by the referencing element.

This simple type's contents are a restriction of the XML Schema integer datatype.

This simple type also specifies the following restrictions:

  • This simple type has a minimum value of greater than or equal to -2.

  • This simple type has a maximum value of less than or equal to 2.

Referenced By

<argSz@val>7.1.2.6)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Integer2">
	<restriction base="xsd:integer">
	<minInclusive value="-2"/>
	<maxInclusive value="2"/>
	</restriction>
</simpleType>