<ST_DepthPercent>
(Depth Percent)
This simple type specifies that its contents will contain a whole number between 20 and 2000, whose contents are a percentage.
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 20.
This simple type has a maximum value of less than or equal to 2000.
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_DepthPercent">
<restriction base="xsd:unsignedShort">
<minInclusive value="20"/>
<maxInclusive value="2000"/>
</restriction>
</simpleType>