Fix netex_nm_singleJourneyService_version.xsd#924
Conversation
Refer to #921 for details
|
Could you elaborate - for a noob like me - why adding an include fixes your issue? |
You're def' not a noob! 😅 Each XSD file requires that we start by declaring other packages it builds upon. In this specific case, if we call for Hope it helps! |
|
Not yet. Wat is the bug that you have if this is not included? Is this related to XMLSpy or something else? |
It creates 2 types of bugs:
And, for all who directly generate NeTEx files with code (such as you), it does not change anything. I think. |
|
Does it happen with xmllint? Do you have an example xml file that fails for you prior to this patch? |
ue71603
left a comment
There was a problem hiding this comment.
I still think it is ok to add it.
|
It was more that my recollection of #921 was that there question was to add VehicleRef (or VehicleTypeRef) and the solution of an xsd include was not what I expected. |

Missing inclusion of
vehicle_support.xsdSee #921 for further details