3.1.3.3.5 ST_NonNegativeDecimalNumber (Non-Negative Decimal Number Value)

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 minimum value of greater than or equal to 0.

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_NonNegativeDecimalNumber">
   <restriction base="xsd:int">
     <minInclusive value="0"/>
   </restriction>
 </simpleType>