...
The following pattern should be used for automatically generating the E field text from the AIXM data:
Code Block | ||||
---|---|---|---|---|
| ||||
template = ["RSG.BL.RouteAvailability.status(1)"] "route segments openclosed:" \n "(2)" "/n" "RSG.BL.routeFormed(3)" ("RSG.BL.start.pointChoice(4)"|"RSG.BL.end.pointChoice(4)") " - " ("RSG.BL.start.pointChoice(5)"|"RSG.BL.end.pointChoice(5)") {"Levels(6)"} {"(2)" "/n" "RSG.BL.routeFormed(3)" ("RSG.BL.start.pointChoice(4)"|"RSG.BL.end.pointChoice(4)") " - " ("RSG.BL.start.pointChoice(5)"|"RSG.BL.end.pointChoice(5)") {"Levels(6)"}} \n {"." "/n" "RSG.TD.RouteAvailability.annotation(7)"} ".". |
...