A query in a language, defined by a "syntax" attribute. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
syntax | xs:string | optional |
Element | ops:query |
<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> |