ops:range-indexType

An index for a range must be an int greater than or equal to 0.

Simple Type Information

Used By

Source

<xs:simpleType name="range-indexType">
  <xs:annotation>
    <xs:documentation>An index for a range must be an int greater than or equal to 0.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:int">
    <xs:minInclusive value="0"/>
  </xs:restriction>
</xs:simpleType>