Definition Type: Element
Name: Stroke
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "Stroke" specifies the appearance of a linear geometry. It is defined in parallel with SVG strokes. The following SvgParameters may be used: "stroke" (color), "stroke-opacity", "stroke-width", "stroke-linejoin", "stroke-linecap", "stroke-dasharray", and "stroke-dashoffset". Others are not officially supported.
Collapse XSD Schema Diagram:
Drilldown into SvgParameter in schema sld_xsd Drilldown into GraphicStroke in schema sld_xsd Drilldown into GraphicFill in schema sld_xsdXSD Diagram of Stroke in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Stroke">
    <xsd:annotation>
        <xsd:documentation>
        A "Stroke" specifies the appearance of a linear geometry.  It is
        defined in parallel with SVG strokes.  The following SvgParameters
        may be used: "stroke" (color), "stroke-opacity", "stroke-width",
        "stroke-linejoin", "stroke-linecap", "stroke-dasharray", and
        "stroke-dashoffset".  Others are not officially supported.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:choice minOccurs="0">
                <xsd:element ref="sld:GraphicFill" />
                <xsd:element ref="sld:GraphicStroke" />
            </xsd:choice>
            <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 (1) (1)
GraphicStroke sld:GraphicStroke (1) (1)
SvgParameter sld:SvgParameter 0 unbounded