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:

This simple type has a minimum value of greater than 0.

Referenced By

ColorDepth3.7.1.2, ColorDepth); HorizontalResolution3.7.1.6, HorizontalResolution); Monitors3.7.1.8, Monitors); VerticalResolution3.7.1.19, VerticalResolution)

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>