complexType SortElement
diagram ec_wsdl_diagrams/ec_wsdl_p827.png
namespace http://base.api.ec.n2.tibco.com
children attribute type
annotation
documentation
Definition of a specific SortElement (used to build up the SortOrder on a query).
source <xs:complexType name="SortElement">
 
<xs:annotation>
   
<xs:documentation>Definition of a specific SortElement (used to build up the SortOrder on a query).</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="attribute" type="xs:string" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Name of the attribute to sort on.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="type" type="SortType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Type (direction) the sort should take.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SortElement/attribute
diagram ec_wsdl_diagrams/ec_wsdl_p828.png
type xs:string
properties
content simple
annotation
documentation
Name of the attribute to sort on.
source <xs:element name="attribute" type="xs:string" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Name of the attribute to sort on.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SortElement/type
diagram ec_wsdl_diagrams/ec_wsdl_p829.png
type SortType
properties
content simple
facets
Kind Value Annotation
enumeration DESCENDING
enumeration ASCENDING
annotation
documentation
Type (direction) the sort should take.
source <xs:element name="type" type="SortType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Type (direction) the sort should take.</xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy