Definition Type: ComplexType
Name: tQuery
Namespace: http://docs.oasis-open.org/wsbpel/2.0/varprop
Containing Schema: ws-bpel_varprop.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into queryLanguage in schema ws-bpel_varprop_xsdXSD Diagram of tQuery in schema ws-bpel_varprop_xsd (OASIS Web Services Business Process Execution Language (WSBPEL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="tQuery" mixed="true">
    <xsd:sequence>
        <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="queryLanguage" type="xsd:anyURI" default="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0" />
    <xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
queryLanguage vprop:queryLanguage urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0 (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
vprop:query