Specifies a range of elements. The index starts with 1. Both the begin and the end of the range need to be given. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
begin | ops:range-indexType | required | ||||
end | ops:range-indexType | required |
Element | ops:range |
<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> |