Ordering Services for Earth Observation Products Interface Standard
OGC 06-141r6
170 Copyright © 2012 Open Geospatial Consortium
Figure 13-1 - SubmitResponse diagram.
13.3.1 SubmitResponse request parameters
The following table presents the parameters of the SubmitResponse.
Ordering Services for Earth Observation Products Interface Standard
OGC 06-141r6
171 Copyright © 2012 Open Geospatial Consortium
Names Definition
Data type and values Multiplicity and
use
service Service type identifier
Type: non-empty string Allowed values: OS
One mandatory version
Specification version for operation
Type: non-empty string. Format: x.y.z
One mandatory timeStamp
It is the time when the request has been issued.
Type: xs:DateTime One optional
orderMonitorSpecificatio n
Order Monitor Specification element.
The content of this element correspond to
that returned by GetStatus with full
presentation. Type:
CommonOrderMonitorSpecification see §7.3.12.1
One mandatory
Table 13-1 - SubmitResponse description.
13.3.2 SubmitResponse request XML encoding
A XML schema fragment for this operation encoded in XML
xs:schema xmlns=http:www.opengis.netoseo1.0 xmlns:xs=http:www.w3.org2001XMLSchema
xmlns:ows=http:www.opengis.netows2.0 xmlns:gml=http:www.opengis.netgml3.2 xmlns:swe=http:www.opengis.netswe2.0 xmlns:sps=http:www.opengis.netsps2.0
targetNamespace=http:www.opengis.netoseo1.0 elementFormDefault=qualified attributeFormDefault=unqualified
xs:import namespace=http:www.opengis.netswe2.0 schemaLocation=..swesweCommon2.0.0swe.xsd
xs:import namespace=http:www.opengis.netows2.0 schemaLocation=..ows2.0owsGetCapabilities.xsd
xs:import namespace=http:www.opengis.netsps2.0 schemaLocation=Order_spsCommon.xsd
xs:import namespace=http:www.opengis.netgml3.2 schemaLocation=..gml3.2.1basegml.xsd
xs:import namespace=http:www.opengis.netows2.0 schemaLocation=..ows2.0owsExceptionReport.xsd
… xs:element name=SubmitResponse type=StatusNotificationType
xs:element name=SubmitResponseAck type=StatusNotificationAckType xs:annotation
xs:documentationResponse to acknowledge the receiption of order status notification.xs:documentation
xs:annotation xs:element
xs:complexType name=StatusNotificationType xs:complexContent
xs:extension base=OrderRequestBaseType xs:sequence
xs:element name=timeStamp type=xs:dateTime minOccurs=0 xs:element ref=orderMonitorSpecification
xs:sequence xs:extension
xs:complexContent xs:complexType
xs:complexType name=StatusNotificationAckType
Ordering Services for Earth Observation Products Interface Standard
OGC 06-141r6
172 Copyright © 2012 Open Geospatial Consortium
xs:complexContent xs:extension base=OrderResponseBaseType
xs:complexContent xs:complexType
…. schema
13.3.3 SubmitResponse request example.