Definition Type: Element
Name: LineSymbol
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Type: sld:SymbolType
Containing Schema: sld.xsd
Abstract
Documentation:
A LineSymbol is used to render a "stroke" along a linear geometry.
Collapse XSD Schema Diagram:
Drilldown into Stroke in schema sld_xsd Drilldown into Geometry in schema sld_xsd Drilldown into BaseSymbol in schema sld_xsd Drilldown into Description in schema sld_xsd Drilldown into Name in schema sld_xsd Drilldown into version in schema sld_xsd Drilldown into SymbolType in schema sld_xsdXSD Diagram of LineSymbol in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="LineSymbol" substitutionGroup="sld:Symbol">
    <xsd:annotation>
        <xsd:documentation>
        A LineSymbol is used to render a "stroke" along a linear geometry.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="sld:SymbolType">
                <xsd:sequence>
                    <xsd:element ref="sld:Geometry" minOccurs="0" />
                    <xsd:element ref="sld:Stroke" minOccurs="0" />
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name sld:Name 0 (1)
Description sld:Description 0 (1)
BaseSymbol sld:BaseSymbol 0 (1)
Geometry sld:Geometry 0 (1)
Stroke sld:Stroke 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
version sld:version (Optional)
Collapse Derivation Tree:
Collapse References:
sld:Symbol