Relation with the baseline data
Existing airspace becomes active - add TEMPDELTA TimeSlice | New obstacle (temporary or permanent) - create BASELINE TimeSlice |
---|---|
In most situations, the Digital NOTAM is in the form of a "temporary delta" which contains only the properties actually changed during the event. For example, if an Airspace is activated, the Digital NOTAM is encoded as a TEMPDELTA TimeSlice for the Airspace that contains an (activation.AirspaceActivation.)status='ACTIVE'. The TEMPDELTA and the BASELINE records are closely related, they are facets of the same feature. | When there is no baseline feature, the Digital NOTAM itself is in the form of a new baseline. |
The role of the Event feature
In addition to the aeronautical information features defined by the AIXM model (such as Airspace, VerticalStructure, Runway, etc.), the coding of a Digital NOTAM relies on an additional "Event" class. This is added through an Event extension of the AIXM 5.1(.1) XML schema.
The primary purpose of the Event class is:
- to identify the kind of event, which then enables verifying the conformance with the event coding rules and also facilitates its processing;
- where applicable, to explicitly associate all the TimeSlices of the different features that contribute to the digital encoding of one event;
- to provide further information about the event, such as a textual description suitable for preflight briefing, advanced planning data, etc.
Airspace activation - TEMPDELTA association with the Event | New obstacle with runway declared distance changes - associated with same Event |
---|---|
In this case, a single Airspace TEMPDELTA is sufficient, therefore only its TEMPDELTA TimeSlice needs to be associated with the Event. | In this case, the temporary obstacle also impacts the values of the declared distances of a closely situated runway. Therefore, both the VerticalStructure BASELINE and the RunwayDirection TEMPDELTA are associated with the Event. The scenario coding rules are practically an aggregation of the coding rules of the two sub-scenarios (new obstacle and runway declared distance changes). |
Basic elements of the XML coding
The airspace activation will be used further in order to detail the AIXM XML coding of the Digital NOTAM.
XML code | Explanations |
---|---|
The overall container of the Digital NOTAM can be an AIXMBasicMessage, whcih is simply a collection of AIXM features. This is the Airspace BASELINE TimeSlice that contains the data about the activation. Note the following elements: <gml:validTime> indicates the period when the TimeSlice is valid, which corresponds to the period when the Digital NOTAM is active <aixm:interpretation> indicates the type of TimeSlice (TEMPDELTA in this case) <aixm:activation> contains the actual data about the activation. In this view, this element is collapsed, note that there are in fact 40 hidden lines. This will be discussed in more detail further down. This <event:theEvent> element associates the Airspace TEMPDELTA TimeSlice with the Event. The association is encoded as an "abstract reference" in this example (see the AIXM Feature Identification and Reference, chapter 3.4 for further details about this topic). The Event element is also present in the Digital NOTAM encoding. Note that in this view this element also is collapsed, there are 49 hidden lines. The details are will be discussed further down. | |
More advanced elements of the XML encoding
For both threads
- duration of validity
- gml:identifier as the principal means to connect the TEMPDELTA with the BASELINE. Mention that the BASELINE is not part of the digital NOTAM encoding, but that it can be provided as a complement. More details in the next section.
Option - complementary baseline data
Except for the new obstacle, show here how additional baseline data could be provided in order to:
- generate NOTAM text or text for pre-flight briefing
- graphicaly represent the event
- identify the feature affected in a system that does no use the UUID values as feature identifier