Definition Type: Element
Name: RequestMessageReference
Namespace: http://www.opengis.net/ows/1.1
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: owsInputOutputData.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
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.
Collapse XSD Schema Diagram:
XSD Diagram of RequestMessageReference in schema owsinputoutputdata_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<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>