...
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 closed:" \n "(2)" "/n" "RSG.BL.routeFormed(3)" "RSG.BL.start.pointChoice(4)" "-" "RSG.BL.end.pointChoice(5)" "open levels(6)" {"open levels(6)"} {"(2)" "\/n" "RSG.BL.routeFormed(3)" "RSG.BL.start.pointChoice(4)" "-" "RSG.BL.end.pointChoice(5)" "open levels(6)" {"open levels(6)"}} \n {"(7)" "\/n" "RSG.BL.routeFormed(3)" "RSG.BL.start.pointChoice(4)" "-" "RSG.BL.end.pointChoice(5)" "baseline levels(8)" {"baseline levels(8)"} "remain" "RSG.TD.RouteAvailability.status(9)"} \n {"." "\/n" "RSG.TD.RouteAvailability.annotation(10)"} "." . |
...