<xsd:complexType name="SymbolType" abstract="true">
<xsd:annotation>
<xsd:documentation>
A "SymbolType" is an abstract type for encoding the graphical
properties used to portray geographic information. Concrete symbol
types are derived from this base type.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="sld:Name" minOccurs="0" />
<xsd:element ref="sld:Description" minOccurs="0" />
<xsd:element ref="sld:BaseSymbol" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="version" type="sld:VersionType" />
</xsd:complexType>
|