tQuery

Complex Type Information

Model

ANY element from ANY namespace

Attributes

QName Type Fixed Default Use Inheritable Annotation
queryLanguage xsd:anyURI optional
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'

Used By

Element query

Source

<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"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>