ops:rangeType

Specifies a range of elements. The index starts with 1. Both the begin and the end of the range
need to be given.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
begin ops:range-indexType required
end ops:range-indexType required

Used By

Element ops:range

Source

<xs:complexType name="rangeType">
  <xs:annotation>
    <xs:documentation>Specifies a range of elements. The index starts with 1. Both the begin and the end of the range need to be given.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="begin" type="ops:range-indexType" use="required"/>
  <xs:attribute name="end" type="ops:range-indexType" use="required"/>
</xs:complexType>