Definition Type: Element
Name: GraphicStroke
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "GraphicStroke" defines a repated-linear graphic pattern to be used for stroking a line.
Collapse XSD Schema Diagram:
Drilldown into Graphic in schema sld_xsdXSD Diagram of GraphicStroke in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="GraphicStroke">
    <xsd:annotation>
        <xsd:documentation>
        A "GraphicStroke" defines a repated-linear graphic pattern to be used
        for stroking a line.
      </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)