3.5.2.2.2.2 ST_IntNonNegative (Non-Negative Integer)

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

This simple type also specifies the following restrictions:

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

 <simpleType name="ST_IntNonNegative">
   <restriction base="xsd:int">
     <minInclusive value="0"/>
   </restriction>
 </simpleType>