diagram | |||
namespace | http://api.bds.tibco.com | ||
type | extension of SearchCondition | ||
properties |
|
||
children | attrPath operator value parameterName | ||
annotation |
|
||
source | <xs:complexType name="AttributeSearchCondition"> <xs:annotation> <xs:documentation>Search Condition</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="SearchCondition"> <xs:sequence> <xs:element name="attrPath" type="xs:string"/> <xs:element name="operator" type="SearchOperatorEnum"/> <xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Only required in conjunction with certain operators</xs:documentation> </xs:annotation> </xs:element> <xs:element name="parameterName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Allows a parameter name to be assigned that will enable the value(s) for 'value' to be overridden at execution-time</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
source | <xs:element name="attrPath" type="xs:string"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | SearchOperatorEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="operator" type="SearchOperatorEnum"/> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Only required in conjunction with certain operators</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="parameterName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Allows a parameter name to be assigned that will enable the value(s) for 'value' to be overridden at execution-time</xs:documentation> </xs:annotation> </xs:element> |