complexType "queryOptionsType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in hsdl.xsd; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
range (in options : queryOptionsType), shape (type shapeType), sort (in options : queryOptionsType)
All Direct / Indirect Based Elements (1):
options (type queryOptionsType)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="queryOptionsType">
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="sort" type="sortType">
<xsd:annotation>
<xsd:documentation>
TBD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="range" type="rangeType">
<xsd:annotation>
<xsd:documentation>
TBD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="shape" type="shapeType">
<xsd:annotation>
<xsd:documentation>
TBD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 4/4)
range
Type:
rangeType, empty content
Defined:
locally within (this) queryOptionsType complexType
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>

shape
Type:
shapeType, complex content
Defined:
locally within (this) queryOptionsType complexType
TBD.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="shape" type="shapeType">
<xsd:annotation>
<xsd:documentation>
TBD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

sort
Type:
sortType, empty content
Defined:
locally within (this) queryOptionsType complexType
TBD.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="sort" type="sortType">
<xsd:annotation>
<xsd:documentation>
TBD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within (this) queryOptionsType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>