complexType "rangeType"
Namespace:
Content:
empty, 2 attributes
Defined:
globally in hsdl.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:int
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
range (in options : queryOptionsType)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="rangeType">
<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>
<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>
</xsd:complexType>
Attribute Detail (all declarations; 2/2)
count
Type:
xsd:int, predefined
Use:
required
Defined:
locally within (this) 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 (this) 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>