Ordering Services for Earth Observation Products Interface Standard
OGC 06-141r6
204 Copyright © 2012 Open Geospatial Consortium
Figure 17-1 - CancelResponse diagram.
17.3.1 CancelResponse request parameters
The following table describes all information within a asynchronous Cancel response.
Ordering Services for Earth Observation Products Interface Standard
OGC 06-141r6
205 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 17-1 - CancelResponse description.
17.3.2 CancelResponse 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=CancelResponse type=StatusNotificationType
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:element name=CancelResponseAck type=StatusNotificationAckType
xs:complexType name=StatusNotificationAckType xs:complexContent
Ordering Services for Earth Observation Products Interface Standard
OGC 06-141r6
206 Copyright © 2012 Open Geospatial Consortium
xs:extension base=OrderResponseBaseType xs:complexContent
xs:complexType…. schema
17.3.3 CancelResponse request example