<ST_UnsignedInts> (Unsigned Integer List)

A list of unsigned integers.

This simple type allows a list of items of the XML Schema unsignedInt datatype.

Referenced By

<forEach@cnt>5.9.2.14); <if@cnt>5.9.2.15); <presOf@cnt>5.9.2.21)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_UnsignedInts">
	<list itemType="xsd:unsignedInt"/>
</simpleType>