Range
A complex data type that specifies a start and end range for a search.
Schema
<xsd:complexType name="Range">
<xsd:sequence>
<xsd:element name="Start" type="xsd:long"/>
<xsd:element name="End" type="xsd:long"/>
</xsd:sequence>
</xsd:complexType>
Elements
Start
The start range for the search.
End
The end range for the search.