<xsd:complexType name="FeatureStyleType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>[complexType of] The style descriptor for features.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="featureConstraint" type="string" minOccurs="0" />
<xsd:element ref="gml:GeometryStyle" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="gml:TopologyStyle" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="gml:LabelStyle" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="featureType" type="string" use="optional" />
<xsd:attribute name="baseType" type="string" use="optional" />
</xsd:complexType>
|