...
Code Block | ||||
---|---|---|---|---|
| ||||
template = ["(1)"ACG "AHP.BL.type (12)" | ("ASVAHP.BL.type or categoryname (23a)" | "PSVAHP.BL.typeARP (33b)") ] "\n" \n ( "(4)" "ALS RWY" ("ACGRDN.TDBL.ServiceOperationalStatusdesignator" |{"/" "ASVRDN.TDBL.ServiceOperationalStatusdesignator"} | "PSV(5)" "RWY" "RLS.TD.ServiceOperationalStatus"))position" {"AND" "RLS.TD.position" \n} ["\nLIGHTS" "due toRDN.BL.designator" {"5/" ("ACGRDN.TDBL.annotationdesignator"} | "(6)" "TWY" "ASVTWL.TD.annotationposition" |{"AND" "PSVTWL.TD.annotationposition")} "TWY.BL.designator"] \n {"\n," "5TWY.BL.designator"} | "(7)" "ACGVGI.TD.annotation" | "ASV.TD.annotation" | "PSV.TD.annotation") "."}..type" "RDN.BL.designator" {"/" "RDN.BL.designator"}) \n "TD.operationalStatus (8)" ["EXCEPT" "TD.lightIntensity"] "TD.annotation (9)" |
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. |
...
The following pattern should be used for automatically generating the E field text from the AIXM data:
EBNF Code
Code Block | ||||
---|---|---|---|---|
| ||||
template_cancel = ["(1)" "AHP.BL.type (2)" ("AHP.BL.name (3a)" | "AHP.BL.ARP (3b)")] ( "(4)" "ALS RWY" "RDN.BL.designator" {"/" "RDN.BL.designator"} | "(5)" "RWY" "RLS.TD.position" {"AND" "RLS.TD.position"} "LIGHTS" "RDN.BL.designator" {"/" "RDN.BL.designator"} | "(6)" "TWY" "TWL.TD.position" {"AND" "TWL.TD.position"} "TWY.BL.designator" {"," "TWY.BL.designator"} | "(7)" "VGI.TD.type" "RDN.BL.designator" {"/" "RDN.BL.designator"}) \n ["TD.operationalStatus (8)resumed normal operations"] ["New NOTAM to follow (10)"] "." \n |
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 specify "New NOTAM to follow" and this text shall be appended at the end of item E of the NOTAM C. Note: in this case, the 4th and 5th letters of the Q code shall also be changed into “XX” |
...