diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | attribute type | ||
annotation |
|
||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | ||||||||||
type | SortType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |