Definition Type: Element
Name: NamedLayer
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A NamedLayer is a layer of data that has a name advertised by a WMS.
Collapse XSD Schema Diagram:
Drilldown into UserStyle in schema sld_xsd Drilldown into NamedStyle in schema sld_xsd Drilldown into LayerFeatureConstraints in schema sld_xsd Drilldown into Description in schema sld_xsd Drilldown into Name in schema sld_xsdXSD Diagram of NamedLayer in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="NamedLayer">
    <xsd:annotation>
        <xsd:documentation>
        A NamedLayer is a layer of data that has a name advertised by a WMS.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:Name" />
            <xsd:element ref="sld:Description" minOccurs="0" />
            <xsd:element ref="sld:LayerFeatureConstraints" minOccurs="0" />
            <xsd:choice minOccurs="0" maxOccurs="unbounded">
                <xsd:element ref="sld:NamedStyle" />
                <xsd:element ref="sld:UserStyle" />
            </xsd:choice>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name sld:Name (1) (1)
Description sld:Description 0 (1)
LayerFeatureConstraints sld:LayerFeatureConstraints 0 (1)
NamedStyle sld:NamedStyle (1) (1)
UserStyle sld:UserStyle (1) (1)