Definition Type: SimpleType
Name: QueryGrammarEnumeration
Namespace: http://www.opengis.net/gml
Containing Schema: defaultStyle.xsd
Documentation:
Used to specify the grammar of the feature query mechanism.
Collapse XSD Schema Diagram:
XSD Diagram of QueryGrammarEnumeration in schema defaultstyle_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<simpleType name="QueryGrammarEnumeration">
    <annotation>
        <documentation>Used to specify the grammar of the feature query mechanism.</documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="xpath" />
        <enumeration value="xquery" />
        <enumeration value="other" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration xpath
Enumeration xquery
Enumeration other
Collapse Derivation Tree:
Collapse References:
gml:queryGrammar