Definition Type: Element
Name: Service
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sld.xsd
Abstract
ContentType Restriction
Documentation:
A Service refers to the type of a remote OWS server.
Collapse XSD Schema Diagram:
XSD Diagram of Service in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Service">
    <xsd:annotation>
        <xsd:documentation>
        A Service refers to the type of a remote OWS server.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="WFS" />
            <xsd:enumeration value="WCS" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration WFS
Enumeration WCS