<xsd:complexType name="GeometryStyleType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>[complexType of] The style descriptor for geometries of a feature.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:BaseStyleDescriptorType">
<xsd:sequence>
<xsd:choice>
<xsd:element ref="gml:symbol" />
<xsd:element name="style" type="string" />
</xsd:choice>
<xsd:element ref="gml:LabelStyle" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="geometryProperty" type="string" />
<xsd:attribute name="geometryType" type="string" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|