<complexType name="SymbolType">
<annotation>
<documentation>[complexType of] The symbol property. Allows for remote referencing of symbols.</documentation>
</annotation>
<sequence>
<any processContents="skip" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attribute name="symbolType" type="gml:SymbolTypeEnumeration" use="required" />
<attribute ref="gml:transform" use="optional" />
<attribute name="about" type="anyURI" use="optional" />
<attributeGroup ref="gml:AssociationAttributeGroup" />
</complexType>
|