Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
titlePage Table of Contents

Table of Contents

Data Catalogue example

Download

donlon_data_catalogue_v3.xlsx

Preview

General description

Image Removed

TOBTSettingRequest

Image Removed

TOBTSettingResponse

Image Removed

TOBTDeleteRequest

Image Removed

TOBTDeleteResponse

Image Removed

XML schema example

Note
titleCaveat

The example is for illustrative purposes. It shows an example with content and embedded semantic correspondence statements. However, the example does not show you how to build a data catalogue or XML schema definition for any particular service. In particular, the design options e.g. using elements/complex types should not be taken as definitive.

The data catalogue and XML schema example below is aligned with the service description for the Donlon TOBT Setting Service Description. The service supports the Airport Collaborative Decision Making (A-CDM) concept and its implementation by allowing A-CDM partners, typically aircraft operators and ground handlers, the capability to set the Target Off-Block Time (TOBT) that indicates the target time for the aircraft to be ready for Off-Block.

The example schema covers four the messages that are part of the service: TOBTSettingRequest, TOBTSettingResponse, TOBTDeleteRequest and TOBTDeleteResponse.

Examples of two of these messages in XML format are included to promote an easier understanding of the schema.

XML schema example

DonlonTOBTSettingServiceInformationDefinition

...

Example XML based on the schema

TOBTSettingRequest

The following example illustrates what the TOBTSettingRequest would look like based on the example schema.

Code Block
languagexml
titleTOBTSettingRequest.xml
linenumberstrue
collapsetrue
<?xml version="1.0" encoding="UTF-8"?>
<don:TOBTSettingRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:don="http://www.swim.donlon-airport.com/swim-ops/gateway" xsi:schemaLocation="http://www.swim.donlon-airport.com/swim-ops/gateway DonlonTOBTSettingServiceInformationDefinition.xsd">
	<don:tobt>2018-06-25T09:32:00Z</don:tobt>
	<don:flightId>
		<don:aircraftIdentification>TAP847</don:aircraftIdentification>
		<don:estimatedOffBlockTime>2018-06-25T09:20:00Z</don:estimatedOffBlockTime>
		<don:icaoDepartureAerodrome>EADD</don:icaoDepartureAerodrome>
		<don:icaoArrivalAerodrome>LPPT</don:icaoArrivalAerodrome>
	</don:flightId>
</don:TOBTSettingRequest>

TOBTDeleteRequest

The following example illustrates what the TOBTDeleteRequest would look like based on the example schema.

Code Block
languagexml
titleTOBTDeleteRequest.xml
linenumberstrue
collapsetrue
<?xml version="1.0" encoding="UTF-8"?>
<don:TOBTDeleteRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:don="http://www.swim.donlon-airport.com/swim-ops/gateway" xsi:schemaLocation="http://www.swim.donlon-airport.com/swim-ops/gateway DonlonTOBTSettingServiceInformationDefinition.xsd">
	<don:flightId>
		<don:aircraftIdentification>TAP847</don:aircraftIdentification>
		<don:estimatedOffBlockTime>2018-06-25T09:20:00Z</don:estimatedOffBlockTime>
		<don:icaoDepartureAerodrome>EADD</don:icaoDepartureAerodrome>
		<don:icaoArrivalAerodrome>LPPT</don:icaoArrivalAerodrome>
	</don:flightId>
</don:TOBTDeleteRequest>

Data Catalogue example

Download

donlon_data_catalogue_v3.xlsx

Preview

General description

Image Added

TOBTSettingRequest

Image Added

TOBTSettingResponse

Image Added

TOBTDeleteRequest

Image Added

TOBTDeleteResponse

Image Added