GetQuotation request parameters GetQuotation request XML encoding

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

10.3.1 GetQuotation request parameters

A request to perform GetQuotation operation shall include the use the data structure specified in the previous figure and the following table. Names Definition Data type and values Multiplicity and use service Identifier for the service type 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 orderSpecificatio n Order Specification Type: OrderSpecification see Table 7-12 One mandatory quotationId This field is alternative to the previous one. It is a quotation identifier returned by a previous call to GetQuotation operation. In this case GetQuotation will return either the quotation of the order or again the same identifier. This behaviour is supported when CapabilitiesContentGetQuotationCap abilitiesmonitoring is true. Type:QuotationIdType One mandatory Table 10-2 - GetQuotation description

10.3.2 GetQuotation 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=GetQuotation type=GetQuotationRequestType xs:annotation Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 146 Copyright © 2012 Open Geospatial Consortium xs:documentationGetQuotation operation - request messagexs:documentation xs:annotation xs:element xs:complexType name=GetQuotationRequestType xs:complexContent xs:extension base=OrderRequestBaseType xs:sequence xs:element name=timeStamp type=xs:dateTime minOccurs=0 xs:choice xs:element ref=orderSpecification xs:annotation xs:documentationThis choice is set for getting the quotation of an order.xs:documentation xs:annotation xs:element xs:element name=quotationId type=QuotationIdType xs:annotation xs:documentationThis choice is set when quotation monitoring is supported and a quotation request has been already submitted.xs:documentation xs:annotation xs:element xs:choice xs:sequence xs:extension xs:complexContent xs:complexType …. schema

10.3.3 GetQuotation request example