You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the reason that we are using <xsd:element name="DirectionType" type="DirectionTypeEnumeration" minOccurs="0"> vs <xsd:element ref="DirectionType" minOccurs="0"/> in the latter?
Should we make this consistent?
The text was updated successfully, but these errors were encountered:
skinkie
added
the
bug
Technical mistake, inconsistency with the documentation, etc.
label
Mar 19, 2025
One bug is caused by the assumption that direction_type would always be the class "DirectionType" but for specifically ServiceJourneyPattern this is the enumeration "DirectionTypeEnumeration". For this inconsistency is raised a bug. NeTEx-CEN/NeTEx#842
The other problem was with an non-named argument.
What is the reason that we are using
<xsd:element name="DirectionType" type="DirectionTypeEnumeration" minOccurs="0">
vs<xsd:element ref="DirectionType" minOccurs="0"/>
in the latter?Should we make this consistent?
The text was updated successfully, but these errors were encountered: