element Stroke

element {http://www.opengis.net/sld}Stroke

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://www.opengis.net/sld
Declared Namespacesxmlns:ogc=http://www.opengis.net/ogc
xmlns:sld=http://www.opengis.net/sld
xmlns:xsd=http://www.w3.org/2001/XMLSchema


Source

<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 CssParameters
may be used: "stroke" (color), "stroke-opacity", "stroke-width",
"stroke-linejoin", "stroke-linecap", "stroke-dasharray", and
"stroke-dashoffset".
        
</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:CssParameter" minOccurs="0" maxOccurs="unbounded"/>
        </
xsd:sequence>
    </
xsd:complexType>
</
xsd:element>


Documentation

A "Stroke" specifies the appearance of a linear geometry.  It is
defined in parallel with SVG strokes.  The following CssParameters
may be used: "stroke" (color), "stroke-opacity", "stroke-width",
"stroke-linejoin", "stroke-linecap", "stroke-dasharray", and
"stroke-dashoffset".


element Stroke


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.