simpleType SortType
namespace http://base.api.ec.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
element SortElement/type
facets
Kind Value Annotation
enumeration DESCENDING
enumeration ASCENDING
annotation
documentation
Enumerated value defining the type of sort which can be used for each element of a SortOrder.
source <xs:simpleType name="SortType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the type of sort which can be used for each element of a SortOrder.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DESCENDING"/>
   
<xs:enumeration value="ASCENDING"/>
 
</xs:restriction>
</xs:simpleType>

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