<ST_UnsignedInts>
(Unsigned Integer List)
A list of unsigned integers.
This simple type allows a list of items of the XML Schema unsignedInt datatype.
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_UnsignedInts">
<list itemType="xsd:unsignedInt"/>
</simpleType>