complexType SortAttribute
diagram bds_all_diagrams/bds_all_p286.png
namespace http://api.bds.tibco.com
children attrPath order
used by
elements GetCaseReferencesForDataViewRequestType/sortAttribute ViewSpecification/sortAttribute
annotation
documentation
Search - sort attribute
source <xs:complexType name="SortAttribute">
 
<xs:annotation>
   
<xs:documentation>Search - sort attribute</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="attrPath" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Must be a multiplicity-one attribute of the case class or of a singularly-contained global class</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="order" type="SortOrderEnum"/>
 
</xs:sequence>
</xs:complexType>

element SortAttribute/attrPath
diagram bds_all_diagrams/bds_all_p287.png
type xs:string
properties
content simple
annotation
documentation
Must be a multiplicity-one attribute of the case class or of a singularly-contained global class
source <xs:element name="attrPath" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Must be a multiplicity-one attribute of the case class or of a singularly-contained global class</xs:documentation>
 
</xs:annotation>
</xs:element>

element SortAttribute/order
diagram bds_all_diagrams/bds_all_p288.png
type SortOrderEnum
properties
content simple
facets
Kind Value Annotation
enumeration ASC
enumeration DESC
source <xs:element name="order" type="SortOrderEnum"/>


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