3.1.3.3.7 ST_SignedDecimalNumberMax-2 (Decimal Number Value Max -2)

This simple type specifies that its contents shall contain a number, whose contents are interpreted based on the context of the parent XML element.

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

This simple type also specifies the following restrictions:

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

    Referenced By

    ST_MarkupId3.1.3.3.3, ST_MarkupId)

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

 <simpleType name="ST_SignedDecimalNumberMax-2">
   <restriction base="xsd:int">
     <maxInclusive value="-2"/>
   </restriction>
 </simpleType>