An index for a range must be an int greater than or equal to 0. |
Attributes | ops:rangeType/@begin, ops:rangeType/@end |
<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> |