Definition Type: Element
Name: UserLayer
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A UserLayer allows a user-defined layer to be built from WFS and WCS data.
Collapse XSD Schema Diagram:
Drilldown into UserStyle in schema sld_xsd Drilldown into LayerFeatureConstraints in schema sld_xsd Drilldown into RemoteOWS in schema sld_xsd Drilldown into Description in schema sld_xsd Drilldown into Name in schema sld_xsdXSD Diagram of UserLayer in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="UserLayer">
    <xsd:annotation>
        <xsd:documentation>
        A UserLayer allows a user-defined layer to be built from WFS and
        WCS data.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:Name" minOccurs="0" />
            <xsd:element ref="sld:Description" minOccurs="0" />
            <xsd:element ref="sld:RemoteOWS" minOccurs="0" />
            <xsd:element ref="sld:LayerFeatureConstraints" />
            <xsd:element ref="sld:UserStyle" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name sld:Name 0 (1)
Description sld:Description 0 (1)
RemoteOWS sld:RemoteOWS 0 (1)
LayerFeatureConstraints sld:LayerFeatureConstraints (1) (1)
UserStyle sld:UserStyle (1) unbounded