http://www.endeca.com/MDEX/conversation/1/0
The SortDirection Simple Type
A SortDirection should be "Ascending" or "Descending". Used when specifying a Sort on records.
Simple Type SortDirection
SortDirection is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are Click here to show Comment(Ascending | Descending).
 Collapse XML
-<simpleType  name="SortDirection">
-<annotation>
<documentation> A SortDirection should be "Ascending" or "Descending". Used when specifying a Sort on records. </documentation>
</annotation>
-<restriction  base="string">
<enumeration  value="Ascending" />
<enumeration  value="Descending" />
</restriction>
</simpleType>

 Collapse Uses
 Collapse Type (1)
string 
 
 Collapse Used-By
 Collapse Attribute (1)
 
Generated by WSDLdoc ©