2.1.4.11 Ordinal
Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Referenced by: ActionParameter
An ordering of integers describing the position of an element in a sequence.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xs:simpleType name="Ordinal"> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).