<ST_Index1> (1-Based Index)

A 1-based index.

This simple type's contents are a restriction of the XML Schema unsignedInt datatype.

This simple type also specifies the following restrictions:

  • This simple type has a minimum value of greater than or equal to 1.

Referenced By

<adj@idx>5.9.2.1)

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

<simpleType name="ST_Index1">
	<restriction base="xsd:unsignedInt">
	<minInclusive value="1"/>
	</restriction>
</simpleType>