diagram | |||||||||||||||
namespace | http://api.organisation.common.n2.tibco.com | ||||||||||||||
type | extension of XmlOrgModelVersion | ||||||||||||||
properties |
|
||||||||||||||
children | query | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="XmlResourceQuery"> <xs:annotation> <xs:documentation>Base type for the specification of a resource query.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="XmlOrgModelVersion"> <xs:sequence> <xs:element name="query" type="xs:string"> <xs:annotation> <xs:documentation>Resource query to be executed. The query must conform to the Resource Query Language (RQL) specification. See the product documentation for detailed information about RQL syntax.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="query" type="xs:string"> <xs:annotation> <xs:documentation>Resource query to be executed. The query must conform to the Resource Query Language (RQL) specification. See the product documentation for detailed information about RQL syntax.</xs:documentation> </xs:annotation> </xs:element> |