Definition Type: Element
Name: Fill
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "Fill" specifies the pattern for filling an area geometry. The allowed SvgParameters are: "fill" (color) and "fill-opacity".
Collapse XSD Schema Diagram:
Drilldown into SvgParameter in schema sld_xsd Drilldown into GraphicFill in schema sld_xsdXSD Diagram of Fill in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Fill">
    <xsd:annotation>
        <xsd:documentation>
        A "Fill" specifies the pattern for filling an area geometry.
        The allowed SvgParameters are: "fill" (color) and "fill-opacity".
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:GraphicFill" minOccurs="0" />
            <xsd:element ref="sld:SvgParameter" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GraphicFill sld:GraphicFill 0 (1)
SvgParameter sld:SvgParameter 0 unbounded