Order Monitoring Specification Information model for EO product ordering

Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 87 Copyright © 2012 Open Geospatial Consortium

7.3.12 Order Monitoring Specification

This section defines all parameters returned to the client when getting the status of submitted orders. For the definition of orders the following hierarchy of complex types has been declared: – CommonOrderSpecification, which is the root of the hierarchy and includes all parameters common to order specification and order monitoring; – CommonOrderMonitorSpecification, which includes all order monitoring parameters; The first one has been already defined in previous sections, the second one is defined below. Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 88 Copyright © 2012 Open Geospatial Consortium 7.3.12.1 CommonOrderMonitorSpecification This section describes the information provided into the order monitor. Figure 7-14 - CommonOrderMonitorSpecification diagram. The CommonOrderMonitorSpecification specifies the common parameters returned into an order monitor XML document. CommonOrderMonitorSpecification is Inherited from CommonOrderSpecification see Table 7-11. The following table describes the CommonOrderMonitorSpecification using all information within the XML schema. Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 Names Definition Data type and value Multiplicity and use Product Ordering Subscription Presentation CommonOrderMonitorSpec ification It specifies the common parameters returned into an order monitor XML document. Inherited from CommonOrderSpecification see Table 7-11 The CommonOrderS pecification attributes are returned regardless the presentation orderId Unique identifier of the order for the order server. Type: xs:anyURI One mandatory X X Brief full orderStatusInfo Contains the Order status information. Type: StatusType One mandatory X X Brief full status Status of a product Order. Type: String Current List of Valid Values: – Submitted INTERMEDIATE status – Accepted INTERMEDIATE status – InProduction INTERMEDIATE status – Suspended INTERMEDIATE status – Cancelled previously accepted item cancelled at request of the customer. FINAL status. – Completed made available to the user as per defined DeliveryMethod. FINAL t t One mandatory X X Brief full Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 90 Copyright © 2012 Open Geospatial Consortium Names Definition Data type and value Multiplicity and use Product Ordering Subscription Presentation occurred during the processing of the order. FINAL status. – Terminated, when a subscription has been completed. FINAL status. – Downloaded, in case of on-line order items, it specifies whether the item has been downloaded from the user. additionalStatusInfo Description associated with the Order status. Type: Not empty string max 4000 chars One optional X X Brief full missionSpecificStatu sInfo Additional text description where mission specific information can be put. Type: String max 4000 chars One optional X X Brief full orderDateTime Date and Time of the order submissionupdate Type: xs:dateTime One optional X X Brief full orderItem This element reports the status information of the order item. This information is reported only in case of FULL presentation. Type: CommonOrderStatusItemTyp e. One or More optional X X full Table 7-26 - CommonOrderMonitorSpecification description. Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 91 Copyright © 2012 Open Geospatial Consortium

7.3.13 Order Item Monitoring Specification