Versions Compared

Key

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

Table of Contents

Data Catalog example

Download


donlon_data_catalog_v2.xlsx

Preview

General description

Image Added

TOBTSettingRequest

Image Added

TOBTSettingResponse

Image Added

TOBTDeleteRequest

Image Added

TOBTDeleteResponse

Image Added

 

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 XML schema definition for any particular service. In particular, the design options e.g. using elements/complex types should not be taken as definitive.

...

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.

...