Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • the abbreviation APL.BL. indicates that the corresponding data item must be taken from the ApproachLightingSystem BASELINE, which is valid at the start time of the Event;
  • the abbreviation RLS.BL. indicates that the corresponding data item must be taken from the RunwayDirectionLightSystem BASELINE, which is valid at the start time of the Event;
  • the abbreviation TWL.BL. indicates that the corresponding data item must be taken from the TaxiwayLightSystem BASELINE, which is valid at the start time of the Event;
  • the abbreviation VGI.BL. indicates that the corresponding data item must be taken from the VisualGlideSlopeIndicator BASELINE, which is valid at the start time of the Event;
  • the abbreviation RDN.BL. indicates that the corresponding data item must be taken from the RunwayDirection BASELINE, which is valid at the start time of the Event;
  • the abbreviation AHP.BL. indicates that the corresponding data item must be taken from the AirportHeliport BASELINE, which is valid at the start time of the Event;
  • the abbreviation TWY.BL. indicates that the corresponding data item must be taken from the Taxiway BASELINE, which is valid at the start time of the Event;
  • the abbreviation APL.BLTD. indicates that the corresponding data item must be taken from the ApproachLightingSystem TEMPDELTA, which is valid at the start time of the Event;
  • the abbreviation RLS.BLTD. indicates that the corresponding data item must be taken from the RunwayDirectionLightSystem TEMPDELTA, which is valid at the start time of the Event;
  • the abbreviation TWL.BLTD. indicates that the corresponding data item must be taken from the TaxiwayLightSystem TEMPDELTA, which is valid at the start time of the Event
  • the abbreviation VGI.BLTD. indicates that the corresponding data item must be taken from the VisualGlideSlopeIndicator TEMPDELTA, which is valid at the start time of the Event

...

The following patterns should be used for automatically generating the E field text from the AIXM data: 


EBNF Code 

Image RemovedImage Added


Code Block
titleEBNF
collapsetrue
template = ["(1)" "AHP.BL.type (2)" ("AHP.BL.name (3a)" | "AHP.BL.ARP (3b)")  ] "\n" \n
( "(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"} "LIGHTS" "TWY.BL.designator" {"," "TWY.BL.designator"} | "(7)" "VGI.TD.type" "RDN.BL.designator" {"/" "RDN.BL.designator"}) \n
"TD.operationalStatus (8)" ["(9)" "EXCEPT" "APL.TD.lightIntensity"] "TD.annotation (910)"



ground service

Reference

Data item (from coding scenario)

Rule

(1)


If AHP.BL.locationIndicatorICAO=YES, then ignore this branch.

(2)


Insert here the type of the airport

Type of AircraftGroundService that is impacted shall be included, if present in ACG.BL.type.

When type = 

  • 'DEICE' - this shall be translated into 'Aircraft de-icing';
  • 'HAND' - this shall be translated into 'Handling';
  • 'HANGAR' - this shall be translated into 'Hangar service'.
  • 'REPAIR' - this shall be translated into 'Repairing service'.
  • 'REMOVE' - this shall be translated into 'Removal of disabled aircraft'.
(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 = 

  • 'CUST' - this shall be translated into 'Customs and immigration', 'Customs' or 'Immigration'; depending on the scope of unavailable services;
(4)operational statusIf any of the ACG.BL, ASV.BL or PSV.BL services are indicated then .TD.ServiceOperationalStatus shall be inserted as "NOT AVAILABLE".
(5

decoded as follows

BL.type

Text to be inserted in Item E

AD or AH

"AD"

HP

"heliport"

LS or OTHER...

"landing site"

(3a/3b)

name

If AHP.BL.name is not NIL, then insert it here. Otherwise insert here the text "LOCATED AT " followed by the AHP.BL.ARP.ElevatedPoint decoded according to thetext NOTAM production rules for aixm:Point

(4)light type, light locationIf APL.BL.type is included, then insert here "ALS Rwy" or "Approach lighting system Rwy" followed by RDN.BL.designator. If more than one RDN.BL.designator is included, separate it with "/".
(5)light type, light location

If RLS.TD.position is included, then insert here "Rwy" followed by the value

  • TDZ - "touch down zone"
  • CL - "center line"
  • EDGE - "edge"
  • THR - "threshold"
  • END - "end identifier"

followed by "lights" and "Rwy + RDN.BL.designator".

If more than one RDN.BL.designator is included, separate it with "/".

(6)light type, light location

If TWL.TD.position is included, then insert here "Twy" followed by the value

  • CL - "center line"
  • EDGE - "edge"

followed by "lights" and "Twy + TWY.BL.designator".

If more than one TWY.BL.designator is included, separate it with ",".

(7)light type, light locationIf VGI.TD.type is included, then inser here a value, followed by "Rwy + RDN.BL.designator".

If more than one RDN.BL.designator is included, separate it with "/".

(8)operational status

 TD.operationalStatus shall be inserted:

  • 'UNSERVICEABLE' - "unserviceable" or "u/s"
  • 'DOWNGRADED' - "downgraded"
(9)light intensity

If APL.TD.operationalStatus =DOWNGRADED, then insert here "except" and value of APL.TD.lightIntensity as translated:

  • 'LIL' - "light intensity low"
  • 'LIM' - "light intensity low"
  • 'LIH' - "light intensity low"
(10)noteAnnotations shall be translated into free text according to the decoding rules for Notes.

...

Code Block
titleEBNF
collapsetrue
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
["resumed normal operations"] ["New NOTAM to follow (10)"] "." \n
ReferenceRule
(611)

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”

...