simpleType SymbolTypeEnumeration
namespace http://www.opengis.net/gml
type restriction of xs:string
used by
attribute SymbolType/@symbolType
facets
Kind Value annotation 
enumeration svg 
enumeration xpath 
enumeration other 
annotation
documentation
Used to specify the type of the symbol used.
source <xs:simpleType name="SymbolTypeEnumeration">
 
<xs:annotation>
   
<xs:documentation>Used to specify the type of the symbol used.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="string">
   
<xs:enumeration value="svg"/>
   
<xs:enumeration value="xpath"/>
   
<xs:enumeration value="other"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy