...
- Each trace from the data concept in the information definition is to the AIRM concept that has an equivalent or wider meaning.
- Each trace from the data type in the information definition is to the AIRM data type that has an equivalent or wider meaning.
Examples
...
The following example shows how the trace could look in XML Schema. The trace is to the AIRM concept. An attribute has been added to record the dataType tracing.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<xs:element name="aircraftIdentification" type="don:AircraftIdentification" id="ICAOFlightIdentification.aircraftIdentification" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Name used by ATS units to identify and communicate with the aircraft.</xs:documentation> <xs:documentation><semanticCorrespondence> <mapping> <trace dataType="string">urn:x-ses:sesarju:airm:v420:LogicalModel:Subjects:Flight:FlightIdentifier:AircraftIdentification</trace> </mapping> </semanticCorrespondence> </xs:documentation> </xs:annotation> </xs:element> |