http://www.endeca.com/MDEX/conversation/1/0
The SortControl Complex Type
The sort status for an attribute in a record list, and means of changing it. The Active attribute specifies whether this particular sort is active, and the embedded Operator is provided as a means for making it active.
Local elements (1)
Operator
Complex Type SortControl
The SortControl type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... Active="boolean"Click here to hide CommentThe default value for this attribute is "true". Direction="cs_v1_0:SortDirection" Key="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required.>
<Operator>cs_v1_0:Operator</Operator> [1..1]
</...>

 Collapse Attributes

Name Type Summary
Active boolean
This attribute is optional. Its form is unqualified.
Its default value is "true".
Show details. Click here to see detail
 
Direction SortDirection
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
Key NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 

 Collapse XML
-<complexType  name="SortControl">
-<annotation>
-<documentation>
The sort status for an attribute in a record list, and means of changing it. The
<code>Active</code>
attribute specifies whether this particular sort is active, and the embedded
<code>Operator</code>
is provided as a means for making it active.
</documentation>
</annotation>
-<complexContent>
-<extension  base="cs_v1_0:Sort">
-<sequence>
<element  name="Operator"  type="cs_v1_0:Operator" />
</sequence>
<attribute  default="true"  name="Active"  type="boolean" />
</extension>
</complexContent>
</complexType>

 Collapse Uses
 Collapse Type (3)
 
 Collapse Used-By
Generated by WSDLdoc ©