<complexType name="GeometryStyleType">
<annotation>
<documentation>[complexType of] The style descriptor for geometries of a feature.</documentation>
</annotation>
<complexContent>
<extension base="gml:BaseStyleDescriptorType">
<sequence>
<choice>
<element ref="gml:symbol" />
<element name="style" type="string">
<annotation>
<appinfo>deprecated</appinfo>
<documentation>Deprecated in GML version 3.1.0. Use symbol with inline content instead.</documentation>
</annotation>
</element>
</choice>
<element ref="gml:labelStyle" minOccurs="0" />
</sequence>
<attribute name="geometryProperty" type="string" />
<attribute name="geometryType" type="string" />
</extension>
</complexContent>
</complexType>
|