Definition Type: ComplexType
Name: ServiceReferenceType
Namespace: http://www.opengis.net/ows/1.1
Type: ows:ReferenceType
Containing Schema: owsInputOutputData.xsd
Abstract
Documentation:
Complete reference to a remote resource that needs to be retrieved from an OWS using an XML-encoded operation request. This element shall be used, within an InputData or Manifest element that is used for input data, when that input data needs to be retrieved from another web service using a XML-encoded OWS operation request. This element shall not be used for local payload input data or for requesting the resource from a web server using HTTP Get.
Collapse XSD Schema Diagram:
Drilldown into RequestMessageReference in schema owsinputoutputdata_xsd Drilldown into RequestMessage in schema owsinputoutputdata_xsd Drilldown into Metadata in schema owscommon_xsd Drilldown into Format in schema owsmanifest_xsd Drilldown into Abstract in schema ows19115subset_xsd Drilldown into Identifier in schema owsdataidentification_xsd Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema owsmanifest_xsd Drilldown into AbstractReferenceBaseType in schema owsmanifest_xsd Drilldown into ReferenceType in schema owsmanifest_xsdXSD Diagram of ServiceReferenceType in schema owsinputoutputdata_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="ServiceReferenceType">
    <annotation>
        <documentation>Complete reference to a remote resource that needs to be retrieved from an OWS using an XML-encoded operation request. This element shall be used, within an InputData or Manifest element that is used for input data, when that input data needs to be retrieved from another web service using a XML-encoded OWS operation request. This element shall not be used for local payload input data or for requesting the resource from a web server using HTTP Get. </documentation>
    </annotation>
    <complexContent>
        <extension base="ows:ReferenceType">
            <choice>
                <element name="RequestMessage" type="anyType">
                    <annotation>
                        <documentation>The XML-encoded operation request message to be sent to request this input data from another web server using HTTP Post. </documentation>
                    </annotation>
                </element>
                <element name="RequestMessageReference" type="anyURI">
                    <annotation>
                        <documentation>Reference to the XML-encoded operation request message to be sent to request this input data from another web server using HTTP Post. The referenced message shall be attached to the same message (using the cid scheme), or be accessible using a URL. </documentation>
                    </annotation>
                </element>
            </choice>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Identifier ows:Identifier 0 (1)
Abstract ows:Abstract 0 unbounded
Format ows:Format 0 (1)
Metadata ows:Metadata 0 unbounded
RequestMessage ows:RequestMessage (1) (1)
RequestMessageReference ows:RequestMessageReference (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type ows:type (Optional)
href xlink:href Required
role xlink:role Optional
arcrole xlink:arcrole Optional
title xlink:title Optional
show xlink:show Optional
actuate xlink:actuate Optional
Collapse Derivation Tree:
Collapse References:
ows:ServiceReference