| namespace | http://api.bds.tibco.com | |||||||||
| type | restriction of xs:string | |||||||||
| properties | 
  | 
				|||||||||
| used by | 
  | 
				|||||||||
| facets | 
  | 
				|||||||||
| annotation | 
  | 
				|||||||||
| 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>  |