diagram | |||
namespace | http://api.bds.tibco.com | ||
children | attrPath order | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | ||||||||||
type | SortOrderEnum | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="order" type="SortOrderEnum"/> |