Definition Type: Element
Name: SvgParameter
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Type: sld:ParameterValueType
Containing Schema: sld.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into expression in schema filter_xsd Drilldown into ParameterValueType in schema sld_xsd Drilldown into name in schema sld_xsdXSD Diagram of SvgParameter in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
expression ogc:expression (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
name sld:name Required
Collapse Derivation Tree: