Definition Type: Element
Name: RemoteOWS
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A RemoteOWS gives a reference to a remote WFS/WCS/other-OWS server.
Collapse XSD Schema Diagram:
Drilldown into OnlineResource in schema sld_xsd Drilldown into Service in schema sld_xsdXSD Diagram of RemoteOWS in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="RemoteOWS">
    <xsd:annotation>
        <xsd:documentation>
        A RemoteOWS gives a reference to a remote WFS/WCS/other-OWS server. 
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:Service" />
            <xsd:element ref="sld:OnlineResource" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Service sld:Service (1) (1)
OnlineResource sld:OnlineResource (1) (1)