<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>
|