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:
<xsd:simpleType name="SymbolTypeEnumeration" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>Used to specify the type of the symbol used.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="string">
        <xsd:enumeration value="svg" />
        <xsd:enumeration value="other" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration svg
Enumeration other
Collapse Derivation Tree:
Collapse References:
gml:symbolType