<xsd:element name="SvgParameter">
<xsd:annotation>
<xsd:documentation>
A "SvgParameter" refers to an SVG/CSS graphical-formatting
parameter. The parameter is identified using the "name" attribute
and the content of the element gives the SVG/CSS-coded value.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:complexContent>
<xsd:extension base="sld:ParameterValueType">
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|