Documentation for fieldgml

Simple Type: SymbolTypeEnumeration

[Table of contents]

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