<ST_Skip>
(Skip)
This simple type specifies that its contents will contain an integer greater than or equal to one.
This simple type's contents are a restriction of the XML Schema unsignedShort datatype.
This simple type also specifies the following restrictions:
This simple type has a minimum value of greater than or equal to 1.
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Skip">
<restriction base="xsd:unsignedShort">
<minInclusive value="1"/>
</restriction>
</simpleType>