| namespace | http://www.opengis.net/gml | ||||||||||||
| type | restriction of xs:string | ||||||||||||
| used by | 
  | 
				||||||||||||
| facets | 
  | 
				||||||||||||
| annotation | 
  | 
				||||||||||||
| 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>  |