GetStatus response parameters GetStatus response XML encoding

Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 183 Copyright © 2012 Open Geospatial Consortium Figure 14-2 - GetStatusResponse element diagram.

14.4.1 GetStatus response parameters

The following parameters are used both for Product Ordering and for Subscription.GetStatusResponse defines OrderMonitorResponse element for submitted order. Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 184 Copyright © 2012 Open Geospatial Consortium Names Definition Data type and values Multiplicity and use status Completion result of the operation: – success: operation successfully executed; – partial: some error occurred during the processing of the request which lead to an incomplete response. If the blocking error occurred the request will abort and it will be generated a SOAP-Fault. Type: String Permitted Values: success, partial One mandatory errorMessage Message to explain the reasons of the partial result. Type: Not empty string max 255 chars. One optional orderMonitorSpecification Order Monitor Specification element. The amount of returned information depends on the presentation specified in the request message. If more istances are returned, then they have to be sorted by orderDateTime. Type: CommonOrderMonitorSpecificatio n see §7.3.12.1 Zero or More optional Table 14-3 - GetStatusResponse description

14.4.2 GetStatus response 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=GetStatusResponse type=GetStatusResponseType xs:complexType name=GetStatusResponseType xs:complexContent xs:extension base=OrderResponseBaseType xs:sequence xs:element ref=orderMonitorSpecification minOccurs=0 maxOccurs=unbounded xs:sequence Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 185 Copyright © 2012 Open Geospatial Consortium xs:extension xs:complexContent xs:complexType …. schema

14.4.3 GetStatus response example