[Table of Contents] [docx version]

Error! No text of specified style in document.

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@st5.9.2.14); forEach@step5.9.2.14); if@st5.9.2.15); if@step5.9.2.15); presOf@st5.9.2.21); presOf@step5.9.2.21)

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

<simpleType name="ST_Ints">

   <list itemType="xsd:int"/>

</simpleType>