<xsd:element name="FeatureStyle">
<xsd:annotation>
<xsd:documentation>
A FeatureStyle contains styling information specific to one
feature type. This is the SLD level that separates the 'layer'
handling from the 'feature' handling.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:sequence>
<xsd:element ref="sld:Name" minOccurs="0" />
<xsd:element ref="sld:Description" minOccurs="0" />
<xsd:element ref="sld:FeatureTypeName" minOccurs="0" />
<xsd:element ref="sld:SemanticTypeIdentifier" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="sld:Rule" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:element ref="sld:OnlineResource" />
</xsd:choice>
<xsd:attribute name="version" type="sld:VersionType" />
</xsd:complexType>
</xsd:element>
|