Definition Type: Element
Name: FeatureStyle
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A FeatureStyle contains styling information specific to one feature type. This is the SLD level that separates the 'layer' handling from the 'feature' handling.
Collapse XSD Schema Diagram:
Drilldown into OnlineResource in schema sld_xsd Drilldown into Rule in schema sld_xsd Drilldown into SemanticTypeIdentifier in schema sld_xsd Drilldown into FeatureTypeName in schema sld_xsd Drilldown into Description in schema sld_xsd Drilldown into Name in schema sld_xsd Drilldown into version in schema sld_xsdXSD Diagram of FeatureStyle in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="FeatureStyle">
    <xsd:annotation>
        <xsd:documentation>
      A FeatureStyle contains styling information specific to one
      feature type.  This is the SLD level that separates the 'layer'
      handling from the 'feature' handling.
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice>
            <xsd:sequence>
                <xsd:element ref="sld:Name" minOccurs="0" />
                <xsd:element ref="sld:Description" minOccurs="0" />
                <xsd:element ref="sld:FeatureTypeName" minOccurs="0" />
                <xsd:element ref="sld:SemanticTypeIdentifier" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="sld:Rule" maxOccurs="unbounded" />
            </xsd:sequence>
            <xsd:element ref="sld:OnlineResource" />
        </xsd:choice>
        <xsd:attribute name="version" type="sld:VersionType" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name sld:Name 0 (1)
Description sld:Description 0 (1)
FeatureTypeName sld:FeatureTypeName 0 (1)
SemanticTypeIdentifier sld:SemanticTypeIdentifier 0 unbounded
Rule sld:Rule (1) unbounded
OnlineResource sld:OnlineResource (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
version sld:version (Optional)