ops:queryType

A query in a language, defined by a "syntax" attribute.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
syntax xs:string optional

Used By

Element ops:query

Source

<xs:complexType name="queryType">
  <xs:annotation>
    <xs:documentation>A query in a language, defined by a "syntax" attribute.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="syntax" type="xs:string" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>