trurlurl
trurlurl
There are elements like _VehicleMode(s), TransportMode(s), OtherTransportModes, Mode_ that map to the following three enumerations, but in very inconsistent or non-obvious ways: _**VehicleModeEnumeration, AllVehicleModesOfTransportEnumeration, AllModesEnumeration**_. It would be helpful to...
*Address* in *TransportOrganisation* is a replication of *PostalAddress* except that *GroupOfPointsGroup* has been omitted. Could this be simplified by just having *Address* of type *PostalAddress*? 
Looking at the code for *OpenTransportMode* and *Submode*, they look identical to me. In addition, both contain, via *TransportModeGroup*, both *TransportMode* of type *AllModesEnumeration* and *AllSubmodeChoiceGroup* - i.e., they can...
From @skinkie :  This part should get all the stuff mentioned in Table 72. Plus the two elements from Table 70 being DirectionType, DirectionRef. We have had a discussion...