L.4.15.6.3.26 Index1
L.4.15.6.3.26 Index1
The simple type ST_Index1 defines a 1-based index that is used to index values elsewhere. The simple type is defined as:
<xsd:simpleType name="ST_Index1">
<xsd:restriction base="xsd:unsignedInt">
<xsd:minInclusive value="1" />
</xsd:restriction>
</xsd:simpleType>
Last updated on