NeTEx icon indicating copy to clipboard operation
NeTEx copied to clipboard

HeadwayJourneyGroupGroup introduces a Description which is already present in GroupOfEntitiesGroup

Open skinkie opened this issue 1 year ago • 4 comments

https://github.com/NeTEx-CEN/NeTEx/blob/master/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd#L294

https://github.com/NeTEx-CEN/NeTEx/blob/master/xsd/netex_framework/netex_genericFramework/netex_grouping_version.xsd#L108

warning: Converting parent field {http://www.netex.org.uk/netex}GroupOfEntities_VersionStructure::Description to a list to match child class {http://www.netex.org.uk/netex}HeadwayJourneyGroup

Removing the extra Description in HeadwayJourneyGroupGroup resolves the issue.

In Next the same would go for PathLinkInSequenceGroup, removing the extra Description resolves the issue.

skinkie avatar Jul 02 '24 14:07 skinkie

@skinkie ok for me to remove it. Two PR? one to master and one to next?

ue71603 avatar Jul 02 '24 14:07 ue71603

I have to check if the PathLinkInSequenceGroup is also in master.

skinkie avatar Jul 02 '24 18:07 skinkie

This is the same thing as #562

skinkie avatar Jul 09 '24 13:07 skinkie

@skinkie PR to remove it?

ue71603 avatar Jul 09 '24 13:07 ue71603

If that does not break examples (which is most most likely) I would remove this extra Description

Aurige avatar Aug 30 '24 12:08 Aurige

PR done

ue71603 avatar Sep 30 '24 13:09 ue71603

@ue71603 will you do it for PathLinkInSequenceGroup as well?

skinkie avatar Sep 30 '24 14:09 skinkie

Doc updated via https://github.com/NeTEx-CEN/NeTEx/pull/783

Aurige avatar Oct 29 '24 11:10 Aurige