From 5e18643f3ea258261a9500b2776173130aa6e9e4 Mon Sep 17 00:00:00 2001 From: hfjelstad Date: Thu, 20 Aug 2026 13:18:15 +0200 Subject: [PATCH] Fix misleading ParticipantRef documentation The ParticipantRef documentation ('Identifier of system requesting Data.') only fits the request case. In a publication delivery the field identifies the party that produced the data, not a requestor. The value is also a code (NMTOKEN via siri:ParticipantCodeType), not an object reference. Updated the xsd:documentation to 'External code identifying the source of the data being exchanged.' covering both publication and request. Element name and type are unchanged, so there is no schema break. --- xsd/NeTEx_publication-NoConstraint.xsd | 2 +- xsd/NeTEx_publication.xsd | 2 +- xsd/NeTEx_publication_timetable.xsd | 2 +- xsd/wsdl/NeTEx_publication-NoConstraint.xsd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xsd/NeTEx_publication-NoConstraint.xsd b/xsd/NeTEx_publication-NoConstraint.xsd index 266fefb3b..74f8c8586 100644 --- a/xsd/NeTEx_publication-NoConstraint.xsd +++ b/xsd/NeTEx_publication-NoConstraint.xsd @@ -66,7 +66,7 @@ Roads and Road transport. - Identifier of system requesting Data. + External code identifying the source of the data being exchanged. diff --git a/xsd/NeTEx_publication.xsd b/xsd/NeTEx_publication.xsd index 221bc3ddc..bb274c6e7 100644 --- a/xsd/NeTEx_publication.xsd +++ b/xsd/NeTEx_publication.xsd @@ -251,7 +251,7 @@ - Identifier of system requesting Data. + External code identifying the source of the data being exchanged. diff --git a/xsd/NeTEx_publication_timetable.xsd b/xsd/NeTEx_publication_timetable.xsd index 61057bc81..8c3778196 100644 --- a/xsd/NeTEx_publication_timetable.xsd +++ b/xsd/NeTEx_publication_timetable.xsd @@ -102,7 +102,7 @@ Roads and Road transport. - Identifier of system requesting Data. + External code identifying the source of the data being exchanged. diff --git a/xsd/wsdl/NeTEx_publication-NoConstraint.xsd b/xsd/wsdl/NeTEx_publication-NoConstraint.xsd index 74c3fb8ba..742c5f071 100644 --- a/xsd/wsdl/NeTEx_publication-NoConstraint.xsd +++ b/xsd/wsdl/NeTEx_publication-NoConstraint.xsd @@ -66,7 +66,7 @@ Roads and Road transport. - Identifier of system requesting Data. + External code identifying the source of the data being exchanged.