element <range> (local)
Namespace:
Type:
Content:
empty, 2 attributes
Defined:
locally within queryOptionsType complexType in hsdl.xsd; see XML source
XML Representation Summary
<range
   
 = 
xsd:int
 = 
xsd:string
/>
Included in content model of elements (1):
options (type queryOptionsType)
Annotation
TBD.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="range" type="rangeType">
<xsd:annotation>
<xsd:documentation>
TBD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 2/2)
count
Type:
xsd:int, predefined
Use:
required
Defined:
locally within rangeType complexType
TBD: Positive number of elements. TBD: Is there any way to specify in schema that this number should be positive?
XML Source (see within schema source)
<xsd:attribute name="count" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>
TBD: Positive number of elements.
TBD: Is there any way to specify in schema that this number should be positive?
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

first
Type:
Use:
required
Defined:
locally within rangeType complexType
TBD: Position of element that will be first in the resulting node-set (like '1', 'count()' or 'position-of(.[@id='93247519328475']). Note: Only a subset of XPath will work here.
XML Source (see within schema source)
<xsd:attribute name="first" type="positionType" use="required">
<xsd:annotation>
<xsd:documentation>
TBD: Position of element that will be first in the resulting node-set
(like '1', 'count()' or 'position-of(.[@id='93247519328475']).
Note: Only a subset of XPath will work here.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>