Versions Compared

Key

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

...

The following pattern should be used as a base for generating the E field text from the AIXM data:

old: Image Removed

new: 

Code Block
titleEBNF Code
collapsetrue
old: template = ["(1)" "AHP.BL.type (2)" ("AHP.BL.name (3a)" | "AHP.BL.ARP (3b)")] \n "Apron" "APN.BL.name" "closed" "APE.BL.annotation (4)" "\n" \n
[ "due to" "APE.BL.availability.annotation (5)"]\n 
{"\n" "APE.BL.annotation(6)" "."} ["."].

new: template = ["(1)" "AHP.BL.type (2)" ("AHP.BL.name (3a)" | "AHP.BL.ARP (3b)")] \n "Apron (4)" "APN.BL.name" "closed" "APE.BL.annotation (5)" "\n" \n
[ "due to" "APE.BL.availability.annotation (6)"]\n
{"\n" "APE.BL.annotation(7)" "."} ["."].

...