element <sort> (local)
Namespace:
Type:
Content:
empty, 2 attributes
Defined:
locally within queryOptionsType complexType in hsdl.xsd; see XML source
XML Representation Summary
<sort
   
 = 
("ascending" | "descending") : "ascending"
 = 
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="sort" type="sortType">
<xsd:annotation>
<xsd:documentation>
TBD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 2/2)
direction
Type:
anonymous simpleType (restriction of xsd:string)
Use:
optional
Default:
"ascending"
Defined:
locally within sortType complexType
TBD: Direction of sorting (ascending or descending).
Anonymous simpleType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:attribute default="ascending" name="direction" use="optional">
<xsd:annotation>
<xsd:documentation>
TBD: Direction of sorting (ascending or descending).
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ascending"/>
<xsd:enumeration value="descending"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

key
Type:
Use:
required
Defined:
locally within sortType complexType
TBD: Sort key (for example, subject or @size).
XML Source (see within schema source)
<xsd:attribute name="key" type="selectType" use="required">
<xsd:annotation>
<xsd:documentation>
TBD: Sort key (for example, subject or @size).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>