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