A NamedStyle is used to refer to a style that has a name in a WMS.
XSD Schema Diagram:
XSD Schema Code:
<xsd:element name="NamedStyle">
<xsd:annotation>
<xsd:documentation>
A NamedStyle is used to refer to a style that has a name in a WMS.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:Name" />
<xsd:element ref="sld:Description" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>