3.7.2.1 ST_PositiveInteger (Positive 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_PositiveInteger">
   <restriction base="xsd:int">
     <minExclusive value="0"/>
   </restriction>
 </simpleType>