Documentation for fieldgml

Simple Type: QueryGrammarEnumeration

[Table of contents]

Super-types: string < QueryGrammarEnumeration (by restriction)
Sub-types: None
Name QueryGrammarEnumeration
Content
  • Base XSD Type: string
  • value comes from list: {'xpath'|'xquery'|'other'}
Documentation Used to specify the grammar of the feature query mechanism.
Diagram
Schema Component Representation
<simpleType name="QueryGrammarEnumeration">
<restriction base=" string ">
<enumeration value="xpath"/>
<enumeration value="xquery"/>
<enumeration value="other"/>
</restriction>
</simpleType>