Definition Type: Element
Name: Mark
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "Mark" specifies a geometric shape and applies coloring to it.
Collapse XSD Schema Diagram:
Drilldown into Stroke in schema sld_xsd Drilldown into Fill in schema sld_xsd Drilldown into WellKnownName in schema sld_xsdXSD Diagram of Mark in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Mark">
    <xsd:annotation>
        <xsd:documentation>
        A "Mark" specifies a geometric shape and applies coloring to it.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:WellKnownName" minOccurs="0" />
            <xsd:element ref="sld:Fill" minOccurs="0" />
            <xsd:element ref="sld:Stroke" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
WellKnownName sld:WellKnownName 0 (1)
Fill sld:Fill 0 (1)
Stroke sld:Stroke 0 (1)