simpleType QueryGrammarEnumeration
namespace http://www.opengis.net/gml
type restriction of xs:string
used by
attribute FeatureStyleType/@queryGrammar
facets
Kind Value annotation 
enumeration xpath 
enumeration xquery 
enumeration other 
annotation
documentation
Used to specify the grammar of the feature query mechanism.
source <xs:simpleType name="QueryGrammarEnumeration">
 
<xs:annotation>
   
<xs:documentation>Used to specify the grammar of the feature query mechanism.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="string">
   
<xs:enumeration value="xpath"/>
   
<xs:enumeration value="xquery"/>
   
<xs:enumeration value="other"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy