Versions Compared

Key

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

...

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 (10)"

...