Definition Type: Element
Name: GraphicFill
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "GraphicFill" defines repeated-graphic filling (stippling) pattern for an area geometry.
Collapse XSD Schema Diagram:
Drilldown into Graphic in schema sld_xsdXSD Diagram of GraphicFill in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="GraphicFill">
    <xsd:annotation>
        <xsd:documentation>
        A "GraphicFill" defines repeated-graphic filling (stippling)
        pattern for an area geometry.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:Graphic" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Graphic sld:Graphic (1) (1)