<xsd:complexType name="SymbolType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>[complexType of] The symbol property. Extends the gml:AssociationType to allow for remote referencing of symbols.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:AssociationType">
<xsd:attribute name="symbolType" type="gml:SymbolTypeEnumeration" use="required" />
<xsd:attribute ref="gml:transform" use="optional" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|