<ST_Ints> (Integer List)

A list of integers.

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

Referenced By

<forEach@st>5.9.2.14); <forEach@step>5.9.2.14); <if@st>5.9.2.15); <if@step>5.9.2.15); <presOf@st>5.9.2.21); <presOf@step>5.9.2.21)

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

<simpleType name="ST_Ints">
	<list itemType="xsd:int"/>
</simpleType>