This section provides rules for the automated production of the text NOTAM message items, based on the AIXM 5.1 data encoding of the Event. Therefore, AIXM specific terms are used, such as names of features and properties, types of TimeSlices, etc:
The item A shall be generated according to the general production rules for item A using the Event.concernedAirportHeliport.
Apply the common NOTAM production rules for item Q, complemented by the following specific rules for this particular scenario:
The mapping provided in the tables below shall be used.
Service class | Category or type (if applicable) | Corresponding Q codes |
---|---|---|
ACG.BL | ACG.BL.type = 'DEICE' | QFIAU |
ACG.BL.type = 'HAND', 'HANGAR', 'REPAIR', 'REMOVE' or 'OTHER' | QFALT | |
ASV.BL | ASV.BL.fuelSupply.Fuel | QFUAU |
ASV.BL.oilSupply.Oil | QFJAU | |
ASV.BL.oxygenSupply.Oxygen | QFEAU | |
PSV.BL. | PSV.BL.type = 'CUST' | QFZAU |
Insert the value 'A'
Items B and C shall be decoded from the values of ACG.TD.validTime, ASV.TD.validTime, PSV.TD.validTime following the common production rules.
If at least one ACG.TD.ServiceOperationalStatus.timeInterval, ASV.TD.ServiceOperationalStatus.timeInterval, or PSV.TD.ServiceOperationalStatus.timeInterval exists (the Event has an associated schedule), then the associated Timesheets(s) shall be decoded in item D according to the common NOTAM production rules for {{Item D, E - Schedules}}.
The following patterns should be used for automatically generating the E field text from the AIXM data:
EBNF Code
template = ("ACG.BL.type(1)" | "ASV.BL.type or category (2)" | "PSV.BL.type (3)") ("4" ("ACG.TD.ServiceOperationalStatus" | "ASV.TD.ServiceOperationalStatus" | "PSV.TD.ServiceOperationalStatus")) "." \n ["\n" "due to" "5" ("ACG.TD.annotation" | "ASV.TD.annotation" | "PSV.TD.annotation") "."] \n {"\n" "5" ("ACG.TD.annotation" | "ASV.TD.annotation" | "PSV.TD.annotation") "."}. |
Reference | Data item (from coding scenario) | Rule |
---|---|---|
(1) | type of airport ground service | Type of AircraftGroundService that is impacted shall be included, if present in ACG.BL.type. When type =
|
(2) | type of airport ground service | Type or category of AirportSuppliesService that is impacted shall be included, if present in ASV.BL.type or ASV.BL.category. When ASV.BL.Oxygen.type is not empty, then insert here the value or "Oxygen". When ASV.BL.Oil.category is not empty, then insert here the value followed by "oil" or insert the word "Oil" only. When ASV.BL.Fuel.category is not empty, then insert here the value preeceded by "Fuel" or insert the word "Fuel" only. |
(3) | type of airport ground service | Type of PassengerService that is impacted shall be included, if present in PSV.BL.type. When type =
|
(4) | operational status | If any of the ACG.BL, ASV.BL or PSV.BL services are indicated then .TD.ServiceOperationalStatus shall be inserted as "NOT AVAILABLE". |
(5) | note | Annotations shall be translated into free text according to the decoding rules for Notes. |
Note: The objective is to full automatic generation, without human intervention. However, the implementers of the specification might consider reducing the cost of a fully automated generation by allowing the operator to fine-tune the text in order to improve its readability (with the inherent risk for human error, when re-typing is allowed).
Leave empty.
The eventual update of this type of event shall be encoded following the general rules for {{Event updates or cancellation}}, which provide instructions for all NOTAM fields, except for item E and the condition part of the Q code, in the case of a NOTAM C
If a NOTAM C is produced, then the 4th and 5th letters (the "condition") of the Q code shall be "AK", except for the situation of a “new NOTAM to follow, in which case “XX” shall be used.
The following pattern should be used for automatically generating the E field text from the AIXM data:
template_cancel = ("ACG.BL.type(1)" | "ASV.BL.type or category (2)" | "PSV.BL.type (3)") ("resumed normal operations." | " : New NOTAM to follow.(6)"). |
Reference | Rule |
---|---|
(4) | When BL.ServiceOperationalStatus = 'NORMAL' this shall be translated into "resumed normal operations". |
(6) | If the NOTAM will be followed by a new NOTAM concerning the same situation, then the operator shall have the possibility to choose the "New NOTAM to follow" branch. This branch cannot be selected automatically because this information is only known by the operator. Note: in this case, the 4th and 5th letters of the Q code shall also be changed into “XX”. |