simpleType SortOrderEnum
namespace http://api.bds.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration ASC
enumeration DESC
annotation
documentation
Search Sort Order
source <xs:simpleType name="SortOrderEnum">
 
<xs:annotation>
   
<xs:documentation>Search Sort Order</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ASC"/>
   
<xs:enumeration value="DESC"/>
 
</xs:restriction>
</xs:simpleType>

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