<ST_Integer255>
(Integer value (1 to 255))
This simple type specifies an integer value. The semantics of each value are discussed by the referencing element.
This simple type's contents are a restriction of the XML Schema integer datatype.
This simple type also specifies the following restrictions:
This simple type has a minimum value of greater than or equal to 1.
This simple type has a maximum value of less than or equal to 255.
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Integer255">
<restriction base="xsd:integer">
<minInclusive value="1"/>
<maxInclusive value="255"/>
</restriction>
</simpleType>