[Table of Contents] [docx version]
Error! No text of specified style in document.
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>