DescribeResultAccess request parameters DescribeResultAccess request XML encoding

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

15.3 DescribeResultAccess operation request

Figure 15-1 - DescribeResultAccess diagram.

15.3.1 DescribeResultAccess request parameters

The following table defines the information within the DescribeResultAccess request. 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 orderId Order identification number unique for this Provider. Type: xs: anyURI One mandatory subFunction It is an enumerative string specifying the precise behaviour of the operation. Type: String Permitted values: – allReady Flag indicating if all the currently completed items are to be retrieved. Calling DescribeResultAccess with this flag before at least one Item is in status “Completed” will return an empty list of URLs. – nextReady Flag indicating if all the completed items since last call or from the beginning of the processing anyway are to be retrieved. One mandatory Table 15-2 - DescribeResultAccess description. Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 191 Copyright © 2012 Open Geospatial Consortium

15.3.2 DescribeResultAccess 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=DescribeResultAccess type=DescribeResultAccessRequestType xs:complexType name=DescribeResultAccessRequestType xs:complexContent xs:extension base=OrderRequestBaseType xs:sequence xs:element name=timeStamp type=xs:dateTime minOccurs=0 xs:element ref=orderId xs:element name=subFunction xs:simpleType xs:restriction base=xs:string xs:enumeration value=allReady xs:enumeration value=nextReady xs:restriction xs:simpleType xs:element xs:sequence xs:extension xs:complexContent xs:complexType …. schema

15.3.3 DescribeResultAccess request example