NeTEx
NeTEx copied to clipboard
OpenTransportMode and Submode
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 represent both modes and submodes.
Is this as it as intended, or should OpenTrasportMode and Submode be splitted to only contain AllModesEnumeration or AllSubmodeChoiceGroup respectively?