diff --git a/.github/scripts/validate-and-lint.sh b/.github/scripts/validate-and-lint.sh
index d7c6f915d..55ab16ef8 100755
--- a/.github/scripts/validate-and-lint.sh
+++ b/.github/scripts/validate-and-lint.sh
@@ -13,7 +13,7 @@ PARSING_ERROR=0
# Iterate all XML and XSD files
while IFS= read -r -d $'\0' filename; do
# Prettify the file using xmllint and save the result to ${filename}.pretty
- if XMLLINT_INDENT=$'\t' xmllint --encode UTF-8 --pretty 1 "${filename}" >"${filename}.pretty"; then
+ if XMLLINT_INDENT=$'\t' xmllint --encode UTF-8 --format --pretty 1 "${filename}" >"${filename}.pretty"; then
# Remove lines containing the term "xmlspy" to get rid of advertising this and save the result as ${filename}
grep -i -v "xmlspy" "${filename}.pretty" >"${filename}"
else
diff --git a/examples/functions/patterns/Netex_KBIC_ParisNetwork_with_bookingArrangements.xml b/examples/functions/patterns/Netex_KBIC_ParisNetwork_with_bookingArrangements.xml
index 9b93a483a..d07fcfe40 100644
--- a/examples/functions/patterns/Netex_KBIC_ParisNetwork_with_bookingArrangements.xml
+++ b/examples/functions/patterns/Netex_KBIC_ParisNetwork_with_bookingArrangements.xml
@@ -861,7 +861,7 @@ Includes the following:
-
+
diff --git a/examples/functions/timetable/Netex_07.2_Bus_FlexibleTimetable_WithPattern.xml b/examples/functions/timetable/Netex_07.2_Bus_FlexibleTimetable_WithPattern.xml
index 183194286..0a46b7c29 100644
--- a/examples/functions/timetable/Netex_07.2_Bus_FlexibleTimetable_WithPattern.xml
+++ b/examples/functions/timetable/Netex_07.2_Bus_FlexibleTimetable_WithPattern.xml
@@ -455,26 +455,26 @@ The Calendar is shown coded as
After Alpha t1
-
+
After Alpha t1 to After Alpha t2
-
-
+
+
After Alpha t2 to Bravo
-
+
Bravo to After Bravo t1
-
+
After Bravo t1 to Charley
-
+
diff --git a/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml b/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml
index a161bb04f..c360ebce1 100644
--- a/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml
+++ b/examples/functions/timetable/Netex_21_Rail_NetworkTimetable_eurostar.xml
@@ -3796,6 +3796,7 @@ Q.4. Public holiday - Services do not run on a christams day -
+
Allow 30 Minutes to catch Eurostar
diff --git a/xsd/netex_framework/netex_frames/netex_compositeFrame_version.xsd b/xsd/netex_framework/netex_frames/netex_compositeFrame_version.xsd
index 5ebd30748..1fc695682 100644
--- a/xsd/netex_framework/netex_frames/netex_compositeFrame_version.xsd
+++ b/xsd/netex_framework/netex_frames/netex_compositeFrame_version.xsd
@@ -66,6 +66,11 @@ Rail transport, Roads and Road transport
Reference to a COMPOSITE FRAME.
+
+
+
+
+
Type for a reference to a COMPOSITE FRAME.
diff --git a/xsd/netex_framework/netex_frames/netex_generalFrame_version.xsd b/xsd/netex_framework/netex_frames/netex_generalFrame_version.xsd
index ce43b29cb..dc123c46b 100644
--- a/xsd/netex_framework/netex_frames/netex_generalFrame_version.xsd
+++ b/xsd/netex_framework/netex_frames/netex_generalFrame_version.xsd
@@ -112,6 +112,11 @@ Rail transport, Roads and Road transport
Reference to a GENERAL FRAME.
+
+
+
+
+
Type for a reference to a GENERAL FRAME.
@@ -207,6 +212,11 @@ Rail transport, Roads and Road transport
Reference to a GENERAL FRAME MEMBER.
+
+
+
+
+
Type for a reference to a GENERAL FRAME MEMBER.
diff --git a/xsd/netex_framework/netex_frames/netex_resourceFrame_support.xsd b/xsd/netex_framework/netex_frames/netex_resourceFrame_support.xsd
index 73c5f85c3..6f6b4e468 100644
--- a/xsd/netex_framework/netex_frames/netex_resourceFrame_support.xsd
+++ b/xsd/netex_framework/netex_frames/netex_resourceFrame_support.xsd
@@ -65,6 +65,11 @@ Rail transport, Roads and Road transport
Reference to a RESOURCE FRAME.
+
+
+
+
+
Type for a reference to a RESOURCE FRAME.
diff --git a/xsd/netex_framework/netex_frames/netex_serviceCalendarFrame_support.xsd b/xsd/netex_framework/netex_frames/netex_serviceCalendarFrame_support.xsd
index 1c476b21e..d2c855d1b 100644
--- a/xsd/netex_framework/netex_frames/netex_serviceCalendarFrame_support.xsd
+++ b/xsd/netex_framework/netex_frames/netex_serviceCalendarFrame_support.xsd
@@ -71,6 +71,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a SERVICE CALENDAR FRAME.
diff --git a/xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd
index cc5d61ea3..2230d7a00 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd
@@ -87,6 +87,11 @@ Rail transport, Roads and Road transport
Reference to an ACCESSIBILITY ASSESSMENT.
+
+
+
+
+
Type for reference to an ACCESSIBILITY ASSESSMENT.
@@ -98,6 +103,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for AccessibilityAssessmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_alternativeName_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_alternativeName_support.xsd
index f3698bdfa..7c597067a 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_alternativeName_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_alternativeName_support.xsd
@@ -67,20 +67,25 @@ Rail transport, Roads and Road transport
Reference to an ALTERNATIVE NAME.
+
+
+
+
+
Type for a reference to an ALTERNATIVE NAME.
-
+
- Name of Class of the referenced entity. Allows reflection. Fixed for each ENTITY type.
+ Identifier of an ALTERNATIVE NAME.
-
+
- Identifier of an ALTERNATIVE NAME.
+ The natural class for AlternativeNameRefStructure, automatically updated.
diff --git a/xsd/netex_framework/netex_genericFramework/netex_assignment_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_assignment_support.xsd
index f11747b5d..72c148444 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_assignment_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_assignment_support.xsd
@@ -63,6 +63,54 @@ Rail transport, Roads and Road transport
Reference to a ASSIGNMENT.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a versioned reference to a NeTEx Object.
@@ -74,6 +122,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for AssignmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_grouping_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_grouping_support.xsd
index 618851407..9ce0ff4e1 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_grouping_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_grouping_support.xsd
@@ -98,6 +98,104 @@ Rail transport, Roads and Road transport
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Extending Type for a reference to a GROUP OF ENTITies.
@@ -109,6 +207,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for GroupOfEntitiesRefStructure, automatically updated.
+
+
@@ -124,6 +227,11 @@ Rail transport, Roads and Road transport
Reference to a PURPOSE OF GROUPING.
+
+
+
+
+
Type for a reference to a PURPOSE OF GROUPING.
@@ -135,6 +243,11 @@ Rail transport, Roads and Road transport
Reference to a PURPOSE OF GROUPING.
+
+
+ The natural class for PurposeOfGroupingRefStructure, automatically updated.
+
+
@@ -164,6 +277,11 @@ Rail transport, Roads and Road transport
Reference to a GENERAL GROUP OF ENTITies.
+
+
+
+
+
Type for a reference to a GENERAL GROUP OF ENTITies.
@@ -175,6 +293,11 @@ Rail transport, Roads and Road transport
Identifier of a GENERAL GROUP OF ENTITies.
+
+
+ The natural class for GeneralGroupOfEntitiesRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_layer_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_layer_support.xsd
index ab6af53a0..c98b57070 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_layer_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_layer_support.xsd
@@ -79,6 +79,11 @@ Rail transport, Roads and Road transport
Reference to a LAYER.
+
+
+
+
+
Type for a versioned reference to a NeTEx Object.
@@ -90,6 +95,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for LayerRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_loggable_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_loggable_support.xsd
index badb57b5b..db5469517 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_loggable_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_loggable_support.xsd
@@ -62,6 +62,11 @@ Rail transport, Roads and Road transport
Reference to a LOG.
+
+
+
+
+
Type for a reference to a LOG.
@@ -73,6 +78,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for LogRefStructure, automatically updated.
+
+
@@ -88,6 +98,23 @@ Rail transport, Roads and Road transport
Reference to a LOG ENTRY.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a LOG ENTRY.
@@ -99,6 +126,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for LogEntryRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_organisation_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_organisation_support.xsd
index 1207b1e06..fc06841b4 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_organisation_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_organisation_support.xsd
@@ -81,6 +81,12 @@ Rail transport, Roads and Road transport
+
+
+
+
+
+
Type for Reference to a DEPARTMENT.
@@ -92,6 +98,11 @@ Rail transport, Roads and Road transport
Identifier of DEPARTMENT.
+
+
+ The natural class for DepartmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -119,6 +130,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to a ORGANISATIONAL UNIT.
@@ -130,6 +146,11 @@ Rail transport, Roads and Road transport
Identifier of ORGANISATIONAL UNIT.
+
+
+ The natural class for OrganisationalUnitRefStructure, automatically updated.
+
+
@@ -173,6 +194,13 @@ Rail transport, Roads and Road transport
+
+
+
+
+
+
+
Type for Reference to an ADMINISTRATIVE ZONE. Left untyped so as to avoid forwards dependency.
@@ -205,6 +233,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF CODESPACE ASSIGNMENT. +v1.1
+
+
+
+
+
Type for Reference to an CODESPACE ASSIGNMENT.
@@ -216,6 +249,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF VALUE.
+
+
+ The natural class for TypeOfCodespaceAssignmentRefStructure, automatically updated.
+
+
@@ -243,6 +281,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF ORGANISATION.
+
+
+
+
+
Type for Reference to an ADMINISTRATIVE ZONE. Left untyped so as to avoid forwards dependency.
@@ -254,6 +297,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF VALUE.
+
+
+ The natural class for TypeOfOrganisationRefStructure, automatically updated.
+
+
@@ -280,6 +328,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to an ORGANISATION PART.
@@ -291,6 +344,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF VALUE.
+
+
+ The natural class for TypeOfOrganisationPartRefStructure, automatically updated.
+
+
@@ -306,6 +364,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF OPERATION.
+
+
+
+
+
Type for Reference to aTYPE OF OPERATION.
@@ -317,6 +380,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF VALUE.
+
+
+ The natural class for TypeOfOperationRefStructure, automatically updated.
+
+
@@ -476,6 +544,11 @@ Rail transport, Roads and Road transport
Reference to a CONTACT. +v1.2.2
+
+
+
+
+
Type for Reference to a CONTACT.
@@ -487,6 +560,11 @@ Rail transport, Roads and Road transport
Identifier of CONTACT.
+
+
+ The natural class for ContactRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_path_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_path_support.xsd
index b3a7634e5..b542fd253 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_path_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_path_support.xsd
@@ -78,6 +78,15 @@ Rail transport, Roads and Road transport
Reference to a GENERIC PATH LINK.
+
+
+
+
+
+
+
+
+
Type for a reference to a GENERIC PATH LINK.
@@ -89,6 +98,11 @@ Rail transport, Roads and Road transport
Identifier of a PATH LINK.
+
+
+ The natural class for GenericPathLinkRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -134,6 +148,15 @@ Rail transport, Roads and Road transport
Reference to a PATH JUNCTION.
+
+
+
+
+
+
+
+
+
Type for a reference to a PATH JUNCTION.
@@ -145,6 +168,11 @@ Rail transport, Roads and Road transport
Identifier of a PATH JUNCTION.
+
+
+ The natural class for GenericPathJunctionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -160,6 +188,11 @@ Rail transport, Roads and Road transport
Reference to a PATH INSTRUCTION.
+
+
+
+
+
Type for a reference to a PATH INSTRUCTION.
@@ -227,6 +260,11 @@ Rail transport, Roads and Road transport
Reference to a PLACE IN SEQUENCE. If given by context does not need to be stated.
+
+
+
+
+
Type for reference to a PLACE IN SEQUENCE.
@@ -238,6 +276,11 @@ Rail transport, Roads and Road transport
Identifier of a PLACE IN SEQUENCE.
+
+
+ The natural class for PlaceInSequenceRefStructure, automatically updated.
+
+
@@ -265,6 +308,11 @@ Rail transport, Roads and Road transport
Reference to a PATH LINK IN SEQUENCE. If given by context does not need to be stated.
+
+
+
+
+
Type for Reference to a PATH LINK IN SEQUENCE.
@@ -276,6 +324,11 @@ Rail transport, Roads and Road transport
Identifier of a PATH LINK IN SEQUENCE.
+
+
+ The natural class for PathLinkInSequenceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_place_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_place_support.xsd
index 9aa79fd81..302493280 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_place_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_place_support.xsd
@@ -93,6 +93,62 @@ Rail transport, Roads and Road transport
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a PLACE.
@@ -104,6 +160,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for PlaceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -143,6 +204,15 @@ Rail transport, Roads and Road transport
Reference to a TRANSFER.
+
+
+
+
+
+
+
+
+
Type for a reference to a TRANSFER.
@@ -154,6 +224,11 @@ Rail transport, Roads and Road transport
Identifier of a TRANSFER.
+
+
+ The natural class for TransferRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -181,6 +256,11 @@ Rail transport, Roads and Road transport
Reference to an ACCESS link.
+
+
+
+
+
Type for a reference to an ACCESS link.
@@ -192,6 +272,11 @@ Rail transport, Roads and Road transport
Identifier of an ACCESS link.
+
+
+ The natural class for AccessRefStructure, automatically updated.
+
+
@@ -207,6 +292,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF TRANSFER.
+
+
+
+
+
Type for a reference to a TYPE OF TRANSFER.
@@ -218,6 +308,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF TRANSFER identifier.
+
+
+ The natural class for TypeOfTransferRefStructure, automatically updated.
+
+
@@ -233,6 +328,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PLACE.
+
+
+
+
+
Type for a reference to a TYPE OF PLACE.
@@ -244,6 +344,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PLACE.
+
+
+ The natural class for TypeOfPlaceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd
index 14475ff66..609467ac8 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd
@@ -82,6 +82,36 @@ Rail transport, Roads and Road transport
Reference to a LINK SEQUENCE.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a LINK SEQUENCE.
@@ -93,6 +123,11 @@ Rail transport, Roads and Road transport
Identifier of a LINK SEQUENCE.
+
+
+ The natural class for LinkSequenceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -160,6 +195,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF LINK SEQUENCE.
+
+
+
+
+
Type for a reference to a TYPE OF LINK SEQUENCE.
@@ -171,6 +211,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF LINK SEQUENCE.
+
+
+ The natural class for TypeOfLinkSequenceRefStructure, automatically updated.
+
+
@@ -186,6 +231,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF LINK SEQUENCEs.
+
+
+
+
+
Type for a reference to a GROUP OF LINK SEQUENCEs.
@@ -200,6 +250,11 @@ Rail transport, Roads and Road transport
+
+
+ The natural class for GroupOfLinkSequencesRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd
index f93ae8dd2..6c0e7d45e 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd
@@ -69,6 +69,25 @@ Rail transport, Roads and Road transport
Reference to a POINT.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a POINT.
@@ -80,6 +99,11 @@ Rail transport, Roads and Road transport
Identifier of a POINT.
+
+
+ The natural class for PointRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -120,6 +144,22 @@ Rail transport, Roads and Road transport
Reference to a LINK.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a LINK.
@@ -131,6 +171,11 @@ Rail transport, Roads and Road transport
Identifier of a LINK.
+
+
+ The natural class for LinkRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -197,6 +242,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a POINT ON LINK.
@@ -247,6 +297,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF POINT.
+
+
+
+
+
Type for a reference to a TYPE OF POINT.
@@ -258,6 +313,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF POINT.
+
+
+ The natural class for TypeOfPointRefStructure, automatically updated.
+
+
@@ -289,6 +349,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF LINK.
+
+
+
+
+
Type for a TYPE OF LINK.
@@ -300,6 +365,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF LINK.
+
+
+ The natural class for TypeOfLinkRefStructure, automatically updated.
+
+
@@ -324,6 +394,26 @@ Rail transport, Roads and Road transport
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a GROUP OF POINTs.
@@ -338,6 +428,11 @@ Rail transport, Roads and Road transport
+
+
+ The natural class for GroupOfPointsRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_projection_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_projection_support.xsd
index b2678def9..1bf964c51 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_projection_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_projection_support.xsd
@@ -67,6 +67,17 @@ Rail transport, Roads and Road transport
Reference to a PROJECTION.
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a PROJECTION.
@@ -78,6 +89,11 @@ Rail transport, Roads and Road transport
Identifier of a PROJECTION.
+
+
+ The natural class for ProjectionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -93,6 +109,11 @@ Rail transport, Roads and Road transport
Reference to a PROJECTION.
+
+
+
+
+
Type for a reference to a POINT PROJECTION.
@@ -104,6 +125,11 @@ Rail transport, Roads and Road transport
Identifier of a POINT PROJECTION.
+
+
+ The natural class for PointProjectionRefStructure, automatically updated.
+
+
@@ -119,6 +145,11 @@ Rail transport, Roads and Road transport
Reference to a PROJECTION.
+
+
+
+
+
Type for a reference to a LINK PROJECTION.
@@ -130,6 +161,11 @@ Rail transport, Roads and Road transport
Identifier of a LINK PROJECTION.
+
+
+ The natural class for LinkProjectionRefStructure, automatically updated.
+
+
@@ -145,6 +181,12 @@ Rail transport, Roads and Road transport
Reference to a PROJECTION.
+
+
+
+
+
+
Type for a reference to a ZONE PROJECTION.
@@ -156,6 +198,11 @@ Rail transport, Roads and Road transport
Identifier of a ZONE PROJECTION.
+
+
+ The natural class for ZoneProjectionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -171,6 +218,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a LINK SEQUENCE PROJECTION.
@@ -182,6 +234,11 @@ Rail transport, Roads and Road transport
Identifier of a PROJECTION.
+
+
+ The natural class for LinkSequenceProjectionRefStructure, automatically updated.
+
+
@@ -197,6 +254,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a COMPLEX FEATURE PROJECTION.
@@ -208,6 +270,11 @@ Rail transport, Roads and Road transport
Identifier of a PROJECTION.
+
+
+ The natural class for ComplexFeatureProjectionRefStructure, automatically updated.
+
+
@@ -230,6 +297,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PROJECTION.
+
+
+
+
+
Type for a reference to a TYPE OF PROJECTION.
@@ -241,6 +313,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PROJECTION.
+
+
+ The natural class for TypeOfProjectionRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_section_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_section_support.xsd
index d92e12acc..650d14b0a 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_section_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_section_support.xsd
@@ -64,6 +64,15 @@ Rail transport, Roads and Road transport
Reference to a SECTION.
+
+
+
+
+
+
+
+
+
Type for a reference to a SECTION.
@@ -75,6 +84,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for SectionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -95,6 +109,12 @@ Rail transport, Roads and Road transport
Reference to a GENERAL SECTION.
+
+
+
+
+
+
Type for a reference to a GENERAL SECTION.
@@ -106,6 +126,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for GeneralSectionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd
index e150130bc..1f8d66ad3 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd
@@ -72,6 +72,11 @@ Rail transport, Roads and Road transport
Reference to a SIMPLE FEATURE.
+
+
+
+
+
Type for a reference to a SIMPLE FEATURE.
@@ -104,6 +109,11 @@ Rail transport, Roads and Road transport
Reference to a COMPLEX FEATURE.
+
+
+
+
+
Type for a reference to a COMPLEX FEATURE.
@@ -140,6 +150,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FEATURE.
+
+
+
+
+
Type for a reference to a TYPE OF FEATURE.
@@ -151,6 +166,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF FEATURE.
+
+
+ The natural class for TypeOfFeatureRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_zone_support.xsd b/xsd/netex_framework/netex_genericFramework/netex_zone_support.xsd
index 14913e006..917eb2ae1 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_zone_support.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_zone_support.xsd
@@ -65,12 +65,34 @@ Rail transport, Roads and Road transport
Reference to a ZONE.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a ZONE.
-
+
+
+
+ The natural class for ZoneRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
+
@@ -104,12 +126,25 @@ Rail transport, Roads and Road transport
+
+
+
+
+
+
+
Type for a reference to a TARIFF ZONE.
-
+
+
+
+ The natural class for TariffZoneRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
+
@@ -136,6 +171,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF ZONE.
+
+
+
+
+
Type for a reference to a TYPE OF ZONE.
@@ -147,6 +187,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF ZONE.
+
+
+ The natural class for TypeOfZoneRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_genericFramework/netex_zone_version.xsd b/xsd/netex_framework/netex_genericFramework/netex_zone_version.xsd
index 0aca4de07..80ebc9b9b 100644
--- a/xsd/netex_framework/netex_genericFramework/netex_zone_version.xsd
+++ b/xsd/netex_framework/netex_genericFramework/netex_zone_version.xsd
@@ -314,6 +314,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF TARIFF ZONEs.
+
+
+
+
+
Type for a GROUP OF TARIFF ZONEs.
@@ -325,6 +330,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF TARIFF ZONEs.
+
+
+ The natural class for GroupOfTariffZonesRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_responsibility/netex_alternativeText_support.xsd b/xsd/netex_framework/netex_responsibility/netex_alternativeText_support.xsd
index d1de74ef1..4715c7984 100644
--- a/xsd/netex_framework/netex_responsibility/netex_alternativeText_support.xsd
+++ b/xsd/netex_framework/netex_responsibility/netex_alternativeText_support.xsd
@@ -64,20 +64,25 @@ Rail transport, Roads and Road transport
Reference to an ALTERNATIVE TEXT.
+
+
+
+
+
Type for a reference to an ALTERNATIVE TEXT.
-
+
- Name of Class of the referenced entity. Allows reflection. Fixed for each ENTITY type.
+ Identifier of an ALTERNATIVE TEXT.
-
+
- Identifier of an ALTERNATIVE TEXT.
+ The natural class for AlternativeTextRefStructure, automatically updated.
diff --git a/xsd/netex_framework/netex_responsibility/netex_entity_support.xsd b/xsd/netex_framework/netex_responsibility/netex_entity_support.xsd
index 499b26e80..f130396b6 100644
--- a/xsd/netex_framework/netex_responsibility/netex_entity_support.xsd
+++ b/xsd/netex_framework/netex_responsibility/netex_entity_support.xsd
@@ -92,6 +92,11 @@ Rail transport, Roads and Road transport
Reference to a CODESPACE.
+
+
+
+
+
Type for a reference to a CODESPACE.
@@ -138,6 +143,11 @@ Rail transport, Roads and Road transport
Class and nature of data inclusion.
+
+
+
+
+
Type for a reference to the Class of a ENTITY for use in filters.
diff --git a/xsd/netex_framework/netex_responsibility/netex_relationship.xsd b/xsd/netex_framework/netex_responsibility/netex_relationship.xsd
index ae11de9b2..b9830f5a9 100644
--- a/xsd/netex_framework/netex_responsibility/netex_relationship.xsd
+++ b/xsd/netex_framework/netex_responsibility/netex_relationship.xsd
@@ -92,6 +92,98 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF VALUE. Implementation of a one to one relationship by reference to TYPE OF VALUE.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a TYPE OF VALUE.
@@ -103,6 +195,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF VALUE.
+
+
+ The natural class for TypeOfValueRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
diff --git a/xsd/netex_framework/netex_responsibility/netex_relationship_support.xsd b/xsd/netex_framework/netex_responsibility/netex_relationship_support.xsd
index bab1e1117..58473e5df 100644
--- a/xsd/netex_framework/netex_responsibility/netex_relationship_support.xsd
+++ b/xsd/netex_framework/netex_responsibility/netex_relationship_support.xsd
@@ -145,6 +145,11 @@ Rail transport, Roads and Road transport
Reference to a VERSION.
+
+
+
+
+
Type for a VERSION reference.
@@ -156,6 +161,11 @@ Rail transport, Roads and Road transport
Identifier of VERSION.
+
+
+ The natural class for VersionRefStructure, automatically updated.
+
+
@@ -165,6 +175,11 @@ Rail transport, Roads and Road transport
Reference to a DATA SOURCE.
+
+
+
+
+
Type for a Reference to a DATA SOURCE.
@@ -176,6 +191,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for DataSourceRefStructure, automatically updated.
+
+
@@ -185,6 +205,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF VERSION. +v1.1
+
+
+
+
+
Type for a TYPE OF VERSION.
diff --git a/xsd/netex_framework/netex_responsibility/netex_responsibilitySet_support.xsd b/xsd/netex_framework/netex_responsibility/netex_responsibilitySet_support.xsd
index ae2757d61..e0e99eef8 100644
--- a/xsd/netex_framework/netex_responsibility/netex_responsibilitySet_support.xsd
+++ b/xsd/netex_framework/netex_responsibility/netex_responsibilitySet_support.xsd
@@ -64,6 +64,11 @@ Rail transport, Roads and Road transport
Reference to a RESPONSIBILITY ROLE.
+
+
+
+
+
Type for a reference to a RESPONSIBILITY ROLE.
@@ -75,6 +80,11 @@ Rail transport, Roads and Road transport
Identifier of a RESPONSIBILITY ROLE.
+
+
+ The natural class for ResponsibilityRoleRefStructure, automatically updated.
+
+
@@ -97,6 +107,11 @@ Rail transport, Roads and Road transport
Reference to a CONTRACT.
+
+
+
+
+
Type for a reference to a CONTRACT.
@@ -108,6 +123,11 @@ Rail transport, Roads and Road transport
Identifier of a CONTRACT.
+
+
+ The natural class for ContractRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd b/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd
index 53ff2d4e6..ed23c874c 100644
--- a/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd
+++ b/xsd/netex_framework/netex_responsibility/netex_responsibility_support.xsd
@@ -72,6 +72,11 @@ Rail transport, Roads and Road transport
Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object.
+
+
+
+
+
Type for a reference to a RESPONSIBILITY SET.
@@ -83,6 +88,11 @@ Rail transport, Roads and Road transport
Identifier of a RESPONSIBILITY SET.
+
+
+ The natural class for ResponsibilitySetRefStructure, automatically updated.
+
+
@@ -180,6 +190,11 @@ Rail transport, Roads and Road transport
Reference to an TYPE OF RESPONSIBILITY ROLE.
+
+
+
+
+
Type for a reference to an TYPE OF RESPONSIBILITY ROLE.
@@ -191,6 +206,11 @@ Rail transport, Roads and Road transport
Identifier of an TYPE OF RESPONSIBILITY ROLE.
+
+
+ The natural class for TypeOfResponsibilityRoleRefStructure, automatically updated.
+
+
@@ -223,6 +243,22 @@ Rail transport, Roads and Road transport
DEPRECATED reference to any ORGANISATION meeting the substitutiongroup. -v2.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to an ORGANISATION.
@@ -271,6 +307,15 @@ Rail transport, Roads and Road transport
Reference to an ORGANISATION PART.
+
+
+
+
+
+
+
+
+
Type for a reference to an ORGANISATION PART.
@@ -282,6 +327,11 @@ Rail transport, Roads and Road transport
Identifier of an ORGANISATION PART.
+
+
+ The natural class for OrganisationPartRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -297,6 +347,11 @@ Rail transport, Roads and Road transport
Reference to a BRANDING.
+
+
+
+
+
Type for a reference to a BRANDING.
diff --git a/xsd/netex_framework/netex_responsibility/netex_validityCondition_support.xsd b/xsd/netex_framework/netex_responsibility/netex_validityCondition_support.xsd
index 82e868641..812aa5a3b 100644
--- a/xsd/netex_framework/netex_responsibility/netex_validityCondition_support.xsd
+++ b/xsd/netex_framework/netex_responsibility/netex_validityCondition_support.xsd
@@ -67,6 +67,14 @@ Rail transport, Roads and Road transport
Reference to a VALIDITY CONDITION.
+
+
+
+
+
+
+
+
Type for a reference to a VALIDITY CONDITION.
@@ -78,6 +86,11 @@ Rail transport, Roads and Road transport
Identifier of a VALIDITY CONDITION.
+
+
+ The natural class for ValidityConditionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -224,6 +237,11 @@ Rail transport, Roads and Road transport
Reference to a VALIDITY TRIGGER An External event defining a VALIDITY CONDITION. E.g. exceptional flow of a river, bad weather, Road closure for works.
+
+
+
+
+
Type for a reference to a VALIDITY TRIGGER.
@@ -235,6 +253,11 @@ Rail transport, Roads and Road transport
Identifier of a VALIDITY TRIGGER.
+
+
+ The natural class for ValidityTriggerRefStructure, automatically updated.
+
+
@@ -262,6 +285,11 @@ Rail transport, Roads and Road transport
Reference to a VALIDITY RULE PARAMETER. A user defined VALIDITY CONDITION used by a rule for selecting versions.
+
+
+
+
+
Type for a reference to a VALIDITY RULE PARAMETER.
@@ -273,6 +301,11 @@ Rail transport, Roads and Road transport
Identifier of a VALIDITY RULE PARAMETER.
+
+
+ The natural class for ValidityRuleParameterRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_responsibility/netex_versionFrame_support.xsd b/xsd/netex_framework/netex_responsibility/netex_versionFrame_support.xsd
index 70d7ace25..2d52db918 100644
--- a/xsd/netex_framework/netex_responsibility/netex_versionFrame_support.xsd
+++ b/xsd/netex_framework/netex_responsibility/netex_versionFrame_support.xsd
@@ -63,6 +63,25 @@ Rail transport, Roads and Road transport
Reference to a VERSION FRAME.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a VERSION FRAME.
@@ -70,6 +89,11 @@ Rail transport, Roads and Road transport
+
+
+ The natural class for VersionFrameRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -126,6 +150,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF VERSION FRAME.
+
+
+
+
+
Type for a reference to a TYPE OF VERSION FRAME.
@@ -137,6 +166,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FRAME.
+
+
+ The natural class for TypeOfFrameRefStructure, automatically updated.
+
+
@@ -152,6 +186,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF VALIDITY.
+
+
+
+
+
Type for a reference to a TYPE OF VALIDITY.
@@ -163,6 +202,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF VALIDITY.
+
+
+ The natural class for TypeOfValidityRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_address_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_address_support.xsd
index 6953c4333..cb4d8e266 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_address_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_address_support.xsd
@@ -70,6 +70,14 @@ Rail transport, Roads and Road transport
Reference to an ADDRESS.
+
+
+
+
+
+
+
+
Type for a reference to an ADDRESS.
@@ -81,6 +89,11 @@ Rail transport, Roads and Road transport
Identifier of an ADDRESS.
+
+
+ The natural class for AddressRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -96,6 +109,47 @@ Rail transport, Roads and Road transport
Reference to an ADDRESSED PLACE.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to an ADDRESSED PLACE.
@@ -107,6 +161,11 @@ Rail transport, Roads and Road transport
Identifier of an AddressedPlace.
+
+
+ The natural class for AddressablePlaceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -122,6 +181,11 @@ Rail transport, Roads and Road transport
Reference to a Road ADDRESS.
+
+
+
+
+
Type for a reference to a TYPE OF ACTIVATION.
@@ -133,6 +197,11 @@ Rail transport, Roads and Road transport
Identifier of a ROAD ADDRESS.
+
+
+ The natural class for RoadAddressRefStructure, automatically updated.
+
+
@@ -147,6 +216,11 @@ Rail transport, Roads and Road transport
Reference to a POSTAL ADDRESS.
+
+
+
+
+
Type for a reference to a TYPE OF ACTIVATION.
@@ -158,6 +232,11 @@ Rail transport, Roads and Road transport
Identifier of a POSTAL ADDRESS.
+
+
+ The natural class for PostalAddressRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_availabilityCondition_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_availabilityCondition_support.xsd
index 43a36ee96..40b3e0141 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_availabilityCondition_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_availabilityCondition_support.xsd
@@ -64,6 +64,11 @@ Rail transport, Roads and Road transport
Reference to an AVAILABILITY CONDITION. A VALIDITY CONDITION defined in terms of temporal attributes.
+
+
+
+
+
Type for a reference to an AVAILABILITY CONDITION.
@@ -75,6 +80,11 @@ Rail transport, Roads and Road transport
Identifier of an AVAILABILITY CONDITION.
+
+
+ The natural class for AvailabilityConditionRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_dayType_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_dayType_support.xsd
index 88f511291..0a3be6b4f 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_dayType_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_dayType_support.xsd
@@ -80,6 +80,12 @@ Rail transport, Roads and Road transport
Reference to a DAY TYPE.
+
+
+
+
+
+
Type for a reference to a DAY TYPE.
@@ -91,6 +97,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for DayTypeRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -118,6 +129,11 @@ Rail transport, Roads and Road transport
Reference to a TIME BAND.
+
+
+
+
+
Type for a reference to a TIMEBAND.
@@ -129,6 +145,11 @@ Rail transport, Roads and Road transport
Identifier of TIMEBANd.
+
+
+ The natural class for TimebandRefStructure, automatically updated.
+
+
@@ -144,6 +165,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF TIMEBANDs.
+
+
+
+
+
Type for a reference to a GROUP OF TIMEBANDs.
@@ -155,6 +181,11 @@ Rail transport, Roads and Road transport
Identifier of GROUP OF TIMEBANDs.
+
+
+ The natural class for GroupOfTimebandsRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_deckPath_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_deckPath_support.xsd
index 8f9ca0178..0960a9045 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_deckPath_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_deckPath_support.xsd
@@ -63,6 +63,11 @@ Rail transport, Roads and Road transport
Reference to a DECK PATH LINK.
+
+
+
+
+
Type for a reference to a DECK PATH LINK.
@@ -74,6 +79,11 @@ Rail transport, Roads and Road transport
Identifier of a DECK PATH LINK.
+
+
+ The natural class for DeckPathLinkRefStructure, automatically updated.
+
+
@@ -89,6 +99,11 @@ Rail transport, Roads and Road transport
Reference to a DECK PATH JUNCTION.
+
+
+
+
+
Type for a reference to a DECK PATH JUNCTION.
@@ -100,6 +115,11 @@ Rail transport, Roads and Road transport
Identifier of a PATH JUNCTION.
+
+
+ The natural class for DeckPathJunctionRefStructure, automatically updated.
+
+
@@ -115,6 +135,11 @@ Rail transport, Roads and Road transport
Reference to a DECK PLACE IN SEQUENCE. If given by context does not need to be stated.
+
+
+
+
+
Type for reference to a DECK PLACE IN SEQUENCE.
@@ -126,6 +151,11 @@ Rail transport, Roads and Road transport
Identifier of a DECK PLACE IN SEQUENCE.
+
+
+ The natural class for DeckPlaceInSequenceRefStructure, automatically updated.
+
+
@@ -153,6 +183,11 @@ Rail transport, Roads and Road transport
Reference to a DECK NAVIGATION PATH.
+
+
+
+
+
Type for reference to a DECK NAVIGATION PATH.
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd
index 425582850..367ac178d 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_deckPlan_support.xsd
@@ -87,6 +87,11 @@
Reference to a DECK PLAN. +v2.0
+
+
+
+
+
Type for a reference to a DECK PLAN.
@@ -98,6 +103,11 @@
Identifier of a DECK PLAN.
+
+
+ The natural class for DeckPlanRefStructure, automatically updated.
+
+
@@ -125,6 +135,11 @@
Reference to a DECK. +v2.0
+
+
+
+
+
Type for a reference to a DECK.
@@ -136,6 +151,11 @@
Identifier of a DECK.
+
+
+ The natural class for DeckRefStructure, automatically updated.
+
+
@@ -151,6 +171,19 @@
Reference to a DECK COMPONENT. +v2.0
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a DECK COMPONENT.
@@ -162,6 +195,11 @@
Identifier of referenced entity.
+
+
+ The natural class for DeckComponentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -177,6 +215,13 @@
Reference to a DECK SPACE. +v2.0
+
+
+
+
+
+
+
Type for a reference to a DECK SPACE.
@@ -188,6 +233,11 @@
Identifier of a DECK SPACE.
+
+
+ The natural class for DeckSpaceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -203,6 +253,11 @@
Reference to a PASSENGER SPACE. +v2.0
+
+
+
+
+
Type for a reference to a PASSENGER SPACE.
@@ -214,6 +269,11 @@
Identifier of a PASSENGER SPACE.
+
+
+ The natural class for PassengerSpaceRefStructure, automatically updated.
+
+
@@ -257,6 +317,11 @@
Reference to a OTHER DECK SPACE. +v2.0
+
+
+
+
+
Type for a reference to a OTHER DECK SPACE.
@@ -268,6 +333,11 @@
Identifier of a OTHER DECK SPACE.
+
+
+ The natural class for OtherDeckSpaceRefStructure, automatically updated.
+
+
@@ -283,6 +353,14 @@
Reference to a DECK ENTRANCE. +v2.0
+
+
+
+
+
+
+
+
Type for a reference to a DECK ENTRANCE.
@@ -294,6 +372,11 @@
Identifier of a DECK ENTRANCE.
+
+
+ The natural class for DeckEntranceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -365,6 +448,11 @@
Reference to a PASSENGER ENTRANCE. +v2.0
+
+
+
+
+
Type for a reference to a PASSENGER ENTRANCE.
@@ -376,6 +464,11 @@
Identifier of a PASSENGER ENTRANCE.
+
+
+ The natural class for PassengerEntranceRefStructure, automatically updated.
+
+
@@ -391,6 +484,11 @@
Reference to a DECK VEHICLE ENTRANCE. +v2.0
+
+
+
+
+
Type for a reference to a DECK VEHICLE ENTRANCE.
@@ -402,6 +500,11 @@
Identifier of a DECK VEHICLE ENTRANCE.
+
+
+ The natural class for DeckVehicleEntranceRefStructure, automatically updated.
+
+
@@ -417,6 +520,11 @@
Reference to an OTHER DECK ENTRANCE. +v2.0
+
+
+
+
+
Type for a reference to a OTHER DECK ENTRANCE.
@@ -428,6 +536,11 @@
Identifier of a OTHER DECK ENTRANCE.
+
+
+ The natural class for OtherDeckEntranceRefStructure, automatically updated.
+
+
@@ -443,6 +556,11 @@
Reference to a DECK ENTRANCE USAGE. +v2.0
+
+
+
+
+
Type for a reference to a DECK ENTRANCE USAGE.
@@ -454,6 +572,11 @@
Identifier of a DECK ENTRANCE USAGE.
+
+
+ The natural class for DeckEntranceUsageRefStructure, automatically updated.
+
+
@@ -491,6 +614,11 @@
Reference to a DECK ENTRANCE COUPLE. +v2.0
+
+
+
+
+
Type for a reference to a DECK ENTRANCE COUPLE.
@@ -502,6 +630,11 @@
Identifier of a DECK ENTRANCE COUPLE.
+
+
+ The natural class for DeckEntranceCoupleRefStructure, automatically updated.
+
+
@@ -517,6 +650,11 @@
Reference to a DECK WINDOW. +v2.0
+
+
+
+
+
Type for a reference to a DECK WINDOW.
@@ -528,6 +666,11 @@
Identifier of a DECK WINDOW.
+
+
+ The natural class for DeckWindowRefStructure, automatically updated.
+
+
@@ -575,6 +718,11 @@
Reference to a DECK LEVEL. +v2.0
+
+
+
+
+
Type for a reference to a DECK LEVEL.
@@ -586,6 +734,11 @@
Identifier of a DECK LEVEL.
+
+
+ The natural class for DeckLevelRefStructure, automatically updated.
+
+
@@ -601,6 +754,11 @@
Reference to a DECK SPACE CAPACITY. +v2.0
+
+
+
+
+
Type for a reference to a DECK SPACE CAPACITY.
@@ -612,6 +770,11 @@
Identifier of a DECK SPACE CAPACITY.
+
+
+ The natural class for DeckSpaceCapacityRefStructure, automatically updated.
+
+
@@ -653,6 +816,11 @@
Reference to a TYPE OF DECK ENTRANCE. +v2.0
+
+
+
+
+
Type for a reference to a TYPE OF DECK ENTRANCE.
@@ -664,6 +832,11 @@
Reference to a TYPE OF DECK ENTRANCE.
+
+
+ The natural class for TypeOfDeckEntranceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd
index 299f604e1..2aacfc69d 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd
@@ -92,6 +92,11 @@ Rail transport, Roads and Road transport
Reference to an ACCESS VEHICLE EQUIPMENT.
+
+
+
+
+
Type for a reference to an ACCESS VEHICLE EQUIPMENT.
@@ -137,6 +142,11 @@ Rail transport, Roads and Road transport
Reference to a WHEELCHAIR VEHICLE EQUIPMENT.
+
+
+
+
+
Type for a reference to a WHEELCHAIR VEHICLE EQUIPMENT.
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_equipment_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_equipment_support.xsd
index 31061d66d..82b641b72 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_equipment_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_equipment_support.xsd
@@ -66,6 +66,84 @@ Rail transport, Roads and Road transport
Reference to EQUIPMENT.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to an EQUIPMENT.
@@ -77,6 +155,11 @@ Rail transport, Roads and Road transport
Identifier of an EQUIPMENT.
+
+
+ The natural class for EquipmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -86,6 +169,52 @@ Rail transport, Roads and Road transport
Reference to an INSTALLED EQUIPMENT.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to an INSTALLED EQUIPMENT.
@@ -97,6 +226,11 @@ Rail transport, Roads and Road transport
Identifier of an INSTALLED EQUIPMENT.
+
+
+ The natural class for InstalledEquipmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -118,6 +252,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF EQUIPMENT. Some values are defined for EPIAP: "mobileRamp" for mobile Ramps, "permanentRamp" for permanent installation and "wheelchairLift" for a hoist.
+
+
+
+
+
Type for a reference to a TYPE OF EQUIPMENT.
@@ -129,6 +268,11 @@ Rail transport, Roads and Road transport
Reference to identifier of a TYPE OF EQUIPMENT.
+
+
+ The natural class for TypeOfEquipmentRefStructure, automatically updated.
+
+
@@ -144,6 +288,11 @@ Rail transport, Roads and Road transport
Reference to an EQUIPMENT POSITION.
+
+
+
+
+
Type for a reference to an EQUIPMENT POSITION.
@@ -155,6 +304,11 @@ Rail transport, Roads and Road transport
Identifier of an EQUIPMENT POSITION.
+
+
+ The natural class for EquipmentPositionRefStructure, automatically updated.
+
+
@@ -170,6 +324,11 @@ Rail transport, Roads and Road transport
Reference to an EQUIPMENT PLACE.
+
+
+
+
+
Type for a reference to an EQUIPMENT PLACE.
@@ -181,6 +340,11 @@ Rail transport, Roads and Road transport
Identifier of an EQUIPMENT PLACE.
+
+
+ The natural class for EquipmentPlaceRefStructure, automatically updated.
+
+
@@ -196,6 +360,17 @@ Rail transport, Roads and Road transport
Reference to a PASSENGER EQUIPMENT.
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a PASSENGER EQUIPMENT.
@@ -207,6 +382,11 @@ Rail transport, Roads and Road transport
Identifier of a POINT.
+
+
+ The natural class for PassengerEquipmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -216,6 +396,33 @@ Rail transport, Roads and Road transport
Reference to a PLACE EQUIPMENT.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to an PLACE EQUIPMENT.
@@ -227,6 +434,11 @@ Rail transport, Roads and Road transport
Identifier of a PLACE EQUIPMENT.
+
+
+ The natural class for PlaceEquipmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_facility_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_facility_support.xsd
index b2ff6e539..0f619ea74 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_facility_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_facility_support.xsd
@@ -895,6 +895,14 @@ Rail transport, Roads and Road transport
Reference to a FACILITY SET.
+
+
+
+
+
+
+
+
Type for a reference to a FACILITY SET.
@@ -906,6 +914,11 @@ Rail transport, Roads and Road transport
Identifier of a FACILITY.
+
+
+ The natural class for FacilitySetRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -915,6 +928,11 @@ Rail transport, Roads and Road transport
Reference to a SITE FACILITY SET.
+
+
+
+
+
Type for a reference to a SITE FACILITY SET.
@@ -926,6 +944,11 @@ Rail transport, Roads and Road transport
Identifier of a FACILITY.
+
+
+ The natural class for SiteFacilitySetRefStructure, automatically updated.
+
+
@@ -947,6 +970,12 @@ Rail transport, Roads and Road transport
Reference to a SERVICE FACILITY SET.
+
+
+
+
+
+
Type for a reference to a SERVICE FACILITY SET.
@@ -958,6 +987,11 @@ Rail transport, Roads and Road transport
Identifier of a FACILITY SET.
+
+
+ The natural class for ServiceFacilitySetRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -973,6 +1007,11 @@ Rail transport, Roads and Road transport
Reference to a ACCOMMODATION.
+
+
+
+
+
Type for a reference to a ACCOMMODATION.
@@ -984,6 +1023,11 @@ Rail transport, Roads and Road transport
Identifier of a FACILITY.
+
+
+ The natural class for AccommodationRefStructure, automatically updated.
+
+
@@ -993,6 +1037,11 @@ Rail transport, Roads and Road transport
Reference to a ONBOARD STAY.
+
+
+
+
+
Type for a reference to a ONBOARD STAY.
@@ -1004,6 +1053,11 @@ Rail transport, Roads and Road transport
Identifier of a FACILITY.
+
+
+ The natural class for OnboardStayRefStructure, automatically updated.
+
+
@@ -1037,6 +1091,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FACILITY.
+
+
+
+
+
Type for a reference to a TYPE OF FACILITY.
@@ -1048,6 +1107,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FACILITY.
+
+
+ The natural class for TypeOfFacilityRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd
index 1700e6291..a203e69ee 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd
@@ -67,6 +67,17 @@ Rail transport, Roads and Road transport
Reference to a MODE OF OPERATION. +V1.2.2
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a MODE OF OPERATION.
@@ -78,6 +89,11 @@ Rail transport, Roads and Road transport
Identifier of a MODE OF OPERATION.
+
+
+ The natural class for ModeOfOperationRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -93,6 +109,11 @@ Rail transport, Roads and Road transport
Reference to a CONVENTIONAL MODE OF OPERATION.
+
+
+
+
+
Type for a reference to a CONVENTIONAL MODE OF OPERATION.
@@ -104,6 +125,11 @@ Rail transport, Roads and Road transport
Identifier of a CONVENTIONAL MODE OF OPERATION.
+
+
+ The natural class for ConventionalModeOfOperationRefStructure, automatically updated.
+
+
@@ -190,6 +216,14 @@ Rail transport, Roads and Road transport
Reference to a ALTERNATIVE MODE OF OPERATION. +V1.2.2
+
+
+
+
+
+
+
+
Type for a reference to a ALTERNATIVE MODE OF OPERATION.
@@ -201,6 +235,11 @@ Rail transport, Roads and Road transport
Identifier of a ALTERNATIVE MODE OF OPERATION.
+
+
+ The natural class for AlternativeModeOfOperationRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -328,6 +367,11 @@ Rail transport, Roads and Road transport
Reference to a PERSONAL MODE OF OPERATION. +V1.2.2
+
+
+
+
+
Type for a reference to a PERSONAL MODE OF OPERATION.
@@ -339,6 +383,11 @@ Rail transport, Roads and Road transport
Identifier of a PERSONAL MODE OF OPERATION.
+
+
+ The natural class for PersonalModeOfOperationRefStructure, automatically updated.
+
+
@@ -367,6 +416,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF MODE OF OPERATION.
+
+
+
+
+
Type for a reference to a TYPE OF MODE OF OPERATION.
@@ -378,6 +432,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF MODE OF OPERATION.
+
+
+ The natural class for TypeOfModeOfOperationRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd
index 6b52534fa..9e3bd233c 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd
@@ -328,6 +328,11 @@ Rail transport, Roads and Road transport
Reference to a TRANSPORT MODE.
+
+
+
+
+
Type for a reference to a TRANSPORT MODE.
@@ -339,6 +344,11 @@ Rail transport, Roads and Road transport
Identifier of MODe.
+
+
+ The natural class for OpenTransportModeRefStructure, automatically updated.
+
+
@@ -354,6 +364,11 @@ Rail transport, Roads and Road transport
Reference to a SUBMODE.
+
+
+
+
+
Type for a reference to a SUBMODE.
@@ -365,6 +380,11 @@ Rail transport, Roads and Road transport
Identifier of SUBMODe.
+
+
+ The natural class for SubmodeRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_nm_chargingEquipmentProfile_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_nm_chargingEquipmentProfile_support.xsd
index 4c2b6547b..27b1af5cd 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_nm_chargingEquipmentProfile_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_nm_chargingEquipmentProfile_support.xsd
@@ -63,6 +63,11 @@ Rail transport, Roads and Road transport
Identifier of an RECHARGING EQUIPMENT PROFILE. +v1.2.2
+
+
+
+
+
Type for a reference to an RECHARGING EQUIPMENT PROFILE.
@@ -74,6 +79,11 @@ Rail transport, Roads and Road transport
Identifier of a RECHARGING EQUIPMENT PROFILE.
+
+
+ The natural class for RechargingEquipmentProfileRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd
index f53b56f33..b3545bb38 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd
@@ -67,6 +67,11 @@ Rail transport, Roads and Road transport
Identifier of an VEHICLE CHARGING EQUIPMENT.
+
+
+
+
+
Type for a reference to an VEHICLE CHARGING EQUIPMENT.
@@ -78,6 +83,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE CHARGING EQUIPMENT.
+
+
+ The natural class for VehicleChargingEquipmentRefStructure, automatically updated.
+
+
@@ -93,6 +103,11 @@ Rail transport, Roads and Road transport
Identifier of an REFUELLING EQUIPMENT. +v1.2.2
+
+
+
+
+
Type for a reference to an REFUELLING EQUIPMENT.
@@ -104,6 +119,11 @@ Rail transport, Roads and Road transport
Identifier of a REFUELLING EQUIPMENT.
+
+
+ The natural class for RefuellingEquipmentRefStructure, automatically updated.
+
+
@@ -119,6 +139,11 @@ Rail transport, Roads and Road transport
Identifier of an BATTERY EQUIPMENT. +v1.2.2
+
+
+
+
+
Type for a reference to an BATTERY EQUIPMENT.
@@ -130,6 +155,11 @@ Rail transport, Roads and Road transport
Identifier of a BATTERY EQUIPMENT.
+
+
+ The natural class for BatteryEquipmentRefStructure, automatically updated.
+
+
@@ -145,6 +175,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF BATTERY CHEMISTRY. +v1.2.2
+
+
+
+
+
Type for a reference to a TYPE OF BATTERY CHEMISTRY.
@@ -156,6 +191,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF BATTERY CHEMISTRY.
+
+
+ The natural class for TypeOfBatteryChemistryRefStructure, automatically updated.
+
+
@@ -171,6 +211,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PLUG. +v1.2.2
+
+
+
+
+
Type for a reference to a TYPE OF PLUG.
@@ -182,6 +227,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PLUG.
+
+
+ The natural class for TypeOfPlugRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd
index 54dee999d..40e8d75c7 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd
@@ -69,6 +69,13 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE MODEL PROFILE +V1.2.2
+
+
+
+
+
+
+
Type for a reference to a VEHICLE MODEL PROFILE.
@@ -80,6 +87,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for VehicleModelProfileRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -95,6 +107,11 @@ Rail transport, Roads and Road transport
Reference to a CAR MODEL PROFILE. +V1.2.2
+
+
+
+
+
Type for a reference to a CAR MODEL PROFILE.
@@ -106,6 +123,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for CarModelProfileRefStructure, automatically updated.
+
+
@@ -121,6 +143,11 @@ Rail transport, Roads and Road transport
Reference to a CYCLE MODEL PROFILE. +V1.2.2
+
+
+
+
+
Type for a reference to a CYCLE MODEL PROFILE.
@@ -132,6 +159,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for CycleModelProfileRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_nm_fleet_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_nm_fleet_support.xsd
index 4e649cae4..2e8b121ff 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_nm_fleet_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_nm_fleet_support.xsd
@@ -80,6 +80,11 @@ Rail transport, Roads and Road transport
Reference to a FLEET. +v1.2.2
+
+
+
+
+
Type for a reference to a FLEET.
@@ -91,6 +96,11 @@ Rail transport, Roads and Road transport
Identifier of a FLEET.
+
+
+ The natural class for FleetRefStructure, automatically updated.
+
+
@@ -106,6 +116,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FLEET. +v1.2.2
+
+
+
+
+
Type for a reference to a TYPE OF FLEET.
@@ -117,6 +132,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FLEET.
+
+
+ The natural class for TypeOfFleetRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_notice_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_notice_support.xsd
index d612b4ca7..d5db3d8d6 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_notice_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_notice_support.xsd
@@ -67,6 +67,11 @@ Rail transport, Roads and Road transport
Reference to a NOTICE i.e. footnote, note, announcement or other informational text element.
+
+
+
+
+
Type for a reference to a NOTICE.
@@ -78,6 +83,11 @@ Rail transport, Roads and Road transport
Identifier of a NOTICE.
+
+
+ The natural class for NoticeRefStructure, automatically updated.
+
+
@@ -128,6 +138,11 @@ Rail transport, Roads and Road transport
Reference to a DELIVERY VARIANT.
+
+
+
+
+
Type for a reference to a DELIVERY VARIANT.
@@ -139,6 +154,11 @@ Rail transport, Roads and Road transport
Identifier of a NOTICE DELIVERY VARIANT.
+
+
+ The natural class for DeliveryVariantRefStructure, automatically updated.
+
+
@@ -154,6 +174,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF NOTICE.
+
+
+
+
+
Type for a reference to a TYPE OF NOTICE.
@@ -165,6 +190,11 @@ Rail transport, Roads and Road transport
Identifier of a NOTICE.
+
+
+ The natural class for TypeOfNoticeRefStructure, automatically updated.
+
+
@@ -180,6 +210,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF DELIVERY VARIANT.
+
+
+
+
+
Type for a reference to a TYPE OF DELIVERY VARIANT.
@@ -191,6 +226,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF DELVIERY VARIANT.
+
+
+ The natural class for TypeOfDeliveryVariantRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd
index caad1e02d..1ab0cec33 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd
@@ -63,6 +63,15 @@ Rail transport, Roads and Road transport
Reference to an OTHER ORGANISATION.
+
+
+
+
+
+
+
+
+
Type for a reference to an OTHER ORGANISATION.
@@ -74,6 +83,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for OtherOrganisationRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -89,6 +103,11 @@ Rail transport, Roads and Road transport
Reference to a TRAVEL AGENT.
+
+
+
+
+
Type for a reference to a TRAVEL AGENT.
@@ -100,6 +119,11 @@ Rail transport, Roads and Road transport
Identifier of TRAVEL AGENT entity.
+
+
+ The natural class for TravelAgentRefStructure, automatically updated.
+
+
@@ -131,6 +155,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICED ORGANISATION.
+
+
+
+
+
Type for a reference to a SERVICED ORGANISATION.
@@ -142,6 +171,11 @@ Rail transport, Roads and Road transport
Identifier of SERVICED ORGANISATION entity.
+
+
+ The natural class for ServicedOrganisationRefStructure, automatically updated.
+
+
@@ -157,6 +191,11 @@ Rail transport, Roads and Road transport
Reference to a MANAGEMENT AGENT.
+
+
+
+
+
Type for a reference to a MANAGEMENT AGENT.
@@ -168,6 +207,11 @@ Rail transport, Roads and Road transport
Identifier of MANAGEMENT AGENT entity.
+
+
+ The natural class for ManagementAgentRefStructure, automatically updated.
+
+
@@ -183,6 +227,11 @@ Rail transport, Roads and Road transport
Reference to a GENERAL ORGANISATION.
+
+
+
+
+
Type for a reference to a GENERAL ORGANISATION.
@@ -194,6 +243,11 @@ Rail transport, Roads and Road transport
Identifier of GENERAL ORGANISATION entity.
+
+
+ The natural class for GeneralOrganisationRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_schematicMap_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_schematicMap_support.xsd
index 5140dd873..dc4ae5713 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_schematicMap_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_schematicMap_support.xsd
@@ -64,6 +64,11 @@ Rail transport, Roads and Road transport
Reference to a SCHEMATIC MAP.
+
+
+
+
+
Type for a reference to a SCHEMATIC MAP.
@@ -75,6 +80,11 @@ Rail transport, Roads and Road transport
Identifier of a SCHEMATIC MAP.
+
+
+ The natural class for SchematicMapRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd
index 613b9c134..33b707229 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_support.xsd
@@ -90,6 +90,11 @@
Reference to a SPOT ROW. +v2.0
+
+
+
+
+
Type for a reference to a SPOT ROW.
@@ -101,6 +106,11 @@
Identifier of a SPOT ROW.
+
+
+ The natural class for SpotRowRefStructure, automatically updated.
+
+
@@ -128,6 +138,11 @@
Reference to a SPOT COLUMN. +v2.0
+
+
+
+
+
Type for a reference to a SPOT COLUMN.
@@ -139,6 +154,11 @@
Identifier of a SPOT COLUMN.
+
+
+ The natural class for SpotColumnRefStructure, automatically updated.
+
+
@@ -154,6 +174,24 @@
Reference to an EQUIPABLE SPACE. +v2.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to an EQUIPABLE SPACE.
@@ -165,6 +203,11 @@
Identifier of referenced entity.
+
+
+ The natural class for EquipableSpaceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -192,6 +235,14 @@
Reference to a LOCATABLE SPOT. +v2.0
+
+
+
+
+
+
+
+
Type for a reference to a LOCATABLE SPOT.
@@ -203,6 +254,11 @@
Identifier of referenced entity.
+
+
+ The natural class for LocatableSpotRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -244,6 +300,11 @@
Reference to a PASSENGER SPOT. +v2.0
+
+
+
+
+
Type for a reference to a PASSENGER SPOT.
@@ -255,6 +316,11 @@
Identifier of a PASSENGER SPOT.
+
+
+ The natural class for PassengerSpotRefStructure, automatically updated.
+
+
@@ -270,6 +336,11 @@
Reference to a PASSENGER VEHICLE SPOT. +v2.0
+
+
+
+
+
Type for a reference to a PASSENGER VEHICLE SPOT.
@@ -281,6 +352,11 @@
Identifier of a PASSENGER VEHICLE SPOT.
+
+
+ The natural class for PassengerVehicleSpotRefStructure, automatically updated.
+
+
@@ -296,6 +372,11 @@
Reference to a LUGGAGE SPOT. +v2.0
+
+
+
+
+
Type for a reference to a LUGGAGE SPOT.
@@ -307,6 +388,11 @@
Identifier of a LUGGAGE SPOT.
+
+
+ The natural class for LuggageSpotRefStructure, automatically updated.
+
+
@@ -322,6 +408,11 @@
Reference to a TYPE OF LOCATABLE SPOT. +v2.0
+
+
+
+
+
Type for a reference to a TYPE OF LOCATABLE SPOT.
@@ -333,6 +424,11 @@
Reference to a TYPE OF LOCATABLE SPOT.
+
+
+ The natural class for TypeOfLocatableSpotRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_securityList_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_securityList_support.xsd
index 99f28d5d2..2df9c9fec 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_securityList_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_securityList_support.xsd
@@ -81,6 +81,13 @@ Rail transport, Roads and Road transport
Reference to a SECURITY LIST..
+
+
+
+
+
+
+
Type for Reference to a SECURITY LIST..
@@ -92,6 +99,11 @@ Rail transport, Roads and Road transport
Identifier of a SECURITY LIST..
+
+
+ The natural class for SecurityListRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -119,6 +131,11 @@ Rail transport, Roads and Road transport
Reference to a BLACKLIST.
+
+
+
+
+
Type for Reference to a BLACKLIST.
@@ -130,6 +147,11 @@ Rail transport, Roads and Road transport
Identifier of a BLACKLIST.
+
+
+ The natural class for BlacklistRefStructure, automatically updated.
+
+
@@ -157,6 +179,11 @@ Rail transport, Roads and Road transport
Reference to a WHITELIST.
+
+
+
+
+
Type for Reference to a WHITELIST.
@@ -168,6 +195,11 @@ Rail transport, Roads and Road transport
Identifier of a WHITELIST.
+
+
+ The natural class for WhitelistRefStructure, automatically updated.
+
+
@@ -196,6 +228,17 @@ Rail transport, Roads and Road transport
Reference to a SECURITY LISTING.
+
+
+
+
+
+
+
+
+
+
+
Type for Reference to a SECURITY LISTING.
@@ -207,6 +250,11 @@ Rail transport, Roads and Road transport
Identifier of a SECURITY LISTING.
+
+
+ The natural class for SecurityListingRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -234,6 +282,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF SECURITY LIST.
+
+
+
+
+
Type for Reference to a TYPE OF SECURITY LIST.
@@ -245,6 +298,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF SECURITY LIST.
+
+
+ The natural class for TypeOfSecurityListRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_sensorEquipment_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_sensorEquipment_support.xsd
index 90d8d748a..3a8178f13 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_sensorEquipment_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_sensorEquipment_support.xsd
@@ -71,6 +71,13 @@
Identifier of a SENSOR EQUIPMENT. +V2.0
+
+
+
+
+
+
+
Type for a reference to a SENSOR EQUIPMENT.
@@ -82,6 +89,11 @@
Identifier of a SENSOR EQUIPMENT.
+
+
+ The natural class for SensorEquipmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -107,6 +119,11 @@
Identifier of a SPOT SENSOR. +v2.0
+
+
+
+
+
Type for a reference to a SPOT SENSOR.
@@ -118,6 +135,11 @@
Identifier of a SPOT SENSOR.
+
+
+ The natural class for SpotSensorRefStructure, automatically updated.
+
+
@@ -133,6 +155,11 @@
Identifier of an ENTRANCE SENSOR. +v2.0
+
+
+
+
+
Type for a reference to an ENTRANCE SENSOR.
@@ -144,6 +171,11 @@
Identifier of a ENTRANCE SENSOR.
+
+
+ The natural class for EntranceSensorRefStructure, automatically updated.
+
+
@@ -159,6 +191,11 @@
Identifier of a SENSOR IN SPOT. +V2.0
+
+
+
+
+
Type for a reference to a SENSOR IN SPOT.
@@ -170,6 +207,11 @@
Identifier of a SENSOR IN SPOT.
+
+
+ The natural class for SensorInSpotRefStructure, automatically updated.
+
+
@@ -185,6 +227,11 @@
Identifier of a SENSOR IN ENTRANCE. +V2.0
+
+
+
+
+
Type for a reference to a SENSOR IN ENTRANCE.
@@ -196,6 +243,11 @@
Identifier of a SENSOR IN ENTRANCE.
+
+
+ The natural class for SensorInEntranceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd
index db12d71b4..8aedfd36b 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd
@@ -65,6 +65,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICE CALENDAR.
+
+
+
+
+
Type for a reference to a SERVICE CALENDAR.
@@ -76,6 +81,11 @@ Rail transport, Roads and Road transport
Identifier of a SERVICE CALENDAR.
+
+
+ The natural class for ServiceCalendarRefStructure, automatically updated.
+
+
@@ -91,6 +101,11 @@ Rail transport, Roads and Road transport
Reference to an OPERATING DAY.
+
+
+
+
+
Type for a reference to an OPERATING DAY.
@@ -102,6 +117,11 @@ Rail transport, Roads and Road transport
Identifier of an OPERATING DAY.
+
+
+ The natural class for OperatingDayRefStructure, automatically updated.
+
+
@@ -117,6 +137,12 @@ Rail transport, Roads and Road transport
Reference to an OPERATING PERIOD.
+
+
+
+
+
+
Type for a reference to an OPERATING PERIOD.
@@ -128,6 +154,11 @@ Rail transport, Roads and Road transport
Identifier of an OPERATING PERIOD.
+
+
+ The natural class for OperatingPeriodRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -143,6 +174,11 @@ Rail transport, Roads and Road transport
Reference to an UIC OPERATING PERIOD.
+
+
+
+
+
Type for a reference to an UIC OPERATING PERIOD.
@@ -154,6 +190,11 @@ Rail transport, Roads and Road transport
Identifier of an OPERATING PERIOD.
+
+
+ The natural class for UicOperatingPeriodRefStructure, automatically updated.
+
+
@@ -169,6 +210,11 @@ Rail transport, Roads and Road transport
Reference to a DAY TYPE ASSIGNMENT.
+
+
+
+
+
Type for a reference to a DAY TYPE ASSIGNMENT.
@@ -180,6 +226,11 @@ Rail transport, Roads and Road transport
Identifier of a DAY TYPE ASSIGNMENT.
+
+
+ The natural class for DayTypeAssignmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd
index f9c091f9a..3dd9d2d24 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd
@@ -92,6 +92,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a CLASS OF USE.
@@ -103,6 +108,11 @@ Rail transport, Roads and Road transport
Identifier of a CLASS OF USE.
+
+
+ The natural class for ClassOfUseRefStructure, automatically updated.
+
+
@@ -681,6 +691,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a TYPE OF PAYMENT METHOD. +v1.2.2
@@ -692,6 +707,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF PAYMENT METHOD.
+
+
+ The natural class for TypeOfPaymentMethodRefStructure, automatically updated.
+
+
@@ -779,6 +799,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF SERVICE.
+
+
+
+
+
Type for a reference to a TYPE OF SERVICE.
@@ -790,6 +815,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF SERVICE.
+
+
+ The natural class for TypeOfServiceRefStructure, automatically updated.
+
+
@@ -818,6 +848,11 @@ Rail transport, Roads and Road transport
See ERA B.4 7037 Characteristic description code.
+
+
+
+
+
Type for a reference to a TYPE OF PRODUCT CATEGORY.
@@ -829,6 +864,11 @@ See ERA B.4 7037 Characteristic description code.
Reference to a TYPE OF PRODUCT CATEGORY.
+
+
+ The natural class for TypeOfProductCategoryRefStructure, automatically updated.
+
+
@@ -856,6 +896,12 @@ See ERA B.4 7037 Characteristic description code.
Reference to a BOOKING ARRANGEMENT.
+
+
+
+
+
+
Type for a reference to a BOOKING ARRANGEMENT.
@@ -867,6 +913,11 @@ See ERA B.4 7037 Characteristic description code.
Identifier of a BOOKING ARRANGEMENT.
+
+
+ The natural class for BookingArrangementRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -882,6 +933,11 @@ See ERA B.4 7037 Characteristic description code.
Reference to a SERVICE BOOKING ARRANGEMENT.
+
+
+
+
+
Type for a reference to a SERVICE BOOKING ARRANGEMENT.
@@ -893,6 +949,11 @@ See ERA B.4 7037 Characteristic description code.
Identifier of a SERVICE BOOKING ARRANGEMENT.
+
+
+ The natural class for ServiceBookingArrangementRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_spotAffinity_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_spotAffinity_support.xsd
index 8944dfb8d..de9860631 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_spotAffinity_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_spotAffinity_support.xsd
@@ -70,6 +70,11 @@
Reference to a SPOT AFFINITY. +v2.0
+
+
+
+
+
Type for a reference to a SPOT AFFINITY.
@@ -81,6 +86,11 @@
Identifier of referenced entity.
+
+
+ The natural class for SpotAffinityRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_spotEquipment_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_spotEquipment_support.xsd
index e1ee424ec..982b3f619 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_spotEquipment_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_spotEquipment_support.xsd
@@ -68,6 +68,14 @@
Identifier of a SPOT EQUIPMENT. +V2.0
+
+
+
+
+
+
+
+
Type for a reference to a SPOT EQUIPMENT.
@@ -79,6 +87,11 @@
Identifier of a SPOT EQUIPMENT.
+
+
+ The natural class for SpotEquipmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -94,6 +107,11 @@
Identifier of a SEAT EQUIPMENT. +v2.0
+
+
+
+
+
Type for a reference to a SEAT EQUIPMENT.
@@ -105,6 +123,11 @@
Identifier of a SEAT EQUIPMENT.
+
+
+ The natural class for SeatEquipmentRefStructure, automatically updated.
+
+
@@ -120,6 +143,11 @@
Identifier of a BED EQUIPMENT. +v2.0
+
+
+
+
+
Type for a reference to a BED EQUIPMENT.
@@ -131,6 +159,11 @@
Identifier of a BED EQUIPMENT.
+
+
+ The natural class for BedEquipmentRefStructure, automatically updated.
+
+
@@ -162,6 +195,11 @@
Identifier of a LUGGAGE SPOT EQUIPMENT. +v2.0
+
+
+
+
+
Type for a reference to a LUGGAGE SPOT EQUIPMENT.
@@ -173,6 +211,11 @@
Identifier of a LUGGAGE SPOT EQUIPMENT.
+
+
+ The natural class for LuggageSpotEquipmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd
index e13698a66..d3e89284f 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd
@@ -157,6 +157,11 @@ Rail transport, Roads and Road transport
Reference to a TOPOGRAPHIC PLACE.
+
+
+
+
+
Type for a reference to a TOPOGRAPHIC PLACE.
@@ -168,6 +173,11 @@ Rail transport, Roads and Road transport
Identifier of a TOPOGRAPHIC PLACE.
+
+
+ The natural class for TopographicPlaceRefStructure, automatically updated.
+
+
@@ -200,6 +210,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF PLACEs.
+
+
+
+
+
Type for a GROUP OF PLACEs.
@@ -211,6 +226,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF PLACEs.
+
+
+ The natural class for GroupOfPlacesRefStructure, automatically updated.
+
+
@@ -232,6 +252,11 @@ Rail transport, Roads and Road transport
Reference to a TOPOGRAPHIC PROJECTION.
+
+
+
+
+
Type for a reference to a TOPOGRAPHIC PROJECTION
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_trainElementType_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_trainElementType_support.xsd
index d9c76453f..02e50fb0f 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_trainElementType_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_trainElementType_support.xsd
@@ -69,6 +69,11 @@ Rail transport, Roads and Road transport
Reference to a POWERED TRAIN. v2.0
+
+
+
+
+
Type for a reference to a POWERED TRAIN.
@@ -80,6 +85,11 @@ Rail transport, Roads and Road transport
Identifier of a POWERED TRAIN.
+
+
+ The natural class for PoweredTrainRefStructure, automatically updated.
+
+
@@ -95,6 +105,11 @@ Rail transport, Roads and Road transport
Reference to a UNPOWERED TRAIN. v2.0
+
+
+
+
+
Type for a reference to a UNPOWERED TRAIN.
@@ -106,6 +121,11 @@ Rail transport, Roads and Road transport
Identifier of a UNPOWERED TRAIN.
+
+
+ The natural class for UnpoweredTrainRefStructure, automatically updated.
+
+
@@ -121,6 +141,11 @@ Rail transport, Roads and Road transport
Reference to a TRACTIVE ELEMENT TYPE. v2.0
+
+
+
+
+
Type for a reference to a TRACTIVE ELEMENT TYPE.
@@ -132,6 +157,11 @@ Rail transport, Roads and Road transport
Identifier of a TRACTIVE ELEMENT TYPE.
+
+
+ The natural class for TractiveElementTypeRefStructure, automatically updated.
+
+
@@ -147,6 +177,11 @@ Rail transport, Roads and Road transport
Reference to a TRAILING ELEMENT TYPE. v2.0
+
+
+
+
+
Type for a reference to a TRAILING ELEMENT TYPE.
@@ -158,6 +193,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAILING ELEMENT TYPE.
+
+
+ The natural class for TrailingElementTypeRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_trainElement_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_trainElement_support.xsd
index a76446a72..6704d3f1c 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_trainElement_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_trainElement_support.xsd
@@ -71,6 +71,13 @@ Rail transport, Roads and Road transport
Reference to a TRAIN.
+
+
+
+
+
+
+
Type for a reference to a TRAIN.
@@ -82,6 +89,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAIN.
+
+
+ The natural class for TrainRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -102,6 +114,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a COMPOUND TRAIN.
@@ -113,6 +130,11 @@ Rail transport, Roads and Road transport
Identifier of a COMPOUND TRAIN.
+
+
+ The natural class for CompoundTrainRefStructure, automatically updated.
+
+
@@ -205,6 +227,11 @@ Rail transport, Roads and Road transport
Reference to a TRAIN COMPONENT.
+
+
+
+
+
Type for a reference to a TRAIN COMPONENT.
@@ -216,6 +243,11 @@ Rail transport, Roads and Road transport
Identifier of TRAIN COMPONENT.
+
+
+ The natural class for TrainComponentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd
index 32133c403..1bfe4d6dc 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd
@@ -103,6 +103,13 @@ Rail transport, Roads and Road transport
+
+
+
+
+
+
+
Type for a reference to an TRANSPORT ORGANISATION..
@@ -114,6 +121,11 @@ Rail transport, Roads and Road transport
Identifier of an TRANSPORT ORGANISATION.
+
+
+ The natural class for TransportOrganisationRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -142,6 +154,11 @@ Rail transport, Roads and Road transport
Reference to an OPERATOR.
+
+
+
+
+
Type for a reference to an OPERATOR.
@@ -153,6 +170,11 @@ Rail transport, Roads and Road transport
Identifier of an OPERATOR.
+
+
+ The natural class for OperatorRefStructure, automatically updated.
+
+
@@ -195,6 +217,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to an AUTHORITY.
@@ -206,6 +233,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for AuthorityRefStructure, automatically updated.
+
+
@@ -255,6 +287,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF OPERATORs.
+
+
+
+
+
Type for a reference to a GROUP OF OPERATORs.
@@ -266,6 +303,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF OPERATORs.
+
+
+ The natural class for GroupOfOperatorsRefStructure, automatically updated.
+
+
@@ -281,6 +323,11 @@ Rail transport, Roads and Road transport
Reference to an OPERATIONAL CONTEXT.
+
+
+
+
+
Type for a reference to an OPERATIONAL CONTEXT.
@@ -292,6 +339,11 @@ Rail transport, Roads and Road transport
Identifier of an OPERATIONAL CONTEXT.
+
+
+ The natural class for OperationalContextRefStructure, automatically updated.
+
+
@@ -319,6 +371,11 @@ Rail transport, Roads and Road transport
Reference to an OPERATING DEPARTMENT.
+
+
+
+
+
Type for a reference to an OPERATING DEPARTMENT.
@@ -330,6 +387,11 @@ Rail transport, Roads and Road transport
Identifier of an OPERATING DEPARTMENT.
+
+
+ The natural class for OperatingDepartmentRefStructure, automatically updated.
+
+
@@ -345,6 +407,11 @@ Rail transport, Roads and Road transport
Reference to a CONTROL CENTRE.
+
+
+
+
+
Type for a reference to a CONTROL CENTRE.
@@ -356,6 +423,11 @@ Rail transport, Roads and Road transport
Identifier of a CONTROL CENTRE.
+
+
+ The natural class for ControlCentreRefStructure, automatically updated.
+
+
@@ -376,6 +448,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a TRANSPORT ADMINISTRATIVE ZONE.
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd
index 843392f5d..b0bf676d1 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd
@@ -103,6 +103,17 @@ Rail transport, Roads and Road transport
Reference to a TRANSPORT TYPE. +v1.2.2
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a TRANSPORT TYPE.
@@ -114,6 +125,11 @@ Rail transport, Roads and Road transport
Identifier of a TRANSPORT TYPE.
+
+
+ The natural class for TransportTypeRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -141,6 +157,15 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE TYPE.
+
+
+
+
+
+
+
+
+
Type for a reference to a VEHICLE TYPE.
@@ -152,6 +177,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE TYPE.
+
+
+ The natural class for VehicleTypeRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -179,6 +209,11 @@ Rail transport, Roads and Road transport
Reference to a PERSONAL TRANSPORT TYPE. +v1.2.2
+
+
+
+
+
Type for a reference to a PERSONAL TRANSPORT TYPE.
@@ -190,6 +225,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE TYPE.
+
+
+ The natural class for SimpleVehicleTypeRefStructure, automatically updated.
+
+
@@ -205,6 +245,14 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE REQUIREMENT.
+
+
+
+
+
+
+
+
Type for a reference to a VEHICLE REQUIREMENT.
@@ -216,6 +264,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for VehicleRequirementRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -231,6 +284,11 @@ Rail transport, Roads and Road transport
Reference to a PASSENGER CARRYING REQUIREMENT.
+
+
+
+
+
Type for a reference to a PASSENGER CARRYING REQUIREMENT.
@@ -242,6 +300,11 @@ Rail transport, Roads and Road transport
Identifier of a PASSENGER CARRYING REQUIREMENT.
+
+
+ The natural class for PassengerCarryingRequirementRefStructure, automatically updated.
+
+
@@ -257,6 +320,11 @@ Rail transport, Roads and Road transport
Reference to a PASSENGER CAPACITY.
+
+
+
+
+
Type for a reference to a PASSENGER CAPACITY.
@@ -268,6 +336,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE.
+
+
+ The natural class for PassengerCapacityRefStructure, automatically updated.
+
+
@@ -283,6 +356,11 @@ Rail transport, Roads and Road transport
Reference to a PASSENGER VEHICLE CAPACITY.
+
+
+
+
+
Type for a reference to a PASSENGER VEHICLE CAPACITY.
@@ -294,6 +372,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE.
+
+
+ The natural class for PassengerVehicleCapacityRefStructure, automatically updated.
+
+
@@ -309,6 +392,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE MANOEUVRING REQUIREMENT.
+
+
+
+
+
Type for a reference to a VEHICLE REQUIREMENT.
@@ -320,6 +408,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for VehicleManoeuvringRequirementRefStructure, automatically updated.
+
+
@@ -335,6 +428,11 @@ Rail transport, Roads and Road transport
Reference to a FACILITY REQUIREMENT.
+
+
+
+
+
Type for a reference to a FACILITY REQUIRMENT.
@@ -346,6 +444,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for FacilityRequirementRefStructure, automatically updated.
+
+
@@ -361,6 +464,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE MODEL.
+
+
+
+
+
Type for a reference to a VEHICLE MODEL.
@@ -372,6 +480,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE MODEL.
+
+
+ The natural class for VehicleModelRefStructure, automatically updated.
+
+
@@ -399,6 +512,12 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE EQUIPMENT PROFILE.
+
+
+
+
+
+
Type for a reference to a VEHICLE EQUIPMENT PROFILE.
@@ -410,6 +529,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE EQUIPMENT PROFILE.
+
+
+ The natural class for VehicleEquipmentProfileRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -670,6 +794,11 @@ Rail transport, Roads and Road transport
Reference to a PURPOSE OF EQUIPMENT PROFILE.
+
+
+
+
+
Type for a reference to a PURPOSE OF EQUIPMENT PROFILE.
@@ -681,6 +810,11 @@ Rail transport, Roads and Road transport
Reference to a PURPOSE OF EQUIPMENT PROFILE.
+
+
+ The natural class for PurposeOfEquipmentProfileRefStructure, automatically updated.
+
+
@@ -708,6 +842,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE EQUIPMENT PROFILE MEMBER.
+
+
+
+
+
Type for a reference to a VEHICLE EQUIPMENT PROFILE MEMBER.
@@ -719,6 +858,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE EQUIPMENT PROFILE MEMBER.
+
+
+ The natural class for VehicleEquipmentProfileMemberRefStructure, automatically updated.
+
+
@@ -734,6 +878,11 @@ Rail transport, Roads and Road transport
Reference to an ACCEPTED DRIVER PERMIT.
+
+
+
+
+
Type for a reference to an ACCEPTED DRIVER PERMIT.
@@ -745,6 +894,11 @@ Rail transport, Roads and Road transport
Reference to an ACCEPTED DRIVER PERMIT.
+
+
+ The natural class for AcceptedDriverPermitRefStructure, automatically updated.
+
+
@@ -760,6 +914,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF DRIVER PERMIT.
+
+
+
+
+
Type for a reference to a TYPE OF DRIVER PERMIT.
@@ -771,6 +930,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF DRIVER PERMIT.
+
+
+ The natural class for TypeOfDriverPermitRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_framework/netex_reusableComponents/netex_vehicle_support.xsd b/xsd/netex_framework/netex_reusableComponents/netex_vehicle_support.xsd
index 9ba920e51..c1b77b1df 100644
--- a/xsd/netex_framework/netex_reusableComponents/netex_vehicle_support.xsd
+++ b/xsd/netex_framework/netex_reusableComponents/netex_vehicle_support.xsd
@@ -80,6 +80,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE.
+
+
+
+
+
Type for a reference to a VEHICLE.
@@ -91,6 +96,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE.
+
+
+ The natural class for VehicleRefStructure, automatically updated.
+
+
@@ -118,6 +128,13 @@ Rail transport, Roads and Road transport
Reference to a ROLLING STOCK ITEM. +v2.0
+
+
+
+
+
+
+
Type for a reference to a ROLLING STOCK ITEM.
@@ -129,6 +146,11 @@ Rail transport, Roads and Road transport
Identifier of a ROLLING STOCK ITEM.
+
+
+ The natural class for RollingStockItemRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -144,6 +166,11 @@ Rail transport, Roads and Road transport
Reference to a TRACTIVE ROLLING STOCK ITEM. +v2.0
+
+
+
+
+
Type for a reference to a TRACTIVE ROLLING STOCK ITEM.
@@ -155,6 +182,11 @@ Rail transport, Roads and Road transport
Identifier of a TRACTIVE ROLLING STOCK ITEM.
+
+
+ The natural class for TractiveRollingStockItemRefStructure, automatically updated.
+
+
@@ -170,6 +202,11 @@ Rail transport, Roads and Road transport
Reference to a TRAILING ROLLING STOCK ITEM. +v2.0
+
+
+
+
+
Type for a reference to a TRAILING ROLLING STOCK ITEM.
@@ -181,6 +218,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAILING ROLLING STOCK ITEM.
+
+
+ The natural class for TrailingRollingStockItemRefStructure, automatically updated.
+
+
@@ -208,6 +250,11 @@ Rail transport, Roads and Road transport
Reference to a ROLLING STOCK INVENTORY. +v2.0
+
+
+
+
+
Type for a reference to a ROLLING STOCK INVENTORY.
@@ -219,6 +266,11 @@ Rail transport, Roads and Road transport
Identifier of a ROLLING STOCK INVENTORY.
+
+
+ The natural class for RollingStockInventoryRefStructure, automatically updated.
+
+
@@ -234,6 +286,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF ROLLING STOCK. +V2.0
+
+
+
+
+
Type for a TYPE OF ROLLING STOCK.
@@ -245,6 +302,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF ROLLING STOCK.
+
+
+ The natural class for TypeOfRollingStockRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_frames/netex_infrastructureFrame_version.xsd b/xsd/netex_part_1/part1_frames/netex_infrastructureFrame_version.xsd
index baed1a33a..fb433915e 100644
--- a/xsd/netex_part_1/part1_frames/netex_infrastructureFrame_version.xsd
+++ b/xsd/netex_part_1/part1_frames/netex_infrastructureFrame_version.xsd
@@ -69,6 +69,11 @@ Rail transport, Roads and Road transport
Reference to an INFRASTRUCTURE FRAME.
+
+
+
+
+
Type for a reference to an INFRASTRUCTURE FRAME.
diff --git a/xsd/netex_part_1/part1_frames/netex_siteFrame_version.xsd b/xsd/netex_part_1/part1_frames/netex_siteFrame_version.xsd
index 131172be7..e9b40fe92 100644
--- a/xsd/netex_part_1/part1_frames/netex_siteFrame_version.xsd
+++ b/xsd/netex_part_1/part1_frames/netex_siteFrame_version.xsd
@@ -84,6 +84,11 @@ Rail transport, Roads and Road transport
Reference to a SITE FRAME.
+
+
+
+
+
Type for a reference to a SITE FRAME.
diff --git a/xsd/netex_part_1/part1_ifopt/netex_assistanceBooking_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_assistanceBooking_support.xsd
index dcf05bfd1..a1af9b75f 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_assistanceBooking_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_assistanceBooking_support.xsd
@@ -71,6 +71,11 @@ Rail transport, Roads and Road transport
Reference to an ASSISTANCE BOOKING SERVICE.
+
+
+
+
+
Type for a reference to an ASSISTANCE BOOKING SERVICE.
@@ -82,6 +87,11 @@ Rail transport, Roads and Road transport
Identifier of ASSISTANCE BOOKING SERVICE.
+
+
+ The natural class for AssistanceBookingServiceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd
index 3072aad5e..d600dcf78 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd
@@ -69,6 +69,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF CONGESTION.
+
+
+
+
+
Type for a TYPE OF CONGESTION.
@@ -80,6 +85,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF CONGESTION.
+
+
+ The natural class for TypeOfCongestionRefStructure, automatically updated.
+
+
@@ -95,6 +105,11 @@ Rail transport, Roads and Road transport
Identifier of a CHECK CONSTRAINT.
+
+
+
+
+
Type for a reference to a CHECK CONSTRAINT.
@@ -106,6 +121,11 @@ Rail transport, Roads and Road transport
Identifier of a CHECK CONSTRAINT.
+
+
+ The natural class for CheckConstraintRefStructure, automatically updated.
+
+
@@ -121,6 +141,11 @@ Rail transport, Roads and Road transport
Identifier of a CHECK CONSTRAINT DELAY.
+
+
+
+
+
Type for a reference to a CHECK CONSTRAINT DELAY.
@@ -132,6 +157,11 @@ Rail transport, Roads and Road transport
Identifier of a CHECK CONSTRAINT DELAY.
+
+
+ The natural class for CheckConstraintDelayRefStructure, automatically updated.
+
+
@@ -147,6 +177,11 @@ Rail transport, Roads and Road transport
Identifier of a CHECK CONSTRAINT THROUGHPUT.
+
+
+
+
+
Type for a reference to a CHECK CONSTRAINT THROUGHPUT.
@@ -158,6 +193,11 @@ Rail transport, Roads and Road transport
Identifier of a CHECK CONSTRAINT THROUGHPUT.
+
+
+ The natural class for CheckConstraintThroughputRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd
index cfdc25b37..29e9acebe 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd
@@ -79,6 +79,21 @@ Rail transport, Roads and Road transport
Identifier of an ACCESS EQUIPMENT.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to an ACCESS EQUIPMENT.
@@ -90,6 +105,11 @@ Rail transport, Roads and Road transport
Identifier of a ACCESS EQUIPMENT.
+
+
+ The natural class for AccessEquipmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -105,6 +125,11 @@ Rail transport, Roads and Road transport
Identifier of an ENTRANCE EQUIPMENT.
+
+
+
+
+
Type for a reference to an ENTRANCE EQUIPMENT.
@@ -116,6 +141,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+ The natural class for EntranceEquipmentRefStructure, automatically updated.
+
+
@@ -185,6 +215,11 @@ Rail transport, Roads and Road transport
Identifier of an RAMP EQUIPMENT.
+
+
+
+
+
Type for a reference to an RAMP EQUIPMENT.
@@ -196,6 +231,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+ The natural class for RampEquipmentRefStructure, automatically updated.
+
+
@@ -211,6 +251,11 @@ Rail transport, Roads and Road transport
Identifier of an CROSSING EQUIPMENT.
+
+
+
+
+
Type for a reference to an CROSSING EQUIPMENT.
@@ -222,6 +267,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+ The natural class for CrossingEquipmentRefStructure, automatically updated.
+
+
@@ -237,6 +287,11 @@ Rail transport, Roads and Road transport
Identifier of an LIFT EQUIPMENT.
+
+
+
+
+
Type for a reference to an LIFT EQUIPMENT.
@@ -248,6 +303,11 @@ Rail transport, Roads and Road transport
Identifier of a LIFT EQUIPMENT.
+
+
+ The natural class for LiftEquipmentRefStructure, automatically updated.
+
+
@@ -263,6 +323,11 @@ Rail transport, Roads and Road transport
Identifier of an LIFT call EQUIPMENT.
+
+
+
+
+
Type for a reference to an LIFT call EQUIPMENT.
@@ -274,6 +339,11 @@ Rail transport, Roads and Road transport
Identifier of a LIFT call EQUIPMENT.
+
+
+ The natural class for LiftCallEquipmentRefStructure, automatically updated.
+
+
@@ -289,6 +359,11 @@ Rail transport, Roads and Road transport
Identifier of an ESCALATOR EQUIPMENT.
+
+
+
+
+
Type for a reference to an ESCALATOR EQUIPMENT.
@@ -300,6 +375,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+ The natural class for EscalatorEquipmentRefStructure, automatically updated.
+
+
@@ -315,6 +395,11 @@ Rail transport, Roads and Road transport
Identifier of an ENTRANCE EQUIPMENT.
+
+
+
+
+
Type for a reference to an TRAVELATOR EQUIPMENT.
@@ -326,6 +411,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+ The natural class for TravelatorEquipmentRefStructure, automatically updated.
+
+
@@ -341,6 +431,11 @@ Rail transport, Roads and Road transport
Identifier of an QUEUEING EQUIPMENT.
+
+
+
+
+
Type for a reference to an QUEUEING EQUIPMENT.
@@ -352,6 +447,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+ The natural class for QueueingEquipmentRefStructure, automatically updated.
+
+
@@ -367,6 +467,11 @@ Rail transport, Roads and Road transport
Identifier of an STAIRCASE EQUIPMENT.
+
+
+
+
+
Type for a reference to an STAIRCASE EQUIPMENT.
@@ -378,6 +483,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+ The natural class for StaircaseEquipmentRefStructure, automatically updated.
+
+
@@ -393,6 +503,11 @@ Rail transport, Roads and Road transport
Identifier of an ROUGH SURFACE.
+
+
+
+
+
Type for a reference to an ROUGH SURFACE.
@@ -404,6 +519,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+ The natural class for RoughSurfaceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd
index 4e6f63f47..1944f5d65 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd
@@ -73,6 +73,11 @@ Rail transport, Roads and Road transport
Identifier of an CYCLE STORAGE EQUIPMENT.
+
+
+
+
+
Type for a reference to an CYCLE STORAGE EQUIPMENT.
@@ -84,6 +89,11 @@ Rail transport, Roads and Road transport
Identifier of a CYCLE STORAGE EQUIPMENT.
+
+
+ The natural class for CycleStorageEquipmentRefStructure, automatically updated.
+
+
@@ -130,6 +140,11 @@ Rail transport, Roads and Road transport
Identifier of an VEHICLE RELEASE EQUIPMENT.
+
+
+
+
+
Type for a reference to an VEHICLE RELEASE EQUIPMENT.
@@ -141,6 +156,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE RELEASE EQUIPMENT.
+
+
+ The natural class for VehicleReleaseEquipmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd
index ed4b5045a..64ae6e352 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd
@@ -68,6 +68,11 @@ Rail transport, Roads and Road transport
Identifier of an SANITARY FACILITY EQUIPMENT.
+
+
+
+
+
Type for a reference to an SANITARY FACILITY EQUIPMENT.
@@ -79,6 +84,11 @@ Rail transport, Roads and Road transport
Identifier of a SANITARY FACILITY EQUIPMENT.
+
+
+ The natural class for SanitaryEquipmentRefStructure, automatically updated.
+
+
@@ -94,6 +104,11 @@ Rail transport, Roads and Road transport
Identifier of an PASSENGER SAFETY EQUIPMENT.
+
+
+
+
+
Type for a reference to an PASSENGER SAFETY EQUIPMENT.
@@ -105,6 +120,11 @@ Rail transport, Roads and Road transport
Identifier of a PASSENGER SAFETY EQUIPMENT.
+
+
+ The natural class for PassengerSafetyEquipmentRefStructure, automatically updated.
+
+
@@ -120,6 +140,11 @@ Rail transport, Roads and Road transport
Reference of an HELP POINT EQUIPMENT.
+
+
+
+
+
Type for a reference to an HELP POINT EQUIPMENT.
@@ -131,6 +156,11 @@ Rail transport, Roads and Road transport
Identifier of a HELP POINT EQUIPMENT.
+
+
+ The natural class for HelpPointEquipmentRefStructure, automatically updated.
+
+
@@ -146,6 +176,11 @@ Rail transport, Roads and Road transport
Reference of an BEACON EQUIPMENT.
+
+
+
+
+
Type for a reference to an BEACON EQUIPMENT.
@@ -157,6 +192,11 @@ Rail transport, Roads and Road transport
Identifier of a BEACON EQUIPMENT.
+
+
+ The natural class for PassengerBeaconEquipmentRefStructure, automatically updated.
+
+
@@ -233,6 +273,11 @@ Rail transport, Roads and Road transport
Identifier of an RUBBISH DISPOSAL EQUIPMENT.
+
+
+
+
+
Type for a reference to an RUBBISH DISPOSAL EQUIPMENT.
@@ -244,6 +289,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+ The natural class for RubbishDisposalEquipmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd
index c750d1115..116fd6039 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd
@@ -79,6 +79,11 @@ Rail transport, Roads and Road transport
Identifier of an PLACE SIGN.
+
+
+
+
+
Type for a reference to an PLACE SIGN.
@@ -90,6 +95,11 @@ Rail transport, Roads and Road transport
Identifier of a PLACE SIGN.
+
+
+ The natural class for PlaceSignRefStructure, automatically updated.
+
+
@@ -105,6 +115,11 @@ Rail transport, Roads and Road transport
Identifier of an GENERAL SIGN.
+
+
+
+
+
Type for a reference to an GENERAL SIGN.
@@ -116,6 +131,11 @@ Rail transport, Roads and Road transport
Identifier of a GENERAL SIGN.
+
+
+ The natural class for GeneralSignRefStructure, automatically updated.
+
+
@@ -131,6 +151,11 @@ Rail transport, Roads and Road transport
Identifier of an HEADING SIGN.
+
+
+
+
+
Type for a reference to an HEADING SIGN.
@@ -142,6 +167,11 @@ Rail transport, Roads and Road transport
Identifier of a HEADING SIGN.
+
+
+ The natural class for HeadingSignRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd
index 72d781d7a..c0e7e773c 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd
@@ -64,6 +64,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+
+
+
Type for a reference to a TICKETING EQUIPMENT.
@@ -75,6 +80,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING EQUIPMENT.
+
+
+ The natural class for TicketingEquipmentRefStructure, automatically updated.
+
+
@@ -102,6 +112,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKET VALIDATOR.
+
+
+
+
+
Type for a reference to a TICKET VALIDATOR.
@@ -113,6 +128,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKET VALIDATOR.
+
+
+ The natural class for TicketValidatorEquipmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd
index 6f92f80f4..2428dc53e 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd
@@ -68,6 +68,17 @@ Rail transport, Roads and Road transport
Identifier of an SITE EQUIPMENT.
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to an SITE EQUIPMENT.
@@ -79,6 +90,11 @@ Rail transport, Roads and Road transport
Identifier of a SITE EQUIPMENT.
+
+
+ The natural class for SiteEquipmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -94,6 +110,11 @@ Rail transport, Roads and Road transport
Identifier of an WAITING EQUIPMENT.
+
+
+
+
+
Type for a reference to an WAITING EQUIPMENT.
@@ -105,6 +126,11 @@ Rail transport, Roads and Road transport
Identifier of a WAITING EQUIPMENT.
+
+
+ The natural class for WaitingEquipmentRefStructure, automatically updated.
+
+
@@ -120,6 +146,11 @@ Rail transport, Roads and Road transport
Identifier of an WAITING ROOM EQUIPMENT.
+
+
+
+
+
Type for a reference to an WAITING ROOM EQUIPMENT.
@@ -140,6 +171,11 @@ Rail transport, Roads and Road transport
Identifier of an LUGGAGE LOCKER EQUIPMENT.
+
+
+
+
+
Type for a reference to an LUGGAGE LOCKER EQUIPMENT.
@@ -151,6 +187,11 @@ Rail transport, Roads and Road transport
Identifier of a LUGGAGE LOCKER EQUIPMENT.
+
+
+ The natural class for LuggageLockerEquipmentRefStructure, automatically updated.
+
+
@@ -204,6 +245,11 @@ Rail transport, Roads and Road transport
Identifier of an SHELTER EQUIPMENT.
+
+
+
+
+
Type for a reference to an SHELTER EQUIPMENT.
@@ -215,6 +261,11 @@ Rail transport, Roads and Road transport
Identifier of a SHELTER EQUIPMENT.
+
+
+ The natural class for ShelterEquipmentRefStructure, automatically updated.
+
+
@@ -230,6 +281,11 @@ Rail transport, Roads and Road transport
Identifier of an SEATING EQUIPMENT.
+
+
+
+
+
Type for a reference to an SEATING EQUIPMENT.
@@ -241,6 +297,11 @@ Rail transport, Roads and Road transport
Identifier of a SEATING EQUIPMENT.
+
+
+ The natural class for SeatingEquipmentRefStructure, automatically updated.
+
+
@@ -256,6 +317,11 @@ Rail transport, Roads and Road transport
Identifier of an TROLLEY STAND EQUIPMENT.
+
+
+
+
+
Type for a reference to an TROLLEY STAND EQUIPMENT.
@@ -267,6 +333,11 @@ Rail transport, Roads and Road transport
Identifier of a TROLLEY STAND EQUIPMENT.
+
+
+ The natural class for TrolleyStandEquipmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd
index 873710855..978ef7c85 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd
@@ -68,6 +68,11 @@ Rail transport, Roads and Road transport
Reference to a FLEXIBLE STOP PLACE.
+
+
+
+
+
Type for a reference to a FLEXIBLE STOP PLACE.
@@ -79,6 +84,11 @@ Rail transport, Roads and Road transport
Identifier of a FLEXIBLE STOP PLACE.
+
+
+ The natural class for FlexibleStopPlaceRefStructure, automatically updated.
+
+
@@ -106,6 +116,14 @@ Rail transport, Roads and Road transport
Reference to a FLEXIBLE QUAY.
+
+
+
+
+
+
+
+
Type for reference to a FLEXIBLE QUAY.
@@ -117,6 +135,11 @@ Rail transport, Roads and Road transport
Identifier of a FLIEXIBLE QUAY.
+
+
+ The natural class for FlexibleQuayRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -132,6 +155,11 @@ Rail transport, Roads and Road transport
Reference to a FLEXIBLE AREA.
+
+
+
+
+
Type for reference to a FLEXIBLE AREA.
@@ -143,6 +171,11 @@ Rail transport, Roads and Road transport
Identifier of a FLEXIBLE AREa.
+
+
+ The natural class for FlexibleAreaRefStructure, automatically updated.
+
+
@@ -158,6 +191,11 @@ Rail transport, Roads and Road transport
Reference to a HAIL AND RIDE AREA.
+
+
+
+
+
Type for Unique Reference to a HAIL AND RIDE AREA.
@@ -169,6 +207,11 @@ Rail transport, Roads and Road transport
Identifier of a HAIL AND RIDE AREA.
+
+
+ The natural class for HailAndRideAreaRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd
index 389030737..01d8e0e28 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd
@@ -67,6 +67,11 @@ Rail transport, Roads and Road transport
Identifier of an COMMUNICATION SERVICE.
+
+
+
+
+
Type for a reference to an COMMUNICATION SERVICE.
@@ -78,6 +83,11 @@ Rail transport, Roads and Road transport
Identifier of a COMMUNICATION SERVICE.
+
+
+ The natural class for CommunicationServiceRefStructure, automatically updated.
+
+
@@ -93,6 +103,11 @@ Rail transport, Roads and Road transport
Identifier of an HIRE SERVICE.
+
+
+
+
+
Type for a reference to an HIRE SERVICE.
@@ -104,6 +119,11 @@ Rail transport, Roads and Road transport
Identifier of a HIRE SERVICE.
+
+
+ The natural class for HireServiceRefStructure, automatically updated.
+
+
@@ -140,6 +160,11 @@ Rail transport, Roads and Road transport
Identifier of an MONEY SERVICE.
+
+
+
+
+
Type for a reference to an MONEY SERVICE.
@@ -151,6 +176,11 @@ Rail transport, Roads and Road transport
Identifier of a MONEY SERVICE.
+
+
+ The natural class for MoneyServiceRefStructure, automatically updated.
+
+
@@ -185,6 +215,11 @@ Rail transport, Roads and Road transport
Identifier of an RETAIL SERVICE.
+
+
+
+
+
Type for a reference to an RETAIL SERVICE.
@@ -196,6 +231,11 @@ Rail transport, Roads and Road transport
Identifier of a RETAIL SERVICE.
+
+
+ The natural class for RetailServiceRefStructure, automatically updated.
+
+
@@ -232,6 +272,11 @@ Rail transport, Roads and Road transport
Identifier of an CATERING SERVICE.
+
+
+
+
+
Type for a reference to an CATERING SERVICE.
@@ -243,6 +288,11 @@ Rail transport, Roads and Road transport
Identifier of a CATERING SERVICE.
+
+
+ The natural class for CateringServiceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd
index e90f8a39d..3538b3c2e 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd
@@ -58,6 +58,25 @@ Rail transport, Roads and Road transport
Reference to a LOCAL SERVICE.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a LOCAL SERVICE.
@@ -69,6 +88,11 @@ Rail transport, Roads and Road transport
Identifier of a POINT.
+
+
+ The natural class for LocalServiceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -90,6 +114,11 @@ Rail transport, Roads and Road transport
Identifier of an TICKETING SERVICE.
+
+
+
+
+
Type for a reference to an TICKETING SERVICE.
@@ -101,6 +130,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING SERVICE.
+
+
+ The natural class for TicketingServiceRefStructure, automatically updated.
+
+
@@ -116,6 +150,11 @@ Rail transport, Roads and Road transport
Identifier of an ASSISTANCE SERVICE.
+
+
+
+
+
Type for a reference to an ASSISTANCE SERVICE.
@@ -127,6 +166,11 @@ Rail transport, Roads and Road transport
Identifier of a ASSISTANCE SERVICE.
+
+
+ The natural class for AssistanceServiceRefStructure, automatically updated.
+
+
@@ -142,6 +186,11 @@ Rail transport, Roads and Road transport
Identifier of an CUSTOMER SERVICE.
+
+
+
+
+
Type for a reference to an CUSTOMER SERVICE.
@@ -153,6 +202,11 @@ Rail transport, Roads and Road transport
Identifier of a CUSTOMER SERVICE.
+
+
+ The natural class for CustomerServiceRefStructure, automatically updated.
+
+
@@ -168,6 +222,11 @@ Rail transport, Roads and Road transport
Identifier of an COMPLAINTS SERVICE.
+
+
+
+
+
Type for a reference to an COMPLAINTS SERVICE.
@@ -179,6 +238,11 @@ Rail transport, Roads and Road transport
Identifier of a COMPLAINTS SERVICE.
+
+
+ The natural class for ComplaintsServiceRefStructure, automatically updated.
+
+
@@ -194,6 +258,11 @@ Rail transport, Roads and Road transport
Identifier of an LOST PROPERTY SERVICE.
+
+
+
+
+
Type for a reference to an LOST PROPERTY SERVICE.
@@ -205,6 +274,11 @@ Rail transport, Roads and Road transport
Identifier of a LOST PROPERTY SERVICE.
+
+
+ The natural class for LostPropertyServiceRefStructure, automatically updated.
+
+
@@ -220,6 +294,11 @@ Rail transport, Roads and Road transport
Identifier of an LUGGAGE SERVICE.
+
+
+
+
+
Type for a reference to an LUGGAGE SERVICE.
@@ -231,6 +310,11 @@ Rail transport, Roads and Road transport
Identifier of a LUGGAGE SERVICE.
+
+
+ The natural class for LuggageServiceRefStructure, automatically updated.
+
+
@@ -246,6 +330,11 @@ Rail transport, Roads and Road transport
Identifier of an LEFT LUGGAGE SERVICE.
+
+
+
+
+
Type for a reference to an LEFT LUGGAGE SERVICE.
@@ -257,6 +346,11 @@ Rail transport, Roads and Road transport
Identifier of a LEFT LUGGAGE SERVICE.
+
+
+ The natural class for LeftLuggageServiceRefStructure, automatically updated.
+
+
@@ -272,6 +366,11 @@ Rail transport, Roads and Road transport
Identifier of an MEETING POINT SERVICE.
+
+
+
+
+
Type for a reference to an MEETING POINT SERVICE.
@@ -283,6 +382,11 @@ Rail transport, Roads and Road transport
Identifier of a MEETING POINT SERVICE.
+
+
+ The natural class for MeetingPointServiceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd
index 57557934c..93d8c1b1a 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd
@@ -96,20 +96,25 @@ Rail transport, Roads and Road transport
Reference to a PARKING.
+
+
+
+
+
Type for a reference to a PARKING.
-
+
- Name of Class of the referenced entity. Allows reflection. Fixed for each ENTITY type.
+ Identifier of a PARKING.
-
+
- Identifier of a PARKING.
+ The natural class for ParkingRefStructure, automatically updated.
@@ -127,20 +132,25 @@ Rail transport, Roads and Road transport
Reference to a PARKING CAPACITY.
+
+
+
+
+
Type for a reference to a PARKING CAPACITY.
-
+
- Name of Class of the referenced entity. Allows reflection. Fixed for each ENTITY type.
+ Identifier of a PARKING.
-
+
- Identifier of a PARKING.
+ The natural class for ParkingCapacityRefStructure, automatically updated.
@@ -157,20 +167,25 @@ Rail transport, Roads and Road transport
Reference to a PARKING PROPERTIES
+
+
+
+
+
Type for a reference to a PARKING PROPERTIES
-
+
- Name of Class of the referenced entity. Allows reflection. Fixed for each ENTITY type.
+ Identifier of a PARKING PROPERTY.
-
+
- Identifier of a PARKING PROPERTY.
+ The natural class for ParkingPropertiesRefStructure, automatically updated.
@@ -219,6 +234,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for reference to a PARKING ENTRANCE.
@@ -245,6 +265,11 @@ Rail transport, Roads and Road transport
Reference to a PARKING VEHICLE ENTRANCE.
+
+
+
+
+
Type for reference to a PARKING VEHICLE ENTRANCE.
@@ -284,6 +309,15 @@ Rail transport, Roads and Road transport
Reference to a PARKING AREA.
+
+
+
+
+
+
+
+
+
Type for a reference to a PARKING AREA.
@@ -295,6 +329,11 @@ Rail transport, Roads and Road transport
Identifier of a PARKING AREA.
+
+
+ The natural class for ParkingAreaRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -322,6 +361,15 @@ Rail transport, Roads and Road transport
Reference to a PARKING BAY.
+
+
+
+
+
+
+
+
+
Type for a reference to a PARKING BAY.
@@ -333,6 +381,11 @@ Rail transport, Roads and Road transport
Identifier of a PARKING BAY.
+
+
+ The natural class for ParkingBayRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -651,6 +704,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PARKING.
+
+
+
+
+
Type for a reference to a TYPE OF PARKING.
@@ -662,6 +720,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PARKING.
+
+
+ The natural class for TypeOfParkingRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd
index 9c97c9299..b2b544402 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd
@@ -84,6 +84,12 @@ Rail transport, Roads and Road transport
Reference to a SITE PATH LINK.
+
+
+
+
+
+
Type for a reference to a SITE PATH LINK.
@@ -95,6 +101,11 @@ Rail transport, Roads and Road transport
Identifier of a SITE PATH LINK.
+
+
+ The natural class for SitePathLinkRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -115,6 +126,12 @@ Rail transport, Roads and Road transport
Reference to a SITE PATH JUNCTION.
+
+
+
+
+
+
Type for a reference to a SITE PATH JUNCTION.
@@ -126,6 +143,11 @@ Rail transport, Roads and Road transport
Identifier of a SITE PATH JUNCTION.
+
+
+ The natural class for SitePathJunctionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -159,6 +181,11 @@ Rail transport, Roads and Road transport
Reference to a OFF SITE PATH LINK.
+
+
+
+
+
Type for a reference to a OFF SITE PATH LINK.
@@ -170,6 +197,11 @@ Rail transport, Roads and Road transport
Identifier of a OFF SITE PATH LINK.
+
+
+ The natural class for OffSitePathLinkRefStructure, automatically updated.
+
+
@@ -199,6 +231,12 @@ Rail transport, Roads and Road transport
Reference to a SITE NAVIGATION PATH.
+
+
+
+
+
+
Type for reference to a SITE NAVIGATION PATH.
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd
index 7a1dc7f94..daf5a2703 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd
@@ -69,6 +69,11 @@ Rail transport, Roads and Road transport
Reference to a POINT OF INTEREST.
+
+
+
+
+
Type for a reference to a POINT OF INTEREST.
@@ -80,6 +85,11 @@ Rail transport, Roads and Road transport
Identifier of a POINT OF INTEREST.
+
+
+ The natural class for PointOfInterestRefStructure, automatically updated.
+
+
@@ -108,6 +118,11 @@ Rail transport, Roads and Road transport
Classification of a POINT OF INTEREST.
+
+
+
+
+
Type for a reference to a POINT OF INTEREST CLASSIFICATION.
@@ -119,6 +134,11 @@ Rail transport, Roads and Road transport
Identifier of a POINT OF INTEREST CLASSIFICATION.
+
+
+ The natural class for PointOfInterestClassificationRefStructure, automatically updated.
+
+
@@ -218,6 +238,11 @@ Rail transport, Roads and Road transport
Reference to a POINT OF INTEREST SPACE.
+
+
+
+
+
Type for reference to a POINT OF INTEREST SPACE.
@@ -229,6 +254,11 @@ Rail transport, Roads and Road transport
Identifier of POINT OF INTEREST SPACE.
+
+
+ The natural class for PointOfInterestSpaceRefStructure, automatically updated.
+
+
@@ -244,6 +274,11 @@ Rail transport, Roads and Road transport
Reference to a POINT OF INTEREST ENTRANCE.
+
+
+
+
+
Type for reference to a POINT OF INTEREST ENTRANCE.
@@ -255,6 +290,11 @@ Rail transport, Roads and Road transport
Identifier of an ENTRANCE.
+
+
+ The natural class for PointOfInterestEntranceRefStructure, automatically updated.
+
+
@@ -270,6 +310,11 @@ Rail transport, Roads and Road transport
Reference to a POINT OF INTEREST VEHICLEENTRANCE.
+
+
+
+
+
Type for reference to a POINT OF INTEREST VEHICLE ENTRANCE.
@@ -281,6 +326,11 @@ Rail transport, Roads and Road transport
Identifier of an VEHICLE ENTRANCE.
+
+
+ The natural class for PointOfInterestVehicleEntranceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_serviceFeature_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_serviceFeature_support.xsd
index 9641a344b..242633879 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_serviceFeature_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_serviceFeature_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF SERVICE FEATURE.
+
+
+
+
+
Type for a reference to a TYPE OF SERVICE FEATURE.
@@ -81,6 +86,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF Service FEATURE.
+
+
+ The natural class for TypeOfServiceFeatureRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd
index f29b8e242..7273420bf 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF SITEs.
+
+
+
+
+
Type for a GROUP OF SITEs.
@@ -81,6 +86,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF SITEs.
+
+
+ The natural class for GroupOfSitesRefStructure, automatically updated.
+
+
@@ -102,6 +112,43 @@ Rail transport, Roads and Road transport
Reference to a SITE.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for reference to a SITE COMPONENT.
@@ -113,6 +160,11 @@ Rail transport, Roads and Road transport
Identifier of a SITE COMPONENT.
+
+
+ The natural class for SiteElementRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -128,6 +180,17 @@ Rail transport, Roads and Road transport
Reference to a SITE.
+
+
+
+
+
+
+
+
+
+
+
Type for identifier of a SITE.
@@ -139,6 +202,11 @@ Rail transport, Roads and Road transport
Identifier of a PLACE.
+
+
+ The natural class for SiteRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -166,6 +234,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICE SITE.
+
+
+
+
+
Type for identifier of a SERVICE SITE.
@@ -177,6 +250,11 @@ Rail transport, Roads and Road transport
Identifier of a SERVICE SITE.
+
+
+ The natural class for ServiceSiteRefStructure, automatically updated.
+
+
@@ -192,6 +270,36 @@ Rail transport, Roads and Road transport
Reference to a SITE COMPONENT.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for reference to a SITE COMPONENT.
@@ -203,6 +311,11 @@ Rail transport, Roads and Road transport
Identifier of a SITE COMPONENT.
+
+
+ The natural class for SiteComponentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -218,6 +331,11 @@ Rail transport, Roads and Road transport
Reference to LEVEL of a SITE.
+
+
+
+
+
Type for a reference to a LEVEL.
@@ -229,6 +347,11 @@ Rail transport, Roads and Road transport
Identifier of a LEVEL.
+
+
+ The natural class for LevelRefStructure, automatically updated.
+
+
@@ -244,6 +367,11 @@ Rail transport, Roads and Road transport
Reference to a SITE STRUCTURE.
+
+
+
+
+
Type for identifier of a SITE STRUCTURE.
@@ -255,6 +383,11 @@ Rail transport, Roads and Road transport
Identifier of a SITE STRUCTURE.
+
+
+ The natural class for SiteStructureRefStructure, automatically updated.
+
+
@@ -282,6 +415,11 @@ Rail transport, Roads and Road transport
Reference to LEVEL of a LEVEL IN STRUCTURE.
+
+
+
+
+
Type for a reference to a LEVEL IN STRUCTURE.
@@ -293,6 +431,11 @@ Rail transport, Roads and Road transport
Identifier of a LEVEL IN STRUCTURE.
+
+
+ The natural class for LevelInStructureRefStructure, automatically updated.
+
+
@@ -308,6 +451,19 @@ Rail transport, Roads and Road transport
Reference to an ENTRANCE to a SITE.
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to identifier of an ENTRANCE.
@@ -319,6 +475,11 @@ Rail transport, Roads and Road transport
Identifier of an ENTRANCE.
+
+
+ The natural class for EntranceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -346,6 +507,11 @@ Rail transport, Roads and Road transport
Reference to an VEHICLE ENTRANCE to a SITE.
+
+
+
+
+
Type for a reference to identifier of an VEHICLE ENTRANCE.
@@ -357,6 +523,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE ENTRANCE.
+
+
+ The natural class for VehicleEntranceRefStructure, automatically updated.
+
+
@@ -372,12 +543,23 @@ Rail transport, Roads and Road transport
Reference to a SITE.
+
+
+
+
+
Type for reference to an ACCESS ZONE.
-
+
+
+
+ The natural class for AccessZoneRefStructure, automatically updated.
+
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd
index 9af36cf94..5994f7a0a 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd
@@ -76,6 +76,13 @@ Rail transport, Roads and Road transport
Reference to a STOP PLACE.
+
+
+
+
+
+
+
Type for a reference to a STOP PLACE.
@@ -87,6 +94,11 @@ Rail transport, Roads and Road transport
Identifier of a STOP PLACE.
+
+
+ The natural class for StopPlaceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -114,6 +126,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF STOP PLACEs.
+
+
+
+
+
Type for reference to a GROUP OF STOP PLACEs.
@@ -125,6 +142,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF STOP PLACEs.
+
+
+ The natural class for GroupOfStopPlacesRefStructure, automatically updated.
+
+
@@ -134,6 +156,18 @@ Rail transport, Roads and Road transport
Reference to a STOP PLACE SPACE.
+
+
+
+
+
+
+
+
+
+
+
+
Type for reference a STOP PLACE SPACE.
@@ -154,6 +188,13 @@ Rail transport, Roads and Road transport
Reference to a QUAY.
+
+
+
+
+
+
+
Type for reference to a QUAY.
@@ -165,6 +206,11 @@ Rail transport, Roads and Road transport
Identifier of a QUAY.
+
+
+ The natural class for QuayRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -192,6 +238,11 @@ Rail transport, Roads and Road transport
Reference to an ACCESS SPACE.
+
+
+
+
+
Type for reference to an ACCESS SPACE.
@@ -203,6 +254,11 @@ Rail transport, Roads and Road transport
Identifier of an ACCESS SPACE.
+
+
+ The natural class for AccessSpaceRefStructure, automatically updated.
+
+
@@ -230,6 +286,11 @@ Rail transport, Roads and Road transport
Reference to a BOARDING POSITION.
+
+
+
+
+
Type for reference to a BOARDING POSITION.
@@ -241,6 +302,11 @@ Rail transport, Roads and Road transport
Identifier of a BOARDING POSITION.
+
+
+ The natural class for BoardingPositionRefStructure, automatically updated.
+
+
@@ -256,6 +322,11 @@ Rail transport, Roads and Road transport
Reference to a STOP PLACE ENTRANCE.
+
+
+
+
+
Type for reference to a STOP PLACE ENTRANCE.
@@ -267,6 +338,11 @@ Rail transport, Roads and Road transport
Identifier of a STOP PLACE ENTRANCE.
+
+
+ The natural class for StopPlaceEntranceRefStructure, automatically updated.
+
+
@@ -282,6 +358,11 @@ Rail transport, Roads and Road transport
Reference to a STOP PLACE VEHICLE ENTRANCE.
+
+
+
+
+
Type for reference to a STOP PLACE VEHICLE ENTRANCE.
@@ -293,6 +374,11 @@ Rail transport, Roads and Road transport
Identifier of a STOP PLACE VEHICLE ENTRANCE.
+
+
+ The natural class for StopPlaceVehicleEntranceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd
index 3cb7eea9b..cd4e3376a 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd
@@ -67,6 +67,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE STOPPING PLACE.
+
+
+
+
+
Type for reference to a VEHICLE STOPPING PLACE.
@@ -78,6 +83,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE STOPPING PLACE.
+
+
+ The natural class for VehicleStoppingPlaceRefStructure, automatically updated.
+
+
@@ -93,6 +103,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE STOPPING POSITION.
+
+
+
+
+
Type for reference to a VEHICLE STOPPING POSITION.
@@ -104,6 +119,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE STOPPING POSITION.
+
+
+ The natural class for VehicleStoppingPositionRefStructure, automatically updated.
+
+
@@ -119,6 +139,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE QUAY ALIGNMENT.
+
+
+
+
+
Type for reference to a VEHICLE QUAY ALIGNMENT.
@@ -130,6 +155,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE QUAY ALIGNMENT.
+
+
+ The natural class for VehicleQuayAlignmentRefStructure, automatically updated.
+
+
@@ -145,6 +175,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE POSITION ALIGNMENT.
+
+
+
+
+
Type for reference to a VEHICLE POSITION ALIGNMENT.
@@ -156,6 +191,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE POSITION ALIGNMENT.
+
+
+ The natural class for VehiclePositionAlignmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_rechargingPointAssignment_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_rechargingPointAssignment_support.xsd
index 323493121..809988e5e 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_rechargingPointAssignment_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_rechargingPointAssignment_support.xsd
@@ -68,6 +68,11 @@ Rail transport, Roads and Road transport
Reference to a RECHARGING POINT ASSIGNMENT.
+
+
+
+
+
Type for reference to a RECHARGING POINT ASSIGNMENT.
@@ -79,6 +84,11 @@ Rail transport, Roads and Road transport
Identifier of a RECHARGING POINT ASSIGNMENT.
+
+
+ The natural class for RechargingPointAssignmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd
index 455ad2781..55648ea8e 100644
--- a/xsd/netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd
+++ b/xsd/netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd
@@ -82,6 +82,11 @@ Rail transport, Roads and Road transport
Reference to a TAXI RANK. +v1.2.2
+
+
+
+
+
Type for a reference to a TAXI RANK.
@@ -93,6 +98,11 @@ Rail transport, Roads and Road transport
Identifier of a TAXI RANK.
+
+
+ The natural class for TaxiRankRefStructure, automatically updated.
+
+
@@ -108,6 +118,11 @@ Rail transport, Roads and Road transport
Reference to a TAXI STAND. +v1.2.2
+
+
+
+
+
Type for a reference to a TAXI STAND.
@@ -119,6 +134,11 @@ Rail transport, Roads and Road transport
Identifier of TAXI STAND.
+
+
+ The natural class for TaxiStandRefStructure, automatically updated.
+
+
@@ -135,6 +155,11 @@ Rail transport, Roads and Road transport
Reference to a TAXI PARKING AREA. +v1.2.2
+
+
+
+
+
Type for a reference to a TAXI PARKING AREA.
@@ -146,6 +171,11 @@ Rail transport, Roads and Road transport
Identifier of a TAXI PARKING AREA.
+
+
+ The natural class for TaxiParkingAreaRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_networkDescription/netex_activation_support.xsd b/xsd/netex_part_1/part1_networkDescription/netex_activation_support.xsd
index 52447bd72..a39596c0e 100644
--- a/xsd/netex_part_1/part1_networkDescription/netex_activation_support.xsd
+++ b/xsd/netex_part_1/part1_networkDescription/netex_activation_support.xsd
@@ -72,6 +72,11 @@ Rail transport, Roads and Road transport
Reference to an ACTIVATED EQUIPMENT.
+
+
+
+
+
Type for a reference to an ACTIVATED EQUIPMENT.
@@ -83,6 +88,11 @@ Rail transport, Roads and Road transport
Identifier of an ACTIVATED EQUIPMENT.
+
+
+ The natural class for ActivatedEquipmentRefStructure, automatically updated.
+
+
@@ -98,6 +108,12 @@ Rail transport, Roads and Road transport
Reference to an ACTIVATION POINT.
+
+
+
+
+
+
Type for a reference to an ACTIVATION POINT.
@@ -109,6 +125,11 @@ Rail transport, Roads and Road transport
Identifier of an ACTIVATION POINT.
+
+
+ The natural class for ActivationPointRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -124,6 +145,11 @@ Rail transport, Roads and Road transport
Reference to a BEACON POINT.
+
+
+
+
+
Type for a reference to a BEACON POINT.
@@ -135,6 +161,11 @@ Rail transport, Roads and Road transport
Identifier of BEACON POINT.
+
+
+ The natural class for BeaconPointRefStructure, automatically updated.
+
+
@@ -150,6 +181,11 @@ Rail transport, Roads and Road transport
Reference to a TRAFFIC CONTROL POINT.
+
+
+
+
+
Type for a reference to a TRAFFIC CONTROL POINT.
@@ -161,6 +197,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAFFIC CONTROL POINT.
+
+
+ The natural class for TrafficControlPointRefStructure, automatically updated.
+
+
@@ -176,6 +217,11 @@ Rail transport, Roads and Road transport
Reference to an ACTIVATION LINK.
+
+
+
+
+
Type for a reference to an ACTIVATION LINK.
@@ -187,6 +233,11 @@ Rail transport, Roads and Road transport
Identifier of an ACTIVATION LINK.
+
+
+ The natural class for ActivationLinkRefStructure, automatically updated.
+
+
@@ -232,6 +283,11 @@ Rail transport, Roads and Road transport
Reference to an ACTIVATION ASSIGNMENT.
+
+
+
+
+
Type for a reference to an ACTIVATION ASSIGNMENT.
@@ -243,6 +299,11 @@ Rail transport, Roads and Road transport
Identifier of an ACTIVATION ASSIGNMENT.
+
+
+ The natural class for ActivationAssignmentRefStructure, automatically updated.
+
+
@@ -274,6 +335,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF ACTIVATION.
+
+
+
+
+
Type for a reference to a TYPE OF ACTIVATION.
@@ -285,6 +351,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF ACTIVATION.
+
+
+ The natural class for TypeOfActivationRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd b/xsd/netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd
index cfcde2154..6ed6c158a 100644
--- a/xsd/netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd
+++ b/xsd/netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
Reference to a FLEXIBLE LINE.
+
+
+
+
+
Type for a reference to a FLEXIBLE LINE.
@@ -81,6 +86,11 @@ Rail transport, Roads and Road transport
Identifier of a LINE.
+
+
+ The natural class for FlexibleLineRefStructure, automatically updated.
+
+
@@ -158,6 +168,11 @@ Rail transport, Roads and Road transport
Reference to a FLEXIBLE LINK PROPERTies.
+
+
+
+
+
Type for a reference to a FLEXIBLE LINK PROPERTies.
@@ -169,6 +184,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for FlexibleLinkPropertiesRefStructure, automatically updated.
+
+
@@ -184,6 +204,11 @@ Rail transport, Roads and Road transport
Reference to a FLEXIBLE POINT PROPERTies.
+
+
+
+
+
Type for a reference to a FLEXIBLE POINT PROPERTies.
@@ -195,6 +220,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for FlexiblePointPropertiesRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd b/xsd/netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd
index 0a54be875..252c2b72e 100644
--- a/xsd/netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd
+++ b/xsd/netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd
@@ -129,6 +129,11 @@ Rail transport, Roads and Road transport
Reference to a LINE SECTION.
+
+
+
+
+
Type for a reference to a LINE SECTION.
@@ -140,6 +145,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF ENTITies.
+
+
+ The natural class for LineSectionRefStructure, automatically updated.
+
+
@@ -181,6 +191,11 @@ Rail transport, Roads and Road transport
Reference to a LINE NETWORK.
+
+
+
+
+
Type for a reference to a LINE NETWORK.
@@ -192,6 +207,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for LineNetworkRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_networkDescription/netex_line_support.xsd b/xsd/netex_part_1/part1_networkDescription/netex_line_support.xsd
index b7b6a0a58..169cccaf6 100644
--- a/xsd/netex_part_1/part1_networkDescription/netex_line_support.xsd
+++ b/xsd/netex_part_1/part1_networkDescription/netex_line_support.xsd
@@ -41,6 +41,13 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF LINEs.
+
+
+
+
+
+
+
Type for a GROUP OF LINEs.
@@ -52,6 +59,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF LINEs.
+
+
+ The natural class for GroupOfLinesRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -119,6 +131,12 @@ Rail transport, Roads and Road transport
Reference to a LINE.
+
+
+
+
+
+
Type for a LINE.
@@ -130,6 +148,11 @@ Rail transport, Roads and Road transport
Identifier of a LINE.
+
+
+ The natural class for LineRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -173,6 +196,11 @@ Rail transport, Roads and Road transport
Reference to an ALLOWED LINE DIRECTION.
+
+
+
+
+
Type for an ALLOWED LINE DIRECTION.
@@ -184,6 +212,11 @@ Rail transport, Roads and Road transport
Identifier of an ALLOWED LINE DIRECTION.
+
+
+ The natural class for AllowedLineDirectionRefStructure, automatically updated.
+
+
@@ -199,6 +232,11 @@ Rail transport, Roads and Road transport
Reference to a NETWORK.
+
+
+
+
+
Type for a reference to a NETWORK.
@@ -210,6 +248,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for NetworkRefStructure, automatically updated.
+
+
@@ -237,6 +280,11 @@ Rail transport, Roads and Road transport
Reference to a DESTINATION DISPLAY.
+
+
+
+
+
Type for a reference to a DESTINATION DISPLAY.
@@ -248,6 +296,11 @@ Rail transport, Roads and Road transport
Identifier of a DESTINATION DISPLAY.
+
+
+ The natural class for DestinationDisplayRefStructure, automatically updated.
+
+
@@ -275,6 +328,11 @@ Rail transport, Roads and Road transport
Reference to a DESTINATION DISPLAY VARIANT.
+
+
+
+
+
Type for a reference to a DESTINATION DISPLAY VARIANT.
@@ -286,6 +344,11 @@ Rail transport, Roads and Road transport
Identifier of a DESTINATION DISPLAY.
+
+
+ The natural class for DestinationDisplayVariantRefStructure, automatically updated.
+
+
@@ -325,6 +388,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF LINE.
+
+
+
+
+
Type for a TYPE OF LINE.
@@ -336,6 +404,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF LINe.
+
+
+ The natural class for TypeOfLineRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd b/xsd/netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd
index 9fea726bc..609234101 100644
--- a/xsd/netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd
+++ b/xsd/netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd
@@ -71,6 +71,11 @@ Rail transport, Roads and ROAD transport
Reference to an INFRASTRUCTURE POINT.
+
+
+
+
+
Type for Reference to an INFRASTRUCTURE POINT.
@@ -82,6 +87,11 @@ Rail transport, Roads and ROAD transport
Identifier of referenced entity.
+
+
+ The natural class for InfrastructurePointRefStructure, automatically updated.
+
+
@@ -177,6 +187,11 @@ Rail transport, Roads and ROAD transport
Reference to an INFRASTRUCTURE LINK.
+
+
+
+
+
Type for Reference to an INFRASTRUCTURE POINT.
@@ -188,6 +203,11 @@ Rail transport, Roads and ROAD transport
Identifier of referenced entity.
+
+
+ The natural class for InfrastructureLinkRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_networkDescription/netex_networkRestriction_support.xsd b/xsd/netex_part_1/part1_networkDescription/netex_networkRestriction_support.xsd
index a884799be..5ea58356c 100644
--- a/xsd/netex_part_1/part1_networkDescription/netex_networkRestriction_support.xsd
+++ b/xsd/netex_part_1/part1_networkDescription/netex_networkRestriction_support.xsd
@@ -71,6 +71,16 @@ Rail transport, Roads and ROAD transport
Reference to a NETWORK RESTRICTION.
+
+
+
+
+
+
+
+
+
+
Type for Reference to a NETWORK RESTRICTION.
@@ -87,6 +97,11 @@ Rail transport, Roads and ROAD transport
Relative order of element.
+
+
+ The natural class for NetworkRestrictionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -102,6 +117,11 @@ Rail transport, Roads and ROAD transport
Reference to an a VEHICLE TYPE AT POINT.
+
+
+
+
+
Type for Reference to a VEHICLE TYPE AT POINT.
@@ -113,6 +133,11 @@ Rail transport, Roads and ROAD transport
Identifier of referenced entity.
+
+
+ The natural class for VehicleTypeAtPointRefStructure, automatically updated.
+
+
@@ -128,6 +153,13 @@ Rail transport, Roads and ROAD transport
Reference to an INFRASTRUCTURE LINK RESTRICTION.
+
+
+
+
+
+
+
Type for Reference to a an INFRASTRUCTURE LINK RESTRICTION.
@@ -139,6 +171,11 @@ Rail transport, Roads and ROAD transport
Identifier of referenced entity.
+
+
+ The natural class for InfrastructureLinkRestrictionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -154,6 +191,11 @@ Rail transport, Roads and ROAD transport
Reference to a MEETING RESTRICTION.
+
+
+
+
+
Type for Reference to a MEETING RESTRICTION.
@@ -165,6 +207,11 @@ Rail transport, Roads and ROAD transport
Identifier of referenced entity.
+
+
+ The natural class for RestrictedManoeuvreRefStructure, automatically updated.
+
+
@@ -180,6 +227,11 @@ Rail transport, Roads and ROAD transport
Reference to a MEETING RESTRICTION.
+
+
+
+
+
Type for Reference to a MEETING RESTRICTION.
@@ -191,6 +243,11 @@ Rail transport, Roads and ROAD transport
Identifier of referenced entity.
+
+
+ The natural class for MeetingRestrictionRefStructure, automatically updated.
+
+
@@ -206,6 +263,11 @@ Rail transport, Roads and ROAD transport
Reference to an OVERTAKING POSSIBILITY.
+
+
+
+
+
Type for Reference to an OVERTAKING POSSIBILITY.
@@ -217,6 +279,11 @@ Rail transport, Roads and ROAD transport
Identifier of referenced entity.
+
+
+ The natural class for OvertakingPossibilityRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_networkDescription/netex_routeInstruction_support.xsd b/xsd/netex_part_1/part1_networkDescription/netex_routeInstruction_support.xsd
index 615d05af7..cfcc72525 100644
--- a/xsd/netex_part_1/part1_networkDescription/netex_routeInstruction_support.xsd
+++ b/xsd/netex_part_1/part1_networkDescription/netex_routeInstruction_support.xsd
@@ -71,6 +71,11 @@ Rail transport, Roads and Road transport
Reference to a ROUTE INSTRUCTION.
+
+
+
+
+
Type for a reference to a ROUTE INSTRUCTION.
@@ -82,6 +87,11 @@ Rail transport, Roads and Road transport
Identifier of a ROUTE INSTRUCTION.
+
+
+ The natural class for RouteInstructionRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_networkDescription/netex_route_support.xsd b/xsd/netex_part_1/part1_networkDescription/netex_route_support.xsd
index a03305ca6..6f33ab1ff 100644
--- a/xsd/netex_part_1/part1_networkDescription/netex_route_support.xsd
+++ b/xsd/netex_part_1/part1_networkDescription/netex_route_support.xsd
@@ -87,6 +87,11 @@ Rail transport, Roads and Road transport
Reference to a DIRECTION.
+
+
+
+
+
Type for a reference to a DIRECTION.
@@ -98,6 +103,11 @@ Rail transport, Roads and Road transport
Reference to a DIRECTION.
+
+
+ The natural class for DirectionRefStructure, automatically updated.
+
+
@@ -113,6 +123,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a ROUTE.
@@ -124,6 +139,11 @@ Rail transport, Roads and Road transport
Identifier of a ROUTE.
+
+
+ The natural class for RouteRefStructure, automatically updated.
+
+
@@ -151,6 +171,18 @@ Rail transport, Roads and Road transport
Reference to a ROUTE POINT.
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a ROUTE POINT.
@@ -162,6 +194,11 @@ Rail transport, Roads and Road transport
Identifier of a ROUTE POINT.
+
+
+ The natural class for RoutePointRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -177,6 +214,11 @@ Rail transport, Roads and Road transport
Reference to a ROUTE LINK.
+
+
+
+
+
Type for a reference to a ROUTE LINK.
@@ -188,6 +230,11 @@ Rail transport, Roads and Road transport
Identifier of a ROUTE LINK.
+
+
+ The natural class for RouteLinkRefStructure, automatically updated.
+
+
@@ -233,6 +280,11 @@ Rail transport, Roads and Road transport
Reference to POINT ON ROUTE.
+
+
+
+
+
Type for a reference to a POINT ON ROUTE.
@@ -244,6 +296,11 @@ Rail transport, Roads and Road transport
Identifier of a POINT IN SEQUENCE.
+
+
+ The natural class for PointOnRouteRefStructure, automatically updated.
+
+
@@ -259,6 +316,11 @@ Rail transport, Roads and Road transport
Reference to MODE RESTRICTION ASSESSMENT. +v1.2.2
+
+
+
+
+
Type for a reference to a MODE RESTRICTION ASSESSMENT.
@@ -270,6 +332,11 @@ Rail transport, Roads and Road transport
Identifier of a POINT IN SEQUENCE.
+
+
+ The natural class for ModeRestrictionAssessmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd b/xsd/netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd
index cc1fb6b9a..0bd5ba434 100644
--- a/xsd/netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd
+++ b/xsd/netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd
@@ -73,6 +73,11 @@ Rail transport, Roads and Road transport
Reference to a TIMING PATTERN.
+
+
+
+
+
Type for a reference to a TIMING PATTERN.
@@ -84,6 +89,11 @@ Rail transport, Roads and Road transport
Identifier of a TIMING PATTERN.
+
+
+ The natural class for TimingPatternRefStructure, automatically updated.
+
+
@@ -99,6 +109,17 @@ Rail transport, Roads and Road transport
Reference to a TIMING POINT. If given by context does not need to be stated.
+
+
+
+
+
+
+
+
+
+
+
Type for reference to a TIMING POINT.
@@ -110,6 +131,11 @@ Rail transport, Roads and Road transport
Identifier of a TIMING POINT.
+
+
+ The natural class for TimingPointRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -138,6 +164,12 @@ Rail transport, Roads and Road transport
Reference to a TIMING LINK.
+
+
+
+
+
+
Type for a reference to a TIMING LINK.
@@ -149,6 +181,11 @@ Rail transport, Roads and Road transport
Identifier of a TIMING LINK.
+
+
+ The natural class for TimingLinkRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -194,6 +231,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF TIMING LINKs.
+
+
+
+
+
Type for a reference to a GROUP OF TIMING LINKs.
@@ -205,6 +247,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF TIMING LINKs.
+
+
+ The natural class for GroupOfTimingLinksRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd b/xsd/netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd
index a0f2f170b..bcd5b4d24 100644
--- a/xsd/netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd
+++ b/xsd/netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd
@@ -71,6 +71,13 @@ Rail transport, Roads and Road transport
Reference to a RELIEF POINT.
+
+
+
+
+
+
+
Type for a reference to a RELIEF POINT.
@@ -82,6 +89,11 @@ Rail transport, Roads and Road transport
Identifier of a RELIEF POINT.
+
+
+ The natural class for ReliefPointRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -97,6 +109,12 @@ Rail transport, Roads and Road transport
Reference to a PARKING POINT.
+
+
+
+
+
+
Type for a reference to a PARKING POINT.
@@ -108,6 +126,11 @@ Rail transport, Roads and Road transport
Identifier of a PARKING POINT.
+
+
+ The natural class for ParkingPointRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -124,6 +147,11 @@ Rail transport, Roads and Road transport
Reference to a GARAGE POINT.
+
+
+
+
+
Type for a reference to a GARAGE POINT.
@@ -135,6 +163,11 @@ Rail transport, Roads and Road transport
Identifier of a GARAGE POINT.
+
+
+ The natural class for GaragePointRefStructure, automatically updated.
+
+
@@ -150,6 +183,11 @@ Rail transport, Roads and Road transport
Reference to a GARAGE.
+
+
+
+
+
Type for a reference to a GARAGE.
@@ -161,6 +199,11 @@ Rail transport, Roads and Road transport
Identifier of GARAGE.
+
+
+ The natural class for GarageRefStructure, automatically updated.
+
+
@@ -201,6 +244,11 @@ Rail transport, Roads and Road transport
Reference to a CREW BASE.
+
+
+
+
+
Type for a reference to a CREW BASE.
@@ -212,6 +260,11 @@ Rail transport, Roads and Road transport
Identifier of a CREW BASE.
+
+
+ The natural class for CrewBaseRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd
index a415b4877..bfda61bde 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd
@@ -63,6 +63,11 @@ Rail transport, Roads and Road transport
Reference to a COMMON SECTION.
+
+
+
+
+
Type for a reference to a COMMON SECTION.
@@ -74,6 +79,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for CommonSectionRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd
index 3cd0729f6..72212f6b8 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd
@@ -76,6 +76,11 @@ Rail transport, Roads and Road transport
Reference to a FARE SCHEDULED STOP POINT.
+
+
+
+
+
Type for a reference to a FARE SCHEDULED STOP POINT.
@@ -87,6 +92,11 @@ Rail transport, Roads and Road transport
Identifier of FARE SCHEDULED STOP POINT.
+
+
+ The natural class for FareScheduledStopPointRefStructure, automatically updated.
+
+
@@ -114,6 +124,11 @@ Rail transport, Roads and Road transport
Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).
+
+
+
+
+
Type for a reference to a BORDER POINT.
@@ -125,6 +140,11 @@ Rail transport, Roads and Road transport
Reference to a BORDER POINT.
+
+
+ The natural class for BorderPointRefStructure, automatically updated.
+
+
@@ -140,6 +160,11 @@ Rail transport, Roads and Road transport
Reference to a FARE POINT IN JOURNEY PATTERN.
+
+
+
+
+
Type for Reference to a FARE POINT IN JOURNEY PATTERN.
@@ -151,6 +176,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE POINT IN JOURNEY PATTERN.
+
+
+ The natural class for FarePointInPatternRefStructure, automatically updated.
+
+
@@ -177,6 +207,11 @@ Rail transport, Roads and Road transport
Reference to a FARE SECTION.
+
+
+
+
+
Type for Reference to a FARE SECTION.
@@ -188,6 +223,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE SECTION.
+
+
+ The natural class for FareSectionRefStructure, automatically updated.
+
+
@@ -203,6 +243,11 @@ Rail transport, Roads and Road transport
Reference to a FARE ZONE.
+
+
+
+
+
Type for Reference to a FARE ZONE.
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd
index 2b2ee259f..ca44dcf7f 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd
@@ -72,6 +72,11 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY PATTERN WAIT TIME.
+
+
+
+
+
Type for a reference to a JOURNEY PATTERN WAIT TIME.
@@ -83,6 +88,11 @@ Rail transport, Roads and Road transport
Identifier of a JOURNEY PATTERN WAIT TIME.
+
+
+ The natural class for JourneyPatternWaitTimeRefStructure, automatically updated.
+
+
@@ -98,6 +108,13 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY PATTERN RUN TIME.
+
+
+
+
+
+
+
Type for a reference to a JOURNEY PATTERN RUN TIME.
@@ -109,6 +126,11 @@ Rail transport, Roads and Road transport
Identifier of a JOURNEY PATTERN RUN TIME.
+
+
+ The natural class for JourneyPatternRunTimeRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -124,6 +146,11 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY PATTERN LAYOVER.
+
+
+
+
+
Type for a reference to a JOURNEY PATTERN LAYOVER.
@@ -135,6 +162,11 @@ Rail transport, Roads and Road transport
Identifier of a JOURNEY PATTERN LAYOVER.
+
+
+ The natural class for JourneyPatternLayoverRefStructure, automatically updated.
+
+
@@ -150,6 +182,11 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY PATTERN HEADWAY.
+
+
+
+
+
Type for a reference to a JOURNEY PATTERN HEADWAY.
@@ -161,6 +198,11 @@ Rail transport, Roads and Road transport
Identifier of a JOURNEY PATTERN HEADWAY.
+
+
+ The natural class for JourneyPatternHeadwayRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd
index 138c3f4a7..5c7a78fc4 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd
@@ -83,6 +83,14 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY PATTERN.
+
+
+
+
+
+
+
+
Type for a reference to a JOURNEY PATTERN.
@@ -94,6 +102,11 @@ Rail transport, Roads and Road transport
Identifier of a JOURNEY PATTERN.
+
+
+ The natural class for JourneyPatternRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -109,6 +122,11 @@ Rail transport, Roads and Road transport
Reference to a DEAD RUN JOURNEY PATTERN.
+
+
+
+
+
Type for a reference to a DEAD RUN JOURNEY PATTERN.
@@ -120,6 +138,11 @@ Rail transport, Roads and Road transport
Identifier of a DEAD RUN JOURNEY PATTERN.
+
+
+ The natural class for DeadRunJourneyPatternRefStructure, automatically updated.
+
+
@@ -135,6 +158,14 @@ Rail transport, Roads and Road transport
Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.
+
+
+
+
+
+
+
+
Type for a reference to a POINT IN JOURNEY PATTERN.
@@ -146,6 +177,11 @@ Rail transport, Roads and Road transport
Identifier of a POINT IN JOURNEY PATTERN.
+
+
+ The natural class for PointInJourneyPatternRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -161,6 +197,12 @@ Rail transport, Roads and Road transport
Reference to a LINK IN JOURNEY PATTERN. If Given by Context does not need to stated.
+
+
+
+
+
+
Type for a reference to a LINK IN JOURNEY PATTERN.
@@ -172,6 +214,11 @@ Rail transport, Roads and Road transport
Identifier of a LINK IN JOURNEY PATTERN.
+
+
+ The natural class for LinkInJourneyPatternRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -187,6 +234,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF JOURNEY PATTERN.
+
+
+
+
+
Type for a reference to a TYPE OF JOURNEY PATTERN.
@@ -198,6 +250,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF JOURNEY PATTERN.
+
+
+ The natural class for TypeOfJourneyPatternRefStructure, automatically updated.
+
+
@@ -214,6 +271,11 @@ Rail transport, Roads and Road transport
Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.
+
+
+
+
+
Type for reference to a TIMING POINT JOURNEY PATTERN.
@@ -225,6 +287,11 @@ Rail transport, Roads and Road transport
Identifier of a TIMING POINT.
+
+
+ The natural class for TimingPointInJourneyPatternRefStructure, automatically updated.
+
+
@@ -240,6 +307,11 @@ Rail transport, Roads and Road transport
Reference to a TIMING LINK IN JOURNEY PATTERN. If given by context does not need to be stated.
+
+
+
+
+
Type for reference to a TIMING LINK JOURNEY PATTERN.
@@ -251,6 +323,11 @@ Rail transport, Roads and Road transport
Identifier of a TIMING LINK.
+
+
+ The natural class for TimingLinkInJourneyPatternRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd
index ce944e5c2..cd640ed05 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd
@@ -71,6 +71,25 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY TIMING.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a JOURNEY TIMING.
@@ -82,6 +101,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for JourneyTimingRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -141,6 +165,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a TURNAROUND TIME LIMIT TIME.
@@ -152,6 +181,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for TurnaroundTimeLimitTimeRefStructure, automatically updated.
+
+
@@ -168,6 +202,11 @@ Rail transport, Roads and Road transport
Reference to a DEFAULT DEAD RUN RUN TIME.
+
+
+
+
+
Type for a reference to a DEFAULT DEAD RUN RUN TIME.
@@ -179,6 +218,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for DefaultDeadRunRunTimeRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd
index c9957f5d3..b6277a6ce 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd
@@ -68,6 +68,11 @@ Rail transport, Roads and Road transport
Reference to a DISPLAY ASSIGNMENT.
+
+
+
+
+
Type for a reference to a DISPLAY ASSIGNMENT.
@@ -89,6 +94,11 @@ Rail transport, Roads and Road transport
Identifier of DISPLAY ASSIGNMENT.
+
+
+ The natural class for DisplayAssignmentRefStructure, automatically updated.
+
+
@@ -114,6 +124,11 @@ Rail transport, Roads and Road transport
Reference to a PASSENGER INFORMATION EQUIPMENT.
+
+
+
+
+
Type for a reference to a PASSENGER INFORMATION EQUIPMENT.
@@ -125,6 +140,11 @@ Rail transport, Roads and Road transport
Identifier of PASSENGER INFORMATION EQUIPMENT.
+
+
+ The natural class for PassengerInformationEquipmentRefStructure, automatically updated.
+
+
@@ -140,6 +160,11 @@ Rail transport, Roads and Road transport
Reference to a LOGICAL DISPLAY.
+
+
+
+
+
Type for a reference to a LOGICAL DISPLAY.
@@ -151,6 +176,11 @@ Rail transport, Roads and Road transport
Identifier of a LOGICAL DISPLAY.
+
+
+ The natural class for LogicalDisplayRefStructure, automatically updated.
+
+
@@ -166,6 +196,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PASSENGER INFORMATION EQUIPMENT.
+
+
+
+
+
Type for a reference to a TYPE OF PASSENGER INFORMATION EQUIPMENT.
@@ -177,6 +212,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF PASSENGER INFORMATION EQUIPMENT.
+
+
+ The natural class for TypeOfPassengerInformationEquipmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_routingConstraint_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_routingConstraint_support.xsd
index ba1f445fa..6de9d863f 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_routingConstraint_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_routingConstraint_support.xsd
@@ -72,6 +72,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICE EXCLUSION.
+
+
+
+
+
Type for a reference to a SERVICE EXCLUSION.
@@ -83,6 +88,11 @@ Rail transport, Roads and Road transport
Identifier of a SERVICE EXCLUSION.
+
+
+ The natural class for ServiceExclusionRefStructure, automatically updated.
+
+
@@ -98,6 +108,11 @@ Rail transport, Roads and Road transport
Reference to a TRANSFER RESTRICTION.
+
+
+
+
+
Type for a reference to a TRANSFER RESTRICTION.
@@ -109,6 +124,11 @@ Rail transport, Roads and Road transport
Identifier of a TRANSFER RESTRICTION.
+
+
+ The natural class for TransferRestrictionRefStructure, automatically updated.
+
+
@@ -124,6 +144,11 @@ Rail transport, Roads and Road transport
Reference to a ROUTING CONSTRAINT ZONE.
+
+
+
+
+
Type for a reference to a ROUTING CONSTRAINT ZONE.
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd
index 65b4fa43e..6789da6d9 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd
@@ -83,6 +83,12 @@ Rail transport, Roads and Road transport
Reference to a SCHEDULED STOP POINT.
+
+
+
+
+
+
Type for a reference to a SCHEDULED STOP POINT.
@@ -94,6 +100,11 @@ Rail transport, Roads and Road transport
Identifier of SCHEDULED STOP POINT.
+
+
+ The natural class for ScheduledStopPointRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -121,6 +132,13 @@ Rail transport, Roads and Road transport
Reference to a CONNECTION link.
+
+
+
+
+
+
+
Type for a reference to a CONNECTION link.
@@ -132,6 +150,11 @@ Rail transport, Roads and Road transport
Identifier of CONNECTION link.
+
+
+ The natural class for ConnectionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -147,6 +170,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICE LINK.
+
+
+
+
+
Type for a reference to a SERVICE LINK.
@@ -158,6 +186,11 @@ Rail transport, Roads and Road transport
Identifier of a SERVICE LINK.
+
+
+ The natural class for ServiceLinkRefStructure, automatically updated.
+
+
@@ -203,6 +236,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICE PATTERN.
+
+
+
+
+
Type for a reference to a SERVICE PATTERN.
@@ -214,6 +252,11 @@ Rail transport, Roads and Road transport
Identifier of referenced to a SERVICE PATTERN.
+
+
+ The natural class for ServicePatternRefStructure, automatically updated.
+
+
@@ -229,6 +272,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICE JOURNEY PATTERN.
+
+
+
+
+
Type for a reference to a SERVICE JOURNEY PATTERN.
@@ -240,6 +288,11 @@ Rail transport, Roads and Road transport
Identifier of referenced to a SERVICE JOURNEY PATTERN.
+
+
+ The natural class for ServiceJourneyPatternRefStructure, automatically updated.
+
+
@@ -279,6 +332,11 @@ Rail transport, Roads and Road transport
Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.
+
+
+
+
+
Type for a reference to a STOP POINT IN SEQUENCE.
@@ -290,6 +348,11 @@ Rail transport, Roads and Road transport
Identifier of referenced to a SERVICE JOURNEY PATTERN.
+
+
+ The natural class for StopPointInJourneyPatternRefStructure, automatically updated.
+
+
@@ -338,6 +401,11 @@ Rail transport, Roads and Road transport
Reference to a STOP AREA.
+
+
+
+
+
Type for a reference to a STOP AREA.
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd
index 36b49f5e5..7c73d5b49 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
Reference to a SITE CONNECTION link.
+
+
+
+
+
Type for a reference to a SITE CONNECTION link.
@@ -81,6 +86,11 @@ Rail transport, Roads and Road transport
Identifier of SITE CONNECTION link.
+
+
+ The natural class for SiteConnectionRefStructure, automatically updated.
+
+
@@ -96,6 +106,11 @@ Rail transport, Roads and Road transport
Reference to a DEFAULT TRANSFER link.
+
+
+
+
+
Type for a reference to a DEFAULT TRANSFER link.
@@ -107,6 +122,11 @@ Rail transport, Roads and Road transport
Identifier of DEFAULT TRANSFER.
+
+
+ The natural class for DefaultConnectionRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd
index 11c5cbef3..0db2dde54 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd
@@ -70,6 +70,18 @@ Rail transport, Roads and Road transport
Reference to a STOP ASSIGNMENT.
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a STOP ASSIGNMENT.
@@ -81,6 +93,11 @@ Rail transport, Roads and Road transport
Identifier of a STOP ASSIGNMENT.
+
+
+ The natural class for StopAssignmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -96,6 +113,13 @@ Rail transport, Roads and Road transport
Reference to a PASSENGER STOP ASSIGNMENT.
+
+
+
+
+
+
+
Type for a reference to a PASSENGER STOP ASSIGNMENT.
@@ -107,6 +131,11 @@ Rail transport, Roads and Road transport
Identifier of a PASSENGER STOP ASSIGNMENT.
+
+
+ The natural class for PassengerStopAssignmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -122,6 +151,11 @@ Rail transport, Roads and Road transport
DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT.
+
+
+
+
+
DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT.
@@ -133,6 +167,11 @@ Rail transport, Roads and Road transport
DEPRECATED - Use PASSENGER BOARDING POSITION ASSIGNMENT.
+
+
+ The natural class for TrainStopAssignmentRefStructure, automatically updated.
+
+
@@ -148,6 +187,12 @@ Rail transport, Roads and Road transport
Reference to a PASSENGER BOARDING POSITION ASSIGNMENT.
+
+
+
+
+
+
Type for a reference to a PASSENGER BOARDING POSITION ASSIGNMENT.
@@ -159,6 +204,11 @@ Rail transport, Roads and Road transport
Identifier of a PASSENGER BOARDING POSITION ASSIGNMENT.
+
+
+ The natural class for PassengerBoardingPositionAssignmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
diff --git a/xsd/netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd b/xsd/netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd
index 969cb7dc3..b1456b598 100644
--- a/xsd/netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd
+++ b/xsd/netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd
@@ -83,6 +83,11 @@ Rail transport, Roads and Road transport
Reference to a TIME DEMAND TYPE. If given by context need not be stated.
+
+
+
+
+
Type for a reference to a TIME DEMAND TYPE.
@@ -94,6 +99,11 @@ Rail transport, Roads and Road transport
Identifier of a TIME DEMAND TYPE.
+
+
+ The natural class for TimeDemandTypeRefStructure, automatically updated.
+
+
@@ -109,6 +119,11 @@ Rail transport, Roads and Road transport
Reference to a TIME DEMAND ASSIGNMENT.
+
+
+
+
+
Type for a reference to a TIME DEMAND ASSIGNMENT.
@@ -120,6 +135,11 @@ Rail transport, Roads and Road transport
Identifier of a TIME DEMAND ASSIGNMENT.
+
+
+ The natural class for TimeDemandTypeAssignmentRefStructure, automatically updated.
+
+
@@ -135,6 +155,11 @@ Rail transport, Roads and Road transport
Reference to a TIME DEMAND PROFILE.
+
+
+
+
+
Type for a reference to a TIME DEMAND PROFILE.
@@ -146,6 +171,11 @@ Rail transport, Roads and Road transport
Identifier of a TIME DEMAND PROFILE.
+
+
+ The natural class for TimeDemandProfileRefStructure, automatically updated.
+
+
@@ -167,6 +197,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF TIME DEMAND TYPE.
+
+
+
+
+
Type for a TYPE OF TIME DEMAND TYPE.
@@ -178,6 +213,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF TIME DEMAND TYPE.
+
+
+ The natural class for TypeOfTimeDemandTypeRefStructure, automatically updated.
+
+
@@ -198,6 +238,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for a reference to a VEHICLE TYPE PREFERENCE.
@@ -209,6 +254,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE TYPE PREFERENCE.
+
+
+ The natural class for VehicleTypePreferenceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_frames/netex_serviceFrame_version.xsd b/xsd/netex_part_2/part2_frames/netex_serviceFrame_version.xsd
index 92bf415de..75f48e9c6 100644
--- a/xsd/netex_part_2/part2_frames/netex_serviceFrame_version.xsd
+++ b/xsd/netex_part_2/part2_frames/netex_serviceFrame_version.xsd
@@ -65,6 +65,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICE FRAME.
+
+
+
+
+
Type for a reference to a SERVICE FRAME.
diff --git a/xsd/netex_part_2/part2_frames/netex_timetableFrame_support.xsd b/xsd/netex_part_2/part2_frames/netex_timetableFrame_support.xsd
index ff89891cf..53c32304c 100644
--- a/xsd/netex_part_2/part2_frames/netex_timetableFrame_support.xsd
+++ b/xsd/netex_part_2/part2_frames/netex_timetableFrame_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to a TIMETABLE FRAME.
@@ -96,6 +101,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to a VEHICLE SCHEDULE FRAME.
@@ -118,6 +128,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to a DRIVER SCHEDULE FRAME.
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_call_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_call_support.xsd
index aa2ac3188..1d691d9ad 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_call_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_call_support.xsd
@@ -79,6 +79,11 @@ Rail transport, Roads and Road transport
Reference to a CALL.
+
+
+
+
+
Type for a reference to an ADDRESSED PLACE.
@@ -90,6 +95,11 @@ Rail transport, Roads and Road transport
Identifier of an AddressedPlace.
+
+
+ The natural class for CallRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd
index c1e2fd2b7..afac34939 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd
@@ -73,6 +73,11 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY PART.
+
+
+
+
+
Type for a reference to a JOURNEY PART.
@@ -84,6 +89,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF ENTITies.
+
+
+ The natural class for JourneyPartRefStructure, automatically updated.
+
+
@@ -111,6 +121,11 @@ Rail transport, Roads and Road transport
Reference to a COUPLED JOURNEY.
+
+
+
+
+
Type for a reference to a COUPLED JOURNEY.
@@ -122,6 +137,11 @@ Rail transport, Roads and Road transport
Identifier of a COUPLED JOURNEY.
+
+
+ The natural class for CoupledJourneyRefStructure, automatically updated.
+
+
@@ -137,6 +157,11 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY PART COUPLE.
+
+
+
+
+
Type for a reference to a JOURNEY PART COUPLE.
@@ -148,6 +173,11 @@ Rail transport, Roads and Road transport
Identifier of JOURNEY PART COUPLE.
+
+
+ The natural class for JourneyPartCoupleRefStructure, automatically updated.
+
+
@@ -199,6 +229,11 @@ Rail transport, Roads and Road transport
Reference to a PURPOSE OF JOURNEY PARTITION.
+
+
+
+
+
Type for a PURPOSE OF JOURNEY PARTITION.
@@ -210,6 +245,11 @@ Rail transport, Roads and Road transport
Reference to a PURPOSE OF JOURNEY PARTITION.
+
+
+ The natural class for PurposeOfJourneyPartitionRefStructure, automatically updated.
+
+
@@ -238,6 +278,12 @@ Rail transport, Roads and Road transport
Reference to a BLOCK.
+
+
+
+
+
+
Type for Reference to a BLOCK.
@@ -249,6 +295,11 @@ Rail transport, Roads and Road transport
Identifier of a BLOCK.
+
+
+ The natural class for BlockRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -264,6 +315,11 @@ Rail transport, Roads and Road transport
Reference to a TRAIN BLOCK.
+
+
+
+
+
Type for a reference to a TRAIN BLOCK.
@@ -275,6 +331,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAIN BLOCK.
+
+
+ The natural class for TrainBlockRefStructure, automatically updated.
+
+
@@ -291,6 +352,12 @@ Rail transport, Roads and Road transport
Reference to a BLOCK PART.
+
+
+
+
+
+
Type for Reference to a BLOCK PART.
@@ -302,6 +369,11 @@ Rail transport, Roads and Road transport
Identifier of a BLOCK PART.
+
+
+ The natural class for BlockPartRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -317,6 +389,11 @@ Rail transport, Roads and Road transport
Reference to a TRAIN BLOCK PART.
+
+
+
+
+
Type for a reference to a TRAIN BLOCK PART.
@@ -328,6 +405,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAIN BLOCK PART.
+
+
+ The natural class for TrainBlockPartRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd
index c7a66eb2f..451c69d45 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
Reference to a DATED VEHICLE JOURNEY.
+
+
+
+
+
Type for a reference to a DATED VEHICLE JOURNEY.
@@ -81,6 +86,11 @@ Rail transport, Roads and Road transport
Identifier of DATED VEHICLE JOURNEY.
+
+
+ The natural class for DatedVehicleJourneyRefStructure, automatically updated.
+
+
@@ -96,6 +106,11 @@ Rail transport, Roads and Road transport
Reference to a NORMAL DATED VEHICLE JOURNEY.
+
+
+
+
+
Type for a reference to a NORMAL DATED VEHICLE JOURNEY.
@@ -107,6 +122,11 @@ Rail transport, Roads and Road transport
Identifier of NORMAL DATED VEHICLE JOURNEY.
+
+
+ The natural class for NormalDatedVehicleJourneyRefStructure, automatically updated.
+
+
@@ -146,6 +166,11 @@ Rail transport, Roads and Road transport
Reference to a DATED SPECIAL SERVICE.
+
+
+
+
+
Type for a reference to a DATED SPECIAL SERVICE.
@@ -157,6 +182,11 @@ Rail transport, Roads and Road transport
Identifier of a DATED SPECIAL SERVICE.
+
+
+ The natural class for DatedSpecialServiceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd
index a290de594..7bf75a2de 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_deckEntranceAssignment_support.xsd
@@ -121,6 +121,11 @@
Reference to a TRAIN COMPONENT STOP ASSIGNMENT. +v2.0
+
+
+
+
+
Type for a reference to a TRAIN COMPONENT STOP ASSIGNMENT.
@@ -132,6 +137,11 @@
Identifier of a TRAIN COMPONENT STOP ASSIGNMENT.
+
+
+ The natural class for TrainComponentStopAssignmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_deckPlanAssignment_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_deckPlanAssignment_support.xsd
index 35e7fa3ae..1653fd886 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_deckPlanAssignment_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_deckPlanAssignment_support.xsd
@@ -86,6 +86,11 @@
Reference to a DECK PLAN ASSIGNMENT. +v2.0
+
+
+
+
+
Type for a reference to a DECK PLAN ASSIGNMENT.
@@ -97,6 +102,11 @@
Identifier of a DECK PLAN ASSIGNMENT.
+
+
+ The natural class for DeckPlanAssignmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd
index c27a567bc..63ec74c83 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd
@@ -71,6 +71,11 @@ Rail transport, Roads and Road transport
Reference to a FLEXIBLE SERVICE PROPERTIES.
+
+
+
+
+
Type for a reference to a FLEXIBLE SERVICE PROPERTIES.
@@ -82,6 +87,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for FlexibleServicePropertiesRefStructure, automatically updated.
+
+
@@ -123,6 +133,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FLEXIBLE SERVICE.
+
+
+
+
+
Type for a TYPE OF FLEXIBLE SERVICE.
@@ -134,6 +149,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FLEXIBLE SERVICE.
+
+
+ The natural class for TypeOfFlexibleServiceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_interchange_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_interchange_support.xsd
index c0b540a1d..a570a5835 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_interchange_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_interchange_support.xsd
@@ -72,6 +72,11 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY MEETING.
+
+
+
+
+
Type for a reference to a JOURNEY MEETING.
@@ -83,6 +88,11 @@ Rail transport, Roads and Road transport
Identifier of a JOURNEY MEETING.
+
+
+ The natural class for JourneyMeetingRefStructure, automatically updated.
+
+
@@ -121,6 +131,15 @@ Rail transport, Roads and Road transport
Reference to an INTERCHANGE.
+
+
+
+
+
+
+
+
+
Type for a reference to an INTERCHANGE.
@@ -132,6 +151,11 @@ Rail transport, Roads and Road transport
Identifier of an INTERCHANGe.
+
+
+ The natural class for InterchangeRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -147,6 +171,11 @@ Rail transport, Roads and Road transport
Reference to a DEFAULT INTERCHANGE.
+
+
+
+
+
Type for a reference to a DEFAULT INTERCHANGE.
@@ -158,6 +187,11 @@ Rail transport, Roads and Road transport
Identifier of a DEFAULT INTERCHANGe.
+
+
+ The natural class for DefaultInterchangeRefStructure, automatically updated.
+
+
@@ -173,6 +207,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICE JOURNEY INTERCHANGE.
+
+
+
+
+
Type for a reference to a SERVICE JOURNEY INTERCHANGE.
@@ -184,6 +223,11 @@ Rail transport, Roads and Road transport
Identifier of a SERVICE JOURNEY INTERCHANGe.
+
+
+ The natural class for ServiceJourneyInterchangeRefStructure, automatically updated.
+
+
@@ -199,6 +243,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICE JOURNEY PATTERN INTERCHANGE.
+
+
+
+
+
Type for a reference to a SERVICE JOURNEY PATTERN INTERCHANGE.
@@ -210,6 +259,11 @@ Rail transport, Roads and Road transport
Identifier of a SERVICE JOURNEY INTERCHANGe.
+
+
+ The natural class for ServiceJourneyPatternInterchangeRefStructure, automatically updated.
+
+
@@ -225,6 +279,11 @@ Rail transport, Roads and Road transport
Reference to an INTERCHANGE RULE.
+
+
+
+
+
Type for a reference to an INTERCHANGE RULE.
@@ -236,6 +295,11 @@ Rail transport, Roads and Road transport
Identifier of an INTERCHANGe.
+
+
+ The natural class for InterchangeRuleRefStructure, automatically updated.
+
+
@@ -278,6 +342,11 @@ Rail transport, Roads and Road transport
Reference to an INTERCHANGE RULE TIMING.
+
+
+
+
+
Type for a reference to an INTERCHANGE RULE TIMING.
@@ -289,6 +358,11 @@ Rail transport, Roads and Road transport
Identifier of an INTERCHANGe.
+
+
+ The natural class for InterchangeRuleTimingRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_journeyAccounting_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_journeyAccounting_support.xsd
index 2c03654c0..4898650e5 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_journeyAccounting_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_journeyAccounting_support.xsd
@@ -96,6 +96,11 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY ACCOUNTING.
+
+
+
+
+
Type for a reference to a JOURNEY ACCOUNTING.
@@ -107,6 +112,11 @@ Rail transport, Roads and Road transport
Identifier of JOURNEY ACCOUNTING.
+
+
+ The natural class for JourneyAccountingRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_journey_facility_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_journey_facility_support.xsd
index bc6347404..9dbc1ed70 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_journey_facility_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_journey_facility_support.xsd
@@ -122,6 +122,11 @@
+
+
+
+
+
Type for a reference to a restricted SERVICE FACILITY SET.
@@ -133,6 +138,11 @@
Identifier of a restricted SERVICE FACILITY SET.
+
+
+ The natural class for RestrictedServiceFacilitySetRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_passengerAtStopTime_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_passengerAtStopTime_support.xsd
index 0f5a100da..1fcca0a86 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_passengerAtStopTime_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_passengerAtStopTime_support.xsd
@@ -69,6 +69,11 @@ Rail transport, Roads and Road transport
Reference to a PASSENGER AT STOP TIME. +v2.0
+
+
+
+
+
Type for a reference to a PASSENGER AT STOP TIME.
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd
index 52640d72d..0381e5cd3 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd
@@ -72,6 +72,16 @@ Rail transport, Roads and Road transport
Reference to a PASSING TIME.
+
+
+
+
+
+
+
+
+
+
Type for a reference to a PASSING TIME.
@@ -83,6 +93,11 @@ Rail transport, Roads and Road transport
Identifier of referenced entity.
+
+
+ The natural class for PassingTimeRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -98,6 +113,11 @@ Rail transport, Roads and Road transport
Reference to a TARGET PASSING TIME.
+
+
+
+
+
Type for a reference to a TARGET PASSING TIME.
@@ -124,6 +144,11 @@ Rail transport, Roads and Road transport
Reference to an OBSERVED PASSING TIME.
+
+
+
+
+
Type for a reference to an OBSERVED PASSING TIME.
@@ -150,6 +175,11 @@ Rail transport, Roads and Road transport
Reference to an ESTIMATED PASSING TIME.
+
+
+
+
+
Type for a reference to an ESTIMATED PASSING TIME.
@@ -176,6 +206,11 @@ Rail transport, Roads and Road transport
Reference to a TIMETABLED PASSING TIME.
+
+
+
+
+
Type for a reference to a TIMETABLED PASSING TIME.
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd
index a8cf4d130..9122b7765 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd
@@ -88,6 +88,12 @@ Rail transport, Roads and Road transport
Reference to a SERVICE JOURNEY.
+
+
+
+
+
+
Type for a reference to a SERVICE JOURNEY.
@@ -99,6 +105,11 @@ Rail transport, Roads and Road transport
Identifier of a SERVICE JOURNEY.
+
+
+ The natural class for ServiceJourneyRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -114,6 +125,12 @@ Rail transport, Roads and Road transport
Reference to a SPECIAL SERVICE.
+
+
+
+
+
+
Type for a reference to a SPECIAL SERVICE.
@@ -125,6 +142,11 @@ Rail transport, Roads and Road transport
Identifier of a SPECIAL SERVICE.
+
+
+ The natural class for SpecialServiceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -152,6 +174,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF SERVICEs.
+
+
+
+
+
Type for a reference to a GROUP OF SERVICEs.
@@ -163,6 +190,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF Services.
+
+
+ The natural class for GroupOfServicesRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd
index 7fd678066..28c875c76 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd
@@ -89,6 +89,11 @@ Rail transport, Roads and Road transport
Reference to a TEMPLATE VEHICLE JOURNEY.
+
+
+
+
+
Type for a reference to a TEMPLATE VEHICLE JOURNEY.
@@ -100,6 +105,11 @@ Rail transport, Roads and Road transport
Identifier of a TEMPLATE VEHICLE JOURNEY.
+
+
+ The natural class for TemplateServiceJourneyRefStructure, automatically updated.
+
+
@@ -115,6 +125,14 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY FREQUENCY GROUP.
+
+
+
+
+
+
+
+
Type for a reference to a JOURNEY FREQUENCY GROUP.
@@ -126,6 +144,11 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY FREQUENCY GROUP.
+
+
+ The natural class for JourneyFrequencyGroupRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -163,6 +186,11 @@ Rail transport, Roads and Road transport
Reference to a HEADWAY JOURNEY GROUP.
+
+
+
+
+
Type for a reference to a HEADWAY JOURNEY GROUP.
@@ -174,6 +202,11 @@ Rail transport, Roads and Road transport
Reference to a HEADWAY JOURNEY GROUP.
+
+
+ The natural class for HeadwayJourneyGroupRefStructure, automatically updated.
+
+
@@ -189,6 +222,11 @@ Rail transport, Roads and Road transport
Reference to a RHYTHMICAL JOURNEY GROUP.
+
+
+
+
+
Type for a reference to a RHYTHMICAL JOURNEY GROUP.
@@ -200,6 +238,11 @@ Rail transport, Roads and Road transport
Reference to a RHYTHMICAL JOURNEY GROUP.
+
+
+ The natural class for RhythmicalJourneyGroupRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd
index 01aba8bea..07d652af4 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourneyStopAssignment_support.xsd
@@ -69,6 +69,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE TYPE STOP ASSIGNMENT.
+
+
+
+
+
Type for a reference to a VEHICLE TYPE STOP ASSIGNMENT.
@@ -80,6 +85,11 @@ Rail transport, Roads and Road transport
Identifier of referenced a VEHICLE TYPE STOP ASSIGNMENT.
+
+
+ The natural class for VehicleTypeStopAssignmentRefStructure, automatically updated.
+
+
@@ -95,6 +105,12 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.
+
+
+
+
+
+
Type for a reference to a VEHICLE JOURNEY STOP ASSIGNMENT.
@@ -106,6 +122,11 @@ Rail transport, Roads and Road transport
Identifier of a PASSENGER STOP ASSIGNMENT.
+
+
+ The natural class for VehicleJourneyStopAssignmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -121,6 +142,11 @@ Rail transport, Roads and Road transport
Reference to a TRAIN COMPONENT NUMBER ASSIGNNMENT.
+
+
+
+
+
Type for a reference to a TRAIN COMPONENT NUMBER ASSIGNNMENT.
@@ -132,6 +158,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAIN COMPONENT NUMBER ASSIGNNMENT.
+
+
+ The natural class for TrainComponentLabelAssignmentRefStructure, automatically updated.
+
+
@@ -159,6 +190,11 @@ Rail transport, Roads and Road transport
Reference to a DYNAMIC STOP ASSIGNMENT.
+
+
+
+
+
Type for a reference to a DYNAMIC STOP ASSIGNMENT.
@@ -170,6 +206,11 @@ Rail transport, Roads and Road transport
Identifier of a PASSENGER STOP ASSIGNMENT.
+
+
+ The natural class for DynamicStopAssignmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd
index 409687b2e..f3bbbf1d3 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd
@@ -76,6 +76,20 @@ Rail transport, Roads and Road transport
Reference to a JOURNEY.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a JOURNEY.
@@ -87,6 +101,11 @@ Rail transport, Roads and Road transport
Identifier of a JOURNEY.
+
+
+ The natural class for JourneyRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -103,6 +122,14 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.
+
+
+
+
+
+
+
+
Type for a reference to a VEHICLE JOURNEY.
@@ -114,6 +141,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE JOURNEY.
+
+
+ The natural class for VehicleJourneyRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -141,6 +173,11 @@ Rail transport, Roads and Road transport
Reference to a DEAD RUN.
+
+
+
+
+
Type for a reference to a DEAD RUN.
@@ -152,6 +189,11 @@ Rail transport, Roads and Road transport
Identifier of a DEAD RUN.
+
+
+ The natural class for DeadRunRefStructure, automatically updated.
+
+
@@ -190,6 +232,11 @@ Rail transport, Roads and Road transport
Reference to a TRAIN NUMBER.
+
+
+
+
+
Type for a reference to a TRAIN NUMBER.
@@ -201,6 +248,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAIN NUMBER.
+
+
+ The natural class for TrainNumberRefStructure, automatically updated.
+
+
@@ -228,6 +280,11 @@ Rail transport, Roads and Road transport
Reference to a TIMING ALGORITHM TYPE.
+
+
+
+
+
Type for a reference to a TIMING ALGORITHM TYPE.
@@ -239,6 +296,11 @@ Rail transport, Roads and Road transport
Reference to a TIMING ALGORITHM TYPE.
+
+
+ The natural class for TimingAlgorithmTypeRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd
index 6a3e9946e..ee8e1b801 100644
--- a/xsd/netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd
+++ b/xsd/netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd
@@ -71,6 +71,11 @@ Rail transport, Roads and Road transport
Reference to a COMPOUND BLOCK.
+
+
+
+
+
Type for Reference to a COMPOUND BLOCK.
@@ -82,6 +87,11 @@ Rail transport, Roads and Road transport
Identifier of a COMPOUND BLOCK.
+
+
+ The natural class for CompoundBlockRefStructure, automatically updated.
+
+
@@ -97,6 +107,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE SERVICE.
+
+
+
+
+
Type for Reference to a VEHICLE SERVICE.
@@ -108,6 +123,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE SERVICE.
+
+
+ The natural class for VehicleServiceRefStructure, automatically updated.
+
+
@@ -123,6 +143,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE SERVICE PART.
+
+
+
+
+
Type for Reference to a VEHICLE SERVICE PART.
@@ -134,6 +159,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE SERVICE PART.
+
+
+ The natural class for VehicleServicePartRefStructure, automatically updated.
+
+
@@ -175,6 +205,11 @@ Rail transport, Roads and Road transport
Reference to a COURSE OF JOURNEYS (Run).
+
+
+
+
+
Type for Reference to a COURSE OF JOURNEYS.
@@ -186,6 +221,11 @@ Rail transport, Roads and Road transport
Identifier of a COURSE OF JOURNEYS.
+
+
+ The natural class for CourseOfJourneysRefStructure, automatically updated.
+
+
@@ -201,6 +241,11 @@ Rail transport, Roads and Road transport
Reference to a RELIEF OPPORTUNITY.
+
+
+
+
+
Type for Reference to a RELIEF OPPORTUNITY.
@@ -212,6 +257,11 @@ Rail transport, Roads and Road transport
Identifier of a RELIEF OPPORTUNITY.
+
+
+ The natural class for ReliefOpportunityRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_vehicleService/netex_duty_support.xsd b/xsd/netex_part_2/part2_vehicleService/netex_duty_support.xsd
index def2502aa..df50972b3 100644
--- a/xsd/netex_part_2/part2_vehicleService/netex_duty_support.xsd
+++ b/xsd/netex_part_2/part2_vehicleService/netex_duty_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
Reference to a DUTY.
+
+
+
+
+
Type for Reference to a DUTY.
@@ -81,6 +86,11 @@ Rail transport, Roads and Road transport
Identifier of a Duty.
+
+
+ The natural class for DutyRefStructure, automatically updated.
+
+
@@ -97,6 +107,12 @@ Rail transport, Roads and Road transport
Reference to an ACCOUNTABLE ELEMENT.
+
+
+
+
+
+
Type for Reference to an ACCOUNTABLE ELEMENT.
@@ -108,6 +124,11 @@ Rail transport, Roads and Road transport
Identifier of an ACCOUNTABLE ELEMENT.
+
+
+ The natural class for AccountableElementRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -123,6 +144,11 @@ Rail transport, Roads and Road transport
Reference to a DUTY PART.
+
+
+
+
+
Type for Reference to a DUTY PART.
@@ -134,6 +160,11 @@ Rail transport, Roads and Road transport
Identifier of a BLOCK PART.
+
+
+ The natural class for DutyPartRefStructure, automatically updated.
+
+
@@ -150,6 +181,11 @@ Rail transport, Roads and Road transport
Reference to a DRIVER TRIP.
+
+
+
+
+
Type for Reference to a DRIVER TRIP.
@@ -161,6 +197,11 @@ Rail transport, Roads and Road transport
Identifier of a DRIVER TRIP.
+
+
+ The natural class for DriverTripRefStructure, automatically updated.
+
+
@@ -176,6 +217,11 @@ Rail transport, Roads and Road transport
Reference to a DRIVER TRIP TIME.
+
+
+
+
+
Type for Reference to a DRIVER TRIP TIME.
@@ -187,6 +233,11 @@ Rail transport, Roads and Road transport
Identifier of a DRIVER TRIP TIME.
+
+
+ The natural class for DriverTripTimeRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_2/part2_vehicleService/netex_vehicleRechargingPlan_support.xsd b/xsd/netex_part_2/part2_vehicleService/netex_vehicleRechargingPlan_support.xsd
index ec01a5698..46fb07c9f 100644
--- a/xsd/netex_part_2/part2_vehicleService/netex_vehicleRechargingPlan_support.xsd
+++ b/xsd/netex_part_2/part2_vehicleService/netex_vehicleRechargingPlan_support.xsd
@@ -68,6 +68,11 @@ Rail transport, Roads and Road transport
Reference to a RECHARGING PLAN. +v2.0
+
+
+
+
+
Type for Reference to a RECHARGING PLAN.
@@ -79,6 +84,11 @@ Rail transport, Roads and Road transport
Identifier of a RECHARGING PLAN.
+
+
+ The natural class for RechargingPlanRefStructure, automatically updated.
+
+
@@ -94,6 +104,11 @@ Rail transport, Roads and Road transport
Reference to a RECHARGING STEP. +v2.0
+
+
+
+
+
Type for Reference to a RECHARGING STEP.
@@ -105,6 +120,11 @@ Rail transport, Roads and Road transport
Identifier of a RECHARGING STEP.
+
+
+ The natural class for RechargingStepRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_accessRightParameter_support.xsd b/xsd/netex_part_3/part3_fares/netex_accessRightParameter_support.xsd
index 053e126d1..93451e76e 100644
--- a/xsd/netex_part_3/part3_fares/netex_accessRightParameter_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_accessRightParameter_support.xsd
@@ -213,6 +213,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF ACCESS RIGHT ASSIGNMENT.
+
+
+
+
+
Type for Reference to a TYPE OF ACCESS RIGHT ASSIGNMENT.
@@ -224,6 +229,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF ACCESS RIGHT ASSIGNMENT.
+
+
+ The natural class for TypeOfAccessRightAssignmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_calculationParameters_support.xsd b/xsd/netex_part_3/part3_fares/netex_calculationParameters_support.xsd
index 86023c8c6..53ad74ae7 100644
--- a/xsd/netex_part_3/part3_fares/netex_calculationParameters_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_calculationParameters_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
Reference to a PRICING PARAMETERS.
+
+
+
+
+
Type for Reference to a PRICING PARAMETERS.
@@ -81,6 +86,11 @@ Rail transport, Roads and Road transport
Identifier of a PRICING PARAMETERS.
+
+
+ The natural class for PricingParameterSetRefStructure, automatically updated.
+
+
@@ -108,6 +118,11 @@ Rail transport, Roads and Road transport
Reference to a PRICE UNIT.
+
+
+
+
+
Type for Reference to a PRICE UNIT.
@@ -119,6 +134,11 @@ Rail transport, Roads and Road transport
Identifier of a PRICE UNIT.
+
+
+ The natural class for PriceUnitRefStructure, automatically updated.
+
+
@@ -134,6 +154,11 @@ Rail transport, Roads and Road transport
Reference to a ROUNDING.
+
+
+
+
+
Type for Reference to a ROUNDING.
@@ -145,6 +170,11 @@ Rail transport, Roads and Road transport
Identifier of a ROUNDING.
+
+
+ The natural class for RoundingRefStructure, automatically updated.
+
+
@@ -160,6 +190,11 @@ Rail transport, Roads and Road transport
Reference to a ROUNDING STEP.
+
+
+
+
+
Type for Reference to a ROUNDING STEP.
@@ -171,6 +206,11 @@ Rail transport, Roads and Road transport
Identifier of a ROUNDING STEP.
+
+
+ The natural class for RoundingStepRefStructure, automatically updated.
+
+
@@ -199,6 +239,11 @@ Rail transport, Roads and Road transport
Reference to a FARE DAY TYPE.
+
+
+
+
+
Type for Reference to a FARE DAY TYPE.
@@ -210,6 +255,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE DAY TYPE.
+
+
+ The natural class for FareDayTypeRefStructure, automatically updated.
+
+
@@ -225,6 +275,11 @@ Rail transport, Roads and Road transport
Reference to a PRICING SERVICE.
+
+
+
+
+
Type for Reference to a PRICING SERVICE.
@@ -236,6 +291,11 @@ Rail transport, Roads and Road transport
Identifier of a PRICING SERVICE.
+
+
+ The natural class for PricingServiceRefStructure, automatically updated.
+
+
@@ -251,6 +311,13 @@ Rail transport, Roads and Road transport
Reference to a PRICING RULE.
+
+
+
+
+
+
+
Type for Reference to a PRICING RULE.
@@ -262,6 +329,11 @@ Rail transport, Roads and Road transport
Identifier of a PRICING RULE.
+
+
+ The natural class for PricingRuleRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -277,6 +349,12 @@ Rail transport, Roads and Road transport
Reference to a DISCOUNTING RULE.
+
+
+
+
+
+
Type for Reference to a DISCOUNTING RULE.
@@ -288,6 +366,11 @@ Rail transport, Roads and Road transport
Identifier of a DISCOUNTING RULE.
+
+
+ The natural class for DiscountingRuleRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -303,6 +386,11 @@ Rail transport, Roads and Road transport
Reference to a LIMITING RULE.
+
+
+
+
+
Type for Reference to a LIMITING RULE.
@@ -314,6 +402,11 @@ Rail transport, Roads and Road transport
Identifier of a LIMITING RULE.
+
+
+ The natural class for LimitingRuleRefStructure, automatically updated.
+
+
@@ -329,6 +422,11 @@ Rail transport, Roads and Road transport
Reference to a MONTH VALIDITY OFFSET.
+
+
+
+
+
Type for Reference to a MONTH VALIDITY OFFSET.
@@ -340,6 +438,11 @@ Rail transport, Roads and Road transport
Identifier of a MONTH VALIDITY OFFSET.
+
+
+ The natural class for MonthValidityOffsetRefStructure, automatically updated.
+
+
@@ -391,6 +494,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PRICING RULE. +v1.1
+
+
+
+
+
Type for Reference to a TYPE OF PRICING RULE.
@@ -402,6 +510,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF PRICING RULE.
+
+
+ The natural class for TypeOfPricingRuleRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd b/xsd/netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd
index 18abb351c..63057f64d 100644
--- a/xsd/netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd
@@ -134,6 +134,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to a DISTANCE MATRIX ELEMENT by direction
@@ -145,6 +150,11 @@ Rail transport, Roads and Road transport
Identifier of a PRICEABLE ELEMENT.
+
+
+ The natural class for DistanceMatrixElementRefStructure, automatically updated.
+
+
@@ -202,6 +212,11 @@ Rail transport, Roads and Road transport
Reference to a DISTANCE MATRIX ELEMENT PRICE.
+
+
+
+
+
Type for Reference to a DISTANCE MATRIX ELEMENT PRICE.
@@ -213,6 +228,11 @@ Rail transport, Roads and Road transport
Identifier of a DISTANCE MATRIX ELEMENT PRICE.
+
+
+ The natural class for DistanceMatrixElementPriceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_farePrice_support.xsd b/xsd/netex_part_3/part3_fares/netex_farePrice_support.xsd
index 73c06f3b3..d33fcb25b 100644
--- a/xsd/netex_part_3/part3_fares/netex_farePrice_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_farePrice_support.xsd
@@ -84,6 +84,80 @@ Rail transport, Roads and Road transport
Reference to a PRICEABLE ELEMENT.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for Reference to a PRICEABLE ELEMENT.
@@ -95,6 +169,11 @@ Rail transport, Roads and Road transport
Identifier of a PRICEABLE ELEMENT.
+
+
+ The natural class for PriceableObjectRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -110,6 +189,28 @@ Rail transport, Roads and Road transport
Reference to a FARE PRICE.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for Reference to a FARE PRICE.
@@ -121,6 +222,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE PRICE.
+
+
+ The natural class for FarePriceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -142,6 +248,11 @@ Rail transport, Roads and Road transport
Reference to a PRICE GROUP.
+
+
+
+
+
Type for Reference to a PRICE GROUP.
@@ -153,6 +264,11 @@ Rail transport, Roads and Road transport
Identifier of a PRICE GROUP.
+
+
+ The natural class for PriceGroupRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_fareProduct_support.xsd b/xsd/netex_part_3/part3_fares/netex_fareProduct_support.xsd
index e7adf3261..3ad2eb9d7 100644
--- a/xsd/netex_part_3/part3_fares/netex_fareProduct_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_fareProduct_support.xsd
@@ -103,6 +103,20 @@ Rail transport, Roads and Road transport
Reference to a SERVICE ACCESS RIGHT.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for Reference to a SERVICE ACCESS RIGHT.
@@ -114,6 +128,11 @@ Rail transport, Roads and Road transport
Identifier of a SERVICE ACCESS RIGHT.
+
+
+ The natural class for ServiceAccessRightRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -149,6 +168,18 @@ Rail transport, Roads and Road transport
Reference to a FARE PRODUCT.
+
+
+
+
+
+
+
+
+
+
+
+
Type for Reference to a FARE PRODUCT.
@@ -160,6 +191,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE PRODUCT.
+
+
+ The natural class for FareProductRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -175,6 +211,12 @@ Rail transport, Roads and Road transport
Reference to a SALES DISCOUNT RIGHT.
+
+
+
+
+
+
Type for Reference to a SALES DISCOUNT RIGHT.
@@ -186,6 +228,11 @@ Rail transport, Roads and Road transport
Identifier of a SALES DISCOUNT RIGHT.
+
+
+ The natural class for SaleDiscountRightRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -212,6 +259,11 @@ Rail transport, Roads and Road transport
Reference to a ENTITLEMENT PRODUCT.
+
+
+
+
+
Type for Reference to a ENTITLEMENT PRODUCT.
@@ -223,6 +275,11 @@ Rail transport, Roads and Road transport
Identifier of a ENTITLEMENT PRODUCT.
+
+
+ The natural class for EntitlementProductRefStructure, automatically updated.
+
+
@@ -250,6 +307,11 @@ Rail transport, Roads and Road transport
Reference to a THIRD PARTY PRODUCT.
+
+
+
+
+
Type for Reference to a THIRD PARTY PRODUCT.
@@ -261,6 +323,11 @@ Rail transport, Roads and Road transport
Identifier of a THIRD PARTY PRODUCT.
+
+
+ The natural class for ThirdPartyProductRefStructure, automatically updated.
+
+
@@ -289,6 +356,11 @@ Rail transport, Roads and Road transport
Reference to a USAGE DISCOUNT RIGHT.
+
+
+
+
+
Type for Reference to a USAGE DISCOUNT RIGHT.
@@ -300,6 +372,11 @@ Rail transport, Roads and Road transport
Identifier of a USAGE DISCOUNT RIGHT.
+
+
+ The natural class for UsageDiscountRightRefStructure, automatically updated.
+
+
@@ -325,6 +402,11 @@ Rail transport, Roads and Road transport
Reference to a CAPPED DISCOUNT RIGHT.
+
+
+
+
+
Type for Reference to a CAPPED DISCOUNT RIGHT.
@@ -336,6 +418,11 @@ Rail transport, Roads and Road transport
Identifier of a CAPPED DISCOUNT RIGHT.
+
+
+ The natural class for CappedDiscountRightRefStructure, automatically updated.
+
+
@@ -351,6 +438,11 @@ Rail transport, Roads and Road transport
Reference to a CAPPING RULE.
+
+
+
+
+
Type for Reference to a CAPPING RULE.
@@ -362,6 +454,11 @@ Rail transport, Roads and Road transport
Identifier of a CAPPING RULE.
+
+
+ The natural class for CappingRuleRefStructure, automatically updated.
+
+
@@ -400,6 +497,11 @@ Rail transport, Roads and Road transport
Reference to a AMOUNT OF PRICE UNIT PRODUCT.
+
+
+
+
+
Type for Reference to an AMOUNT OF PRICE UNIT PRODUCT.
@@ -411,6 +513,11 @@ Rail transport, Roads and Road transport
Identifier of an AMOUNT OF PRICE UNIT PRODUCT.
+
+
+ The natural class for AmountOfPriceUnitProductRefStructure, automatically updated.
+
+
@@ -438,6 +545,12 @@ Rail transport, Roads and Road transport
Reference to a PREASSIGNED FARE PRODUCT.
+
+
+
+
+
+
Type for Reference to a PREASSIGNED FARE PRODUCT.
@@ -449,6 +562,11 @@ Rail transport, Roads and Road transport
Identifier of a PREASSIGNED FARE PRODUCT.
+
+
+ The natural class for PreassignedFareProductRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -481,6 +599,11 @@ Rail transport, Roads and Road transport
Reference to a SUPPLEMENT PRODUCT.
+
+
+
+
+
Type for Reference to a SUPPLEMENT PRODUCT.
@@ -492,6 +615,11 @@ Rail transport, Roads and Road transport
Identifier of a SUPPLEMENT PRODUCT.
+
+
+ The natural class for SupplementProductRefStructure, automatically updated.
+
+
@@ -529,6 +657,11 @@ Rail transport, Roads and Road transport
Reference to a FARE PRODUCT PRICE.
+
+
+
+
+
Type for Reference to a FARE PRODUCT PRICE.
@@ -540,6 +673,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE PRODUCT PRICE.
+
+
+ The natural class for FareProductPriceRefStructure, automatically updated.
+
+
@@ -555,6 +693,11 @@ Rail transport, Roads and Road transport
Reference to a CAPPING RULE PRICE.
+
+
+
+
+
Type for Reference to a CAPPING RULE PRICE.
@@ -566,6 +709,11 @@ Rail transport, Roads and Road transport
Identifier of a CAPPING RULE PRICE.
+
+
+ The natural class for CappingRulePriceRefStructure, automatically updated.
+
+
@@ -598,6 +746,11 @@ Rail transport, Roads and Road transport
Reference to an ACCESS RIGHT IN PRODUCT.
+
+
+
+
+
Type for Reference to an ACCESS RIGHT IN PRODUCT.
@@ -609,6 +762,11 @@ Rail transport, Roads and Road transport
Identifier of an ACCESS RIGHT IN PRODUCT.
+
+
+ The natural class for AccessRightInProductRefStructure, automatically updated.
+
+
@@ -618,6 +776,11 @@ Rail transport, Roads and Road transport
Reference to a CHARGING MOMENT. +v1.1
+
+
+
+
+
Type for a CHARGING MOMENT. +v1.1
@@ -629,6 +792,11 @@ Rail transport, Roads and Road transport
Reference to a CHARGING METHOd.
+
+
+ The natural class for ChargingMomentRefStructure, automatically updated.
+
+
@@ -695,6 +863,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FARE PRODUCT.
+
+
+
+
+
Type for Reference to a TYPE OF FARE PRODUCT.
@@ -706,6 +879,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF FARE PRODUCT.
+
+
+ The natural class for TypeOfFareProductRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_fareSeries_support.xsd b/xsd/netex_part_3/part3_fares/netex_fareSeries_support.xsd
index c14366567..c7d9bac07 100644
--- a/xsd/netex_part_3/part3_fares/netex_fareSeries_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_fareSeries_support.xsd
@@ -102,6 +102,11 @@
+
+
+
+
+
Type for Reference to a SERIES CONSTRAINT.
@@ -161,6 +166,11 @@
Reference to a SERIES CONSTRAINT PRICE.
+
+
+
+
+
Type for Reference to a SERIES CONSTRAINT PRICE.
@@ -172,6 +182,11 @@
Identifier of a SERIES CONSTRAINT PRICE.
+
+
+ The natural class for SeriesConstraintPriceRefStructure, automatically updated.
+
+
@@ -187,6 +202,11 @@
Reference to a ZONE IN SERIES.
+
+
+
+
+
Type for Reference to a ZONE IN SERIES.
@@ -198,6 +218,11 @@
Identifier of a ZONE IN SERIES.
+
+
+ The natural class for ZoneInSeriesRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_fareStructureElement_support.xsd b/xsd/netex_part_3/part3_fares/netex_fareStructureElement_support.xsd
index 645d16b65..d346f2f78 100644
--- a/xsd/netex_part_3/part3_fares/netex_fareStructureElement_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_fareStructureElement_support.xsd
@@ -88,6 +88,12 @@ Rail transport, Roads and Road transport
Reference to a TARIFF.
+
+
+
+
+
+
Type for Reference to a TARIFF.
@@ -99,6 +105,11 @@ Rail transport, Roads and Road transport
Identifier of a TARIFF.
+
+
+ The natural class for TariffRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -182,6 +193,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF TARIFF. (TAP TSI)
+
+
+
+
+
Type for a TYPE OF TARIFF.
@@ -193,6 +209,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF TARIFF.
+
+
+ The natural class for TypeOfTariffRefStructure, automatically updated.
+
+
@@ -220,6 +241,11 @@ Rail transport, Roads and Road transport
Reference to a FARE STRUCTURE ELEMENT.
+
+
+
+
+
Type for Reference to a FARE STRUCTURE ELEMENT.
@@ -231,6 +257,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE STRUCTURE ELEMENT.
+
+
+ The natural class for FareStructureElementRefStructure, automatically updated.
+
+
@@ -246,6 +277,11 @@ Rail transport, Roads and Road transport
Reference to a FARE STRUCTURE ELEMENT PRICE.
+
+
+
+
+
Type for Reference to a FARE STRUCTURE ELEMENT PRICE.
@@ -257,6 +293,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE STRUCTURE ELEMENT PRICE.
+
+
+ The natural class for FareStructureElementPriceRefStructure, automatically updated.
+
+
@@ -284,6 +325,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FARE STRUCTURE ELEMENT.
+
+
+
+
+
Type for a TYPE OF TARIFF.
@@ -295,10 +341,20 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FARE STRUCTURE ELEMENT.
+
+
+ The natural class for TypeOfFareStructureElementRefStructure, automatically updated.
+
+
+
+
+
+
+
Type for Reference to a FARE STRUCTURE ELEMENT IN SEQUENCE.
@@ -310,6 +366,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE STRUCTURE ELEMENT IN SEQUENCE.
+
+
+ The natural class for FareStructureElementInSequenceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_fareStructure_support.xsd b/xsd/netex_part_3/part3_fares/netex_fareStructure_support.xsd
index 00678477a..2bdb72eb7 100644
--- a/xsd/netex_part_3/part3_fares/netex_fareStructure_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_fareStructure_support.xsd
@@ -85,6 +85,14 @@ Rail transport, Roads and Road transport
Reference to a FARE ELEMENT IN SEQUENCE.
+
+
+
+
+
+
+
+
Type for Reference to a FARE ELEMENT IN SEQUENCE.
@@ -96,11 +104,16 @@ Rail transport, Roads and Road transport
Identifier of a FARE ELEMENT IN SEQUENCE.
-
+
-v2.0
+
+
+ The natural class for FareElementInSequenceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -116,6 +129,17 @@ Rail transport, Roads and Road transport
Reference to a FARE STRUCTURE FACTOR.
+
+
+
+
+
+
+
+
+
+
+
Type for Reference to a FARE STRUCTURE FACTOR.
@@ -127,6 +151,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE STRUCTURE FACTOR.
+
+
+ The natural class for FareStructureFactorRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -142,6 +171,13 @@ Rail transport, Roads and Road transport
Reference to a FARE UNIT.
+
+
+
+
+
+
+
Type for Reference to a FARE UNIT.
@@ -153,6 +189,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE UNIT.
+
+
+ The natural class for FareUnitRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -168,6 +209,13 @@ Rail transport, Roads and Road transport
Reference to a FARE INTERVAL.
+
+
+
+
+
+
+
Type for Reference to a FARE INTERVAL.
@@ -179,6 +227,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE INTERVAL.
+
+
+ The natural class for FareIntervalRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -194,6 +247,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FARE STRUCTURE FACTOR.
+
+
+
+
+
Type for a TYPE OF TARIFF.
@@ -205,6 +263,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FARE STRUCTURE FACTOR.
+
+
+ The natural class for TypeOfFareStructureFactorRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_fareTable_support.xsd b/xsd/netex_part_3/part3_fares/netex_fareTable_support.xsd
index 6c8362c98..8f77106eb 100644
--- a/xsd/netex_part_3/part3_fares/netex_fareTable_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_fareTable_support.xsd
@@ -83,6 +83,13 @@ Rail transport, Roads and Road transport
Reference to a FARE TABLE.
+
+
+
+
+
+
+
Type for Reference to a FARE FARE TABLEs
@@ -94,6 +101,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF ENTITies.
+
+
+ The natural class for FareTableRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -121,6 +133,11 @@ Rail transport, Roads and Road transport
Reference to a STANDARD FARE TABLE
+
+
+
+
+
Type for Reference to a FARE STANDARD FARE TABLE.
@@ -132,6 +149,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF ENTITies.
+
+
+ The natural class for StandardFareTableRefStructure, automatically updated.
+
+
@@ -154,6 +176,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to a CELL.
@@ -165,6 +192,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE TABLE COLUMN.
+
+
+ The natural class for CellRefStructure, automatically updated.
+
+
@@ -180,6 +212,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to a FARE FARE TABLE COLUMN.
@@ -191,6 +228,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE TABLE COLUMN.
+
+
+ The natural class for FareTableColumnRefStructure, automatically updated.
+
+
@@ -211,6 +253,11 @@ Rail transport, Roads and Road transport
Reference to a FARE TABLE ROW.
+
+
+
+
+
Type for Reference to a FARE FARE TABLE ROW.
@@ -222,6 +269,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE TABLE COLUMN.
+
+
+ The natural class for FareTableRowRefStructure, automatically updated.
+
+
@@ -237,6 +289,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FARE TABLE.
+
+
+
+
+
Type for Reference to a TYPE OF FARE TABLE. +v1.1
@@ -248,6 +305,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF FARE TABLE.
+
+
+ The natural class for TypeOfFareTableRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd b/xsd/netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd
index 14132927d..516c2f350 100644
--- a/xsd/netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
Reference to a GEOGRAPHICAL UNIT.
+
+
+
+
+
Type for Reference to a GEOGRAPHICAL UNIT.
@@ -81,6 +86,11 @@ Rail transport, Roads and Road transport
Identifier of a GEOGRAPHICAL UNIT.
+
+
+ The natural class for GeographicalUnitRefStructure, automatically updated.
+
+
@@ -96,6 +106,11 @@ Rail transport, Roads and Road transport
Reference to a GEOGRAPHICAL INTERVAL.
+
+
+
+
+
Type for Reference to a GEOGRAPHICAL INTERVAL.
@@ -107,6 +122,11 @@ Rail transport, Roads and Road transport
Identifier of a GEOGRAPHICAL INTERVAL.
+
+
+ The natural class for GeographicalIntervalRefStructure, automatically updated.
+
+
@@ -122,6 +142,11 @@ Rail transport, Roads and Road transport
Reference to a GEOGRAPHICAL STRUCTURE FACTOR.
+
+
+
+
+
Type for Reference to a GEOGRAPHICAL STRUCTURE FACTOR.
@@ -133,6 +158,11 @@ Rail transport, Roads and Road transport
Identifier of a GEOGRAPHICAL STRUCTURE FACTOR.
+
+
+ The natural class for GeographicalStructureFactorRefStructure, automatically updated.
+
+
@@ -148,6 +178,11 @@ Rail transport, Roads and Road transport
Reference to a GEOGRAPHICAL UNIT PRICE.
+
+
+
+
+
Type for Reference to a GEOGRAPHICAL UNIT PRICE.
@@ -159,6 +194,11 @@ Rail transport, Roads and Road transport
Identifier of a GEOGRAPHICAL UNIT PRICE.
+
+
+ The natural class for GeographicalUnitPriceRefStructure, automatically updated.
+
+
@@ -174,6 +214,11 @@ Rail transport, Roads and Road transport
Reference to a GEOGRAPHICAL INTERVAL PRICE.
+
+
+
+
+
Type for Reference to a GEOGRAPHICAL INTERVAL PRICE.
@@ -185,6 +230,11 @@ Rail transport, Roads and Road transport
Identifier of a GEOGRAPHICAL INTERVAL PRICE.
+
+
+ The natural class for GeographicalIntervalPriceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd b/xsd/netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd
index 678ebfa47..69590248b 100644
--- a/xsd/netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd
@@ -72,6 +72,13 @@ Rail transport, Roads and Road transport
Reference to a QUALITY STRUCTURE FACTOR.
+
+
+
+
+
+
+
Type for Reference to a QUALITY STRUCTURE FACTOR.
@@ -83,6 +90,11 @@ Rail transport, Roads and Road transport
Identifier of a QUALITY STRUCTURE FACTOR.
+
+
+ The natural class for QualityStructureFactorRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -98,6 +110,11 @@ Rail transport, Roads and Road transport
Reference to a FARE DEMAND FACTOR.
+
+
+
+
+
Type for Reference to a FARE DEMAND FACTOR.
@@ -109,6 +126,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE DEMAND FACTOR.
+
+
+ The natural class for FareDemandFactorRefStructure, automatically updated.
+
+
@@ -147,6 +169,11 @@ Rail transport, Roads and Road transport
Reference to a FARE QUOTA FACTOR.
+
+
+
+
+
Type for Reference to a FARE QUOTA FACTOR.
@@ -158,6 +185,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE QUOTA FACTOR.
+
+
+ The natural class for FareQuotaFactorRefStructure, automatically updated.
+
+
@@ -173,6 +205,11 @@ Rail transport, Roads and Road transport
Reference to a QUALITY STRUCTURE FACTOR PRICE.
+
+
+
+
+
Type for Reference to a QUALITY STRUCTURE FACTOR PRICE.
@@ -184,6 +221,11 @@ Rail transport, Roads and Road transport
Identifier of a QUALITY STRUCTURE FACTOR PRICE.
+
+
+ The natural class for QualityStructureFactorPriceRefStructure, automatically updated.
+
+
@@ -199,6 +241,11 @@ Rail transport, Roads and Road transport
Reference to a START TIME AT STOP POINT.
+
+
+
+
+
Type for Reference to a START TIME AT STOP POINT.
@@ -210,6 +257,11 @@ Rail transport, Roads and Road transport
Identifier of a START TIME AT STOP POINT.
+
+
+ The natural class for StartTimeAtStopPointRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_salesDistribution_support.xsd b/xsd/netex_part_3/part3_fares/netex_salesDistribution_support.xsd
index c269f58d7..9bbfd945f 100644
--- a/xsd/netex_part_3/part3_fares/netex_salesDistribution_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_salesDistribution_support.xsd
@@ -86,6 +86,11 @@ Rail transport, Roads and Road transport
Reference to a FULFILMENT METHOD.
+
+
+
+
+
Type for Reference to a FULFILMENT METHOD.
@@ -97,6 +102,11 @@ Rail transport, Roads and Road transport
Identifier of a FULFILMENT METHOD.
+
+
+ The natural class for FulfilmentMethodRefStructure, automatically updated.
+
+
@@ -213,6 +223,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF DISTRIBUTION CHANNELs.
+
+
+
+
+
Type for Reference to a GROUP OF DISTRIBUTION CHANNELs.
@@ -224,6 +239,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF DISTRIBUTION CHANNELs.
+
+
+ The natural class for GroupOfDistributionChannelsRefStructure, automatically updated.
+
+
@@ -249,6 +269,11 @@ Rail transport, Roads and Road transport
Reference to a FULFILMENT METHOD PRICE.
+
+
+
+
+
Type for Reference to a FULFILMENT METHOD PRICE.
@@ -260,6 +285,11 @@ Rail transport, Roads and Road transport
Identifier of a FULFILMENT METHOD PRICE.
+
+
+ The natural class for FulfilmentMethodPriceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd b/xsd/netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd
index dd5277378..6f0dc88e9 100644
--- a/xsd/netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd
@@ -69,6 +69,11 @@ Rail transport, Roads and Road transport
Reference to a SALES OFFER ENTITLEMENT REQUIRED parameter.
+
+
+
+
+
Type for Reference to a E SALES OFFER ENTITLEMENT REQUIRED parameter.
@@ -89,6 +94,11 @@ Rail transport, Roads and Road transport
Reference to a SALES OFFER ENTITLEMENT GIVEN PARAMETER parameter.
+
+
+
+
+
Type for Reference to a SALES OFFER ENTITLEMENT GIVEN parameter.
@@ -100,6 +110,11 @@ Rail transport, Roads and Road transport
Identifier of a SALES OFFER ENTITLEMENT GIVEN parameter.
+
+
+ The natural class for SalesOfferPackageEntitlementGivenRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd b/xsd/netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd
index f8458dfcd..8f1143d8d 100644
--- a/xsd/netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd
@@ -86,6 +86,11 @@ Rail transport, Roads and Road transport
Reference to a SALES OFFER PACKAGE.
+
+
+
+
+
Type for Reference to a SALES OFFER PACKAGE.
@@ -97,6 +102,11 @@ Rail transport, Roads and Road transport
Identifier of a SALES OFFER PACKAGE.
+
+
+ The natural class for SalesOfferPackageRefStructure, automatically updated.
+
+
@@ -112,6 +122,11 @@ Rail transport, Roads and Road transport
Reference to a SALES OFFER PACKAGE ELEMENT.
+
+
+
+
+
Type for Reference to a SALES OFFER PACKAGE ELEMENT.
@@ -123,6 +138,11 @@ Rail transport, Roads and Road transport
Identifier of a SALES OFFER PACKAGE ELEMENT.
+
+
+ The natural class for SalesOfferPackageElementRefStructure, automatically updated.
+
+
@@ -138,6 +158,11 @@ Rail transport, Roads and Road transport
Reference to a SALES OFFER PACKAGE PRICE.
+
+
+
+
+
Type for Reference to a SALES OFFER PACKAGE PRICE.
@@ -149,6 +174,11 @@ Rail transport, Roads and Road transport
Identifier of a SALES OFFER PACKAGE PRICE.
+
+
+ The natural class for SalesOfferPackagePriceRefStructure, automatically updated.
+
+
@@ -164,6 +194,11 @@ Rail transport, Roads and Road transport
Reference to a SALES OFFER PACKAGE SUBSTITUTION.
+
+
+
+
+
Type for Reference to a SALES OFFER PACKAGE SUBSTITUTION.
@@ -175,6 +210,11 @@ Rail transport, Roads and Road transport
Identifier of a SALES OFFER PACKAGE SUBSTITUTION.
+
+
+ The natural class for SalesOfferPackageSubstitutionRefStructure, automatically updated.
+
+
@@ -202,6 +242,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF SALES OFFER PACKAGEs.
+
+
+
+
+
Type for Reference to a GROUP OF SALES OFFER PACKAGEs.
@@ -213,6 +258,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF SALES OFFER PACKAGEs.
+
+
+ The natural class for GroupOfSalesOfferPackagesRefStructure, automatically updated.
+
+
@@ -249,6 +299,11 @@ Rail transport, Roads and Road transport
Reference to a DISTRIBUTION ASSIGNMENT.
+
+
+
+
+
Type for Reference to a DISTRIBUTION ASSIGNMENT.
@@ -260,6 +315,11 @@ Rail transport, Roads and Road transport
Identifier of a DISTRIBUTION ASSIGNMENT.
+
+
+ The natural class for DistributionAssignmentRefStructure, automatically updated.
+
+
@@ -287,6 +347,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF SALES OFFER PACKAGE.
+
+
+
+
+
Type for Reference to a TYPE OF SALES OFFER PACKAGE.
@@ -298,6 +363,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF SALES OFFER PACKAGE.
+
+
+ The natural class for TypeOfSalesOfferPackageRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd b/xsd/netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd
index 268477e7a..3ed493957 100644
--- a/xsd/netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
Reference to a TIME UNIT.
+
+
+
+
+
Type for Reference to a TIME UNIT.
@@ -81,6 +86,11 @@ Rail transport, Roads and Road transport
Identifier of a TIME UNIT.
+
+
+ The natural class for TimeUnitRefStructure, automatically updated.
+
+
@@ -108,6 +118,11 @@ Rail transport, Roads and Road transport
Reference to a TIME INTERVAL.
+
+
+
+
+
Type for Reference to a TIME INTERVAL.
@@ -119,6 +134,11 @@ Rail transport, Roads and Road transport
Identifier of a TIME INTERVAL.
+
+
+ The natural class for TimeIntervalRefStructure, automatically updated.
+
+
@@ -134,6 +154,12 @@ Rail transport, Roads and Road transport
Reference to a TIME STRUCTURE FACTOR.
+
+
+
+
+
+
Type for Reference to a TIME STRUCTURE FACTOR.
@@ -145,6 +171,11 @@ Rail transport, Roads and Road transport
Identifier of a TIME STRUCTURE FACTOR.
+
+
+ The natural class for TimeStructureFactorRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -160,6 +191,11 @@ Rail transport, Roads and Road transport
Reference to a TIME UNIT PRICE.
+
+
+
+
+
Type for Reference to a TIME UNIT PRICE.
@@ -171,6 +207,11 @@ Rail transport, Roads and Road transport
Identifier of a TIME UNIT PRICE.
+
+
+ The natural class for TimeUnitPriceRefStructure, automatically updated.
+
+
@@ -186,6 +227,11 @@ Rail transport, Roads and Road transport
Reference to a TIME INTERVAL PRICE.
+
+
+
+
+
Type for Reference to a TIME INTERVAL PRICE.
@@ -197,6 +243,11 @@ Rail transport, Roads and Road transport
Identifier of a TIME INTERVAL PRICE.
+
+
+ The natural class for TimeIntervalPriceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_typeOfTravelDocument_support.xsd b/xsd/netex_part_3/part3_fares/netex_typeOfTravelDocument_support.xsd
index 19369e58b..4e7c28e04 100644
--- a/xsd/netex_part_3/part3_fares/netex_typeOfTravelDocument_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_typeOfTravelDocument_support.xsd
@@ -82,6 +82,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF TRAVEL DOCUMENT.
+
+
+
+
+
Type for Reference to a TYPE OF TRAVEL DOCUMENT.
@@ -93,6 +98,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF TRAVEL DOCUMENT.
+
+
+ The natural class for TypeOfTravelDocumentRefStructure, automatically updated.
+
+
@@ -120,6 +130,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF MACHINE READABILITY.
+
+
+
+
+
Type for Reference to a TYPE OF MACHINE READABILITY.
@@ -131,6 +146,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF MACHINE READABILITY.
+
+
+ The natural class for TypeOfMachineReadabilityRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd b/xsd/netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd
index f057ea385..c7081f880 100644
--- a/xsd/netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd
@@ -102,6 +102,14 @@ Rail transport, Roads and Road transport
Reference to a RESELLING USAGE PARAMETER.
+
+
+
+
+
+
+
+
Type for Reference to a RESELLING USAGE PARAMETER.
@@ -113,6 +121,11 @@ Rail transport, Roads and Road transport
Identifier of a RESELLING USAGE PARAMETER.
+
+
+ The natural class for ResellingRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -170,6 +183,11 @@ Rail transport, Roads and Road transport
Reference to a EXCHANGING USAGE PARAMETER.
+
+
+
+
+
Type for Reference to a EXCHANGING USAGE PARAMETER.
@@ -181,6 +199,11 @@ Rail transport, Roads and Road transport
Identifier of a EXCHANGING USAGE PARAMETER.
+
+
+ The natural class for ExchangingRefStructure, automatically updated.
+
+
@@ -214,6 +237,11 @@ Rail transport, Roads and Road transport
Reference to a REFUNDING USAGE PARAMETER.
+
+
+
+
+
Type for Reference to a REFUNDING USAGE PARAMETER.
@@ -225,6 +253,11 @@ Rail transport, Roads and Road transport
Identifier of a REFUNDING USAGE PARAMETER.
+
+
+ The natural class for RefundingRefStructure, automatically updated.
+
+
@@ -328,6 +361,11 @@ Rail transport, Roads and Road transport
Reference to a REPLACING PARAMETER.
+
+
+
+
+
Type for Reference to a REPLACING USAGE PARAMETER.
@@ -339,6 +377,11 @@ Rail transport, Roads and Road transport
Identifier of a REPLACING USAGE PARAMETER.
+
+
+ The natural class for ReplacingRefStructure, automatically updated.
+
+
@@ -354,6 +397,11 @@ Rail transport, Roads and Road transport
Reference to a TRANSFERABILITY USAGE PARAMETER.
+
+
+
+
+
Type for Reference to a TRANSFERABILITY USAGE PARAMETER.
@@ -365,6 +413,11 @@ Rail transport, Roads and Road transport
Identifier of a TRANSFERABILITY USAGE PARAMETER.
+
+
+ The natural class for TransferabilityRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd b/xsd/netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd
index 784def51c..f85668120 100644
--- a/xsd/netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd
@@ -86,6 +86,11 @@ Rail transport, Roads and Road transport
Reference to a PURCHASE WINDOW PARAMETER.
+
+
+
+
+
Type for Reference to a PURCHASE WINDOW PARAMETER.
@@ -97,6 +102,11 @@ Rail transport, Roads and Road transport
Identifier of a PURCHASE WINDOW PARAMETER.
+
+
+ The natural class for PurchaseWindowRefStructure, automatically updated.
+
+
@@ -142,6 +152,13 @@ Rail transport, Roads and Road transport
Reference to a BOOKING POLICY USAGE PARAMETER.
+
+
+
+
+
+
+
Type for Reference to a BOOKING POLICY USAGE PARAMETER.
@@ -153,6 +170,11 @@ Rail transport, Roads and Road transport
Identifier of a BOOKING POLICY USAGE PARAMETER.
+
+
+ The natural class for BookingPolicyRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -168,6 +190,11 @@ Rail transport, Roads and Road transport
Reference to a RESERVING USAGE PARAMETER.
+
+
+
+
+
Type for Reference to a RESERVING USAGE PARAMETER.
@@ -179,6 +206,11 @@ Rail transport, Roads and Road transport
Identifier of a RESERVING USAGE PARAMETER.
+
+
+ The natural class for ReservingRefStructure, automatically updated.
+
+
@@ -194,6 +226,11 @@ Rail transport, Roads and Road transport
Reference to a CANCELLING PARAMETER.
+
+
+
+
+
Type for Reference to a CANCELLING USAGE PARAMETER.
@@ -205,6 +242,11 @@ Rail transport, Roads and Road transport
Identifier of a CANCELLING USAGEPARAMETER.
+
+
+ The natural class for CancellingRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd b/xsd/netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd
index 761c37aac..5447e18f0 100644
--- a/xsd/netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd
@@ -82,6 +82,11 @@ Rail transport, Roads and Road transport
Reference to a CHARGING POLICY usage parameter.
+
+
+
+
+
Type for Reference to a CHARGING POLICY usage parameter.
@@ -93,6 +98,11 @@ Rail transport, Roads and Road transport
Identifier of a CHARGING POLICY PARAMETER.
+
+
+ The natural class for ChargingPolicyRefStructure, automatically updated.
+
+
@@ -185,6 +195,11 @@ Rail transport, Roads and Road transport
Reference to a PENALTY POLICY usage parameter.
+
+
+
+
+
Type for Reference to a PENALTY POLICY usage parameter.
@@ -196,6 +211,11 @@ Rail transport, Roads and Road transport
Identifier of a PENALTY POLICY PARAMETER.
+
+
+ The natural class for PenaltyPolicyRefStructure, automatically updated.
+
+
@@ -236,6 +256,11 @@ Rail transport, Roads and Road transport
Reference to a SUBSCRIBING usage parameter. +v1.1
+
+
+
+
+
Type for Reference to a SUBSCRIBING usage parameter.
@@ -247,6 +272,11 @@ Rail transport, Roads and Road transport
Identifier of a SUBSCRIBING usage parameter.
+
+
+ The natural class for SubscribingRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd b/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd
index 268dec6b3..a7b9ed04e 100644
--- a/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd
@@ -153,6 +153,13 @@ Rail transport, Roads and Road transport
Reference to a USER PROFILE usage parameter.
+
+
+
+
+
+
+
Type for Reference to a USER PROFILE usage parameter
@@ -164,6 +171,11 @@ Rail transport, Roads and Road transport
Identifier of a USER PROFILE usage parameter
+
+
+ The natural class for UserProfileRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -179,6 +191,11 @@ Rail transport, Roads and Road transport
Reference to a COMMERCIAL PROFILE usage parameter
+
+
+
+
+
Type for Reference to a COMMERCIAL PROFILE usage parameter
@@ -190,6 +207,11 @@ Rail transport, Roads and Road transport
Identifier of a COMMERCIAL PROFILE usage parameter
+
+
+ The natural class for CommercialProfileRefStructure, automatically updated.
+
+
@@ -216,6 +238,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP TICKET usage parameter
+
+
+
+
+
Type for Reference to a GROUP TICKET usage parameter
@@ -227,6 +254,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP TICKET usage parameter
+
+
+ The natural class for GroupTicketRefStructure, automatically updated.
+
+
@@ -295,6 +327,11 @@ Rail transport, Roads and Road transport
Reference to a COMPANION PROFILE usage parameter.
+
+
+
+
+
Type for Reference to a COMPANION PROFILE usage parameter
@@ -306,6 +343,11 @@ Rail transport, Roads and Road transport
Identifier of a COMPANION PROFILE usage parameter
+
+
+ The natural class for CompanionProfileRefStructure, automatically updated.
+
+
@@ -393,6 +435,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF PROOF. +v1.2.2
+
+
+
+
+
Type for a reference to a TYPE OF PROOF.
@@ -408,6 +455,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to a RESIDENTIAL QUALIFICATION usage parameter.
@@ -419,6 +471,11 @@ Rail transport, Roads and Road transport
Identifier of a RESIDENTIAL QUALIFICATION usage parameter
+
+
+ The natural class for ResidentialQualificationRefStructure, automatically updated.
+
+
@@ -441,6 +498,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to an ELIGIBILITY CHANGE POLICY usage parameter.
@@ -452,6 +514,11 @@ Rail transport, Roads and Road transport
Identifier of an ELIGIBILITY CHANGE POLICY usage parameter.
+
+
+ The natural class for EligibilityChangePolicyRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd b/xsd/netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd
index e9dba29cc..5067b6088 100644
--- a/xsd/netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd
@@ -83,6 +83,11 @@ Rail transport, Roads and Road transport
Reference to a ENTITLEMENT REQUIRED PARAMETER.
+
+
+
+
+
Type for Reference to a ENTITLEMENT REQUIRED PARAMETER.
@@ -94,6 +99,11 @@ Rail transport, Roads and Road transport
Identifier of a ENTITLEMENT REQUIRED PARAMETER.
+
+
+ The natural class for EntitlementRequiredRefStructure, automatically updated.
+
+
@@ -121,6 +131,11 @@ Rail transport, Roads and Road transport
Reference to a ENTITLEMENT GIVEN PARAMETER.
+
+
+
+
+
Type for Reference to a ENTITLEMENT GIVEN PARAMETER.
@@ -132,6 +147,11 @@ Rail transport, Roads and Road transport
Identifier of a ENTITLEMENT GIVEN PARAMETER.
+
+
+ The natural class for EntitlementGivenRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_usageParameterLuggage_support.xsd b/xsd/netex_part_3/part3_fares/netex_usageParameterLuggage_support.xsd
index f1b0509d0..c56284684 100644
--- a/xsd/netex_part_3/part3_fares/netex_usageParameterLuggage_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_usageParameterLuggage_support.xsd
@@ -79,6 +79,11 @@ Rail transport, Roads and Road transport
Reference to a LUGGAGE ALLOWANCE PARAMETER.
+
+
+
+
+
Type for Reference to a LUGGAGE ALLOWANCE PARAMETER.
@@ -90,6 +95,11 @@ Rail transport, Roads and Road transport
Identifier of a LUGGAGE ALLOWANCE PARAMETER.
+
+
+ The natural class for LuggageAllowanceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd b/xsd/netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd
index 67ae3b403..56fce7311 100644
--- a/xsd/netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd
@@ -127,6 +127,11 @@ Rail transport, Roads and Road transport
Reference to a ROUND TRIP PARAMETER.
+
+
+
+
+
Type for Reference to a ROUND TRIP PARAMETER.
@@ -138,6 +143,11 @@ Rail transport, Roads and Road transport
Identifier of a ROUND TRIP PARAMETER.
+
+
+ The natural class for RoundTripRefStructure, automatically updated.
+
+
@@ -186,6 +196,11 @@ Rail transport, Roads and Road transport
Reference to a ROUTING PARAMETER.
+
+
+
+
+
Type for Reference to a ROUTING PARAMETER.
@@ -197,6 +212,11 @@ Rail transport, Roads and Road transport
Identifier of a ROUTING PARAMETER.
+
+
+ The natural class for RoutingRefStructure, automatically updated.
+
+
@@ -212,6 +232,11 @@ Rail transport, Roads and Road transport
Reference to a STEP LIMIT PARAMETER.
+
+
+
+
+
Type for Reference to a STEP LIMIT PARAMETER.
@@ -223,6 +248,11 @@ Rail transport, Roads and Road transport
Identifier of a STEP LIMIT PARAMETER.
+
+
+ The natural class for StepLimitRefStructure, automatically updated.
+
+
@@ -252,6 +282,11 @@ Rail transport, Roads and Road transport
Reference to a USAGE VALIDITY PERIOD.
+
+
+
+
+
Type for Reference to a USAGE VALIDITY PERIOD.
@@ -263,6 +298,11 @@ Rail transport, Roads and Road transport
Identifier of a USAGE VALIDITY PERIOD.
+
+
+ The natural class for UsageValidityPeriodRefStructure, automatically updated.
+
+
@@ -437,6 +477,11 @@ Rail transport, Roads and Road transport
Reference to a SUSPENDING.
+
+
+
+
+
Type for Reference to a SUSPENDING.
@@ -448,6 +493,11 @@ Rail transport, Roads and Road transport
Identifier of a SUSPENDING.
+
+
+ The natural class for SuspendingRefStructure, automatically updated.
+
+
@@ -533,6 +583,11 @@ Rail transport, Roads and Road transport
Reference to a FREQUENCY OF USE.
+
+
+
+
+
Type for Reference to a FREQUENCY OF USE.
@@ -544,6 +599,11 @@ Rail transport, Roads and Road transport
Identifier of a FREQUENCY OF USE.
+
+
+ The natural class for FrequencyOfUseRefStructure, automatically updated.
+
+
@@ -570,6 +630,11 @@ Rail transport, Roads and Road transport
Reference to a INTERCHANGING.
+
+
+
+
+
Type for Reference to a INTERCHANGING.
@@ -581,6 +646,11 @@ Rail transport, Roads and Road transport
Identifier of a INTERCHANGING.
+
+
+ The natural class for InterchangingRefStructure, automatically updated.
+
+
@@ -634,6 +704,11 @@ Rail transport, Roads and Road transport
Reference to a MINIMUM STAY PARAMETER.
+
+
+
+
+
Type for Reference to a MINIMUM STAY PARAMETER.
@@ -645,6 +720,11 @@ Rail transport, Roads and Road transport
Identifier of a MINIMUM STAY PARAMETER.
+
+
+ The natural class for MinimumStayRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_usageParameter_support.xsd b/xsd/netex_part_3/part3_fares/netex_usageParameter_support.xsd
index 10325439f..6502664ab 100644
--- a/xsd/netex_part_3/part3_fares/netex_usageParameter_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_usageParameter_support.xsd
@@ -83,6 +83,45 @@ Rail transport, Roads and Road transport
Reference to a USAGE PARAMETER.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for Reference to a USAGE PARAMETER.
@@ -94,6 +133,11 @@ Rail transport, Roads and Road transport
Identifier of a USAGE PARAMETER.
+
+
+ The natural class for UsageParameterRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -121,6 +165,11 @@ Rail transport, Roads and Road transport
Reference to a USAGE PARAMETER PRICE.
+
+
+
+
+
Type for Reference to a USAGE PARAMETER PRICE.
@@ -132,6 +181,11 @@ Rail transport, Roads and Road transport
Identifier of a USAGE PARAMETER PRICE.
+
+
+ The natural class for UsageParameterPriceRefStructure, automatically updated.
+
+
@@ -147,6 +201,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF USAGE PARAMETER.
+
+
+
+
+
Type for Reference to a TYPE OF USAGE PARAMETER.
@@ -158,6 +217,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF USAGE PARAMETER.
+
+
+ The natural class for TypeOfUsageParameterRefStructure, automatically updated.
+
+
@@ -173,6 +237,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF CONCESSION.
+
+
+
+
+
Type for Reference to a TYPE OF CONCESSION.
@@ -184,6 +253,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF CONCESSION.
+
+
+ The natural class for TypeOfConcessionRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_fares/netex_validableElement_support.xsd b/xsd/netex_part_3/part3_fares/netex_validableElement_support.xsd
index 555f20f0f..926ef6d2c 100644
--- a/xsd/netex_part_3/part3_fares/netex_validableElement_support.xsd
+++ b/xsd/netex_part_3/part3_fares/netex_validableElement_support.xsd
@@ -71,6 +71,11 @@ Rail transport, Roads and Road transport
Reference to a VALIDABLE ELEMENT.
+
+
+
+
+
Type for Reference to a VALIDABLE ELEMENT.
@@ -82,6 +87,11 @@ Rail transport, Roads and Road transport
Identifier of a VALIDABLE ELEMENT.
+
+
+ The natural class for ValidableElementRefStructure, automatically updated.
+
+
@@ -97,6 +107,11 @@ Rail transport, Roads and Road transport
Reference to a VALIDABLE ELEMENT PRICE.
+
+
+
+
+
Type for Reference to a VALIDABLE ELEMENT PRICE.
@@ -108,6 +123,11 @@ Rail transport, Roads and Road transport
Identifier of a VALIDABLE ELEMENT PRICE.
+
+
+ The natural class for ValidableElementPriceRefStructure, automatically updated.
+
+
@@ -123,6 +143,11 @@ Rail transport, Roads and Road transport
Reference to a CONTROLLABLE ELEMENT.
+
+
+
+
+
Type for Reference to a CONTROLLABLE ELEMENT.
@@ -134,6 +159,11 @@ Rail transport, Roads and Road transport
Identifier of a CONTROLLABLE ELEMENT.
+
+
+ The natural class for ControllableElementRefStructure, automatically updated.
+
+
@@ -149,6 +179,11 @@ Rail transport, Roads and Road transport
Reference to an CONTROLLABLE ELEMENT IN SEQUENCE.
+
+
+
+
+
Type for Reference to an CONTROLLABLE ELEMENT IN SEQUENCE.
@@ -160,6 +195,11 @@ Rail transport, Roads and Road transport
Identifier of an CONTROLLABLE ELEMENT IN SEQUENCE.
+
+
+ The natural class for ControllableElementInSequenceRefStructure, automatically updated.
+
+
@@ -175,6 +215,11 @@ Rail transport, Roads and Road transport
Reference to a CONTROLLABLE ELEMENT PRICE.
+
+
+
+
+
Type for Reference to a CONTROLLABLE ELEMENT PRICE.
@@ -186,6 +231,11 @@ Rail transport, Roads and Road transport
Identifier of a CONTROLLABLE ELEMENT PRICE.
+
+
+ The natural class for ControllableElementPriceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_frames/netex_fareFrame_version.xsd b/xsd/netex_part_3/part3_frames/netex_fareFrame_version.xsd
index 601ad0805..72cba99ee 100644
--- a/xsd/netex_part_3/part3_frames/netex_fareFrame_version.xsd
+++ b/xsd/netex_part_3/part3_frames/netex_fareFrame_version.xsd
@@ -76,6 +76,11 @@ Rail transport, Roads and Road transport
Reference to a FARE FRAME.
+
+
+
+
+
Type for a reference to a FARE FRAME.
diff --git a/xsd/netex_part_3/part3_frames/netex_salesTransactionFrame_version.xsd b/xsd/netex_part_3/part3_frames/netex_salesTransactionFrame_version.xsd
index 59d83b945..21af6a238 100644
--- a/xsd/netex_part_3/part3_frames/netex_salesTransactionFrame_version.xsd
+++ b/xsd/netex_part_3/part3_frames/netex_salesTransactionFrame_version.xsd
@@ -83,6 +83,11 @@ Rail transport, Roads and Road transport
Reference to a SALES TRANSACTION FRAME.
+
+
+
+
+
Type for a reference to a SALES TRANSACTION FRAME.
diff --git a/xsd/netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd b/xsd/netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd
index 224696cef..dc3265b53 100644
--- a/xsd/netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd
+++ b/xsd/netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd
@@ -73,6 +73,11 @@ Rail transport, Roads and Road transport
Reference to a PARKING TARIFF.
+
+
+
+
+
Type for a reference to a PARKING TARIFF.
@@ -84,6 +89,11 @@ Rail transport, Roads and Road transport
Identifier of a PARKING TARIFF.
+
+
+ The natural class for ParkingTariffRefStructure, automatically updated.
+
+
@@ -99,6 +109,11 @@ Rail transport, Roads and Road transport
Reference to a PARKING TARIFF CHARGE BAND.
+
+
+
+
+
Type for a reference to a PARKING TARIFF CHARGE BAND.
@@ -110,6 +125,11 @@ Rail transport, Roads and Road transport
Identifier of a PARKING TARIFF CHARGE BAND.
+
+
+ The natural class for ParkingChargeBandRefStructure, automatically updated.
+
+
@@ -125,6 +145,11 @@ Rail transport, Roads and Road transport
Reference to a PARKING TARIFF PRICE.
+
+
+
+
+
Type for Reference to a PARKING TARIFF PRICE.
@@ -136,6 +161,11 @@ Rail transport, Roads and Road transport
Identifier of a PARKING TARIFF PRICE.
+
+
+ The natural class for ParkingPriceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd
index 28cb9a6e1..2c103bf02 100644
--- a/xsd/netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd
+++ b/xsd/netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd
@@ -82,6 +82,14 @@ Rail transport, Roads and Road transport
Reference to a CUSTOMER ELIGIBILITY.
+
+
+
+
+
+
+
+
Type for Reference to a CUSTOMER ELIGIBILITY.
@@ -93,6 +101,11 @@ Rail transport, Roads and Road transport
Identifier of a CUSTOMER ELIGIBILITY.
+
+
+ The natural class for CustomerEligibilityRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -108,6 +121,11 @@ Rail transport, Roads and Road transport
Reference to a USER PROFILE ELIGIBILITY..
+
+
+
+
+
Type for Reference to a USER PROFILE ELIGIBILITY.
@@ -119,6 +137,11 @@ Rail transport, Roads and Road transport
Identifier of a USER PROFILE ELIGIBILITY.
+
+
+ The natural class for UserProfileEligibilityRefStructure, automatically updated.
+
+
@@ -134,6 +157,11 @@ Rail transport, Roads and Road transport
Reference to a COMMERCIAL PROFILE ELIGIBILITY.
+
+
+
+
+
Type for Reference to a COMMERCIAL PROFILE ELIGIBILITY.
@@ -145,6 +173,11 @@ Rail transport, Roads and Road transport
Identifier of a COMMERCIAL PROFILE ELIGIBILITY.
+
+
+ The natural class for CommercialProfileEligibilityRefStructure, automatically updated.
+
+
@@ -160,6 +193,11 @@ Rail transport, Roads and Road transport
Reference to a RESIDENTIAL QUALIFICATION ELIGIBILIT..
+
+
+
+
+
Type for Reference to a RESIDENTIAL QUALIFICATION ELIGIBILITY.
@@ -171,6 +209,11 @@ Rail transport, Roads and Road transport
Identifier of a RESIDENTIAL QUALIFICATION ELIGIBILITY.
+
+
+ The natural class for ResidentialQualificationEligibilityRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd
index 203184cde..ec70e6050 100644
--- a/xsd/netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd
+++ b/xsd/netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd
@@ -81,6 +81,11 @@ Rail transport, Roads and Road transport
Reference to a CUSTOMER PAYMENT MEANS . +v1.2.2
+
+
+
+
+
Type for a reference to a CUSTOMER PAYMENT MEANS .
@@ -92,6 +97,11 @@ Rail transport, Roads and Road transport
Identifier of CUSTOMER PAYMENT MEANS .
+
+
+ The natural class for CustomerPaymentMeansRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd
index 73013733c..623219755 100644
--- a/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd
+++ b/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd
@@ -90,6 +90,13 @@ Rail transport, Roads and Road transport
Reference to a TRAVEL SPECIFICATION.
+
+
+
+
+
+
+
Type for Reference to a TRAVEL SPECIFICATION.
@@ -101,6 +108,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAVEL SPECIFICATION.
+
+
+ The natural class for TravelSpecificationRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -116,6 +128,11 @@ Rail transport, Roads and Road transport
Reference to a REQUESTED TRAVEL SPECIFICATION.
+
+
+
+
+
Type for Reference to a REQUESTED TRAVEL SPECIFICATION.
@@ -127,6 +144,11 @@ Rail transport, Roads and Road transport
Identifier of a REQUESTED TRAVEL SPECIFICATION.
+
+
+ The natural class for RequestedTravelSpecificationRefStructure, automatically updated.
+
+
@@ -142,6 +164,11 @@ Rail transport, Roads and Road transport
Reference to an OFFERED TRAVEL SPECIFICATION.
+
+
+
+
+
Type for Reference to an OFFERED TRAVEL SPECIFICATION.
@@ -153,6 +180,11 @@ Rail transport, Roads and Road transport
Identifier of a OFFERED TRAVEL SPECIFICATION.
+
+
+ The natural class for OfferedTravelSpecificationRefStructure, automatically updated.
+
+
@@ -201,6 +233,11 @@ Rail transport, Roads and Road transport
Reference to a CUSTOMER PURCHASE PACKAGE.
+
+
+
+
+
Type for Reference to a CUSTOMER PURCHASE PACKAGE.
@@ -212,6 +249,11 @@ Rail transport, Roads and Road transport
Identifier of a CUSTOMER PURCHASE PACKAGE.
+
+
+ The natural class for CustomerPurchasePackageRefStructure, automatically updated.
+
+
@@ -227,6 +269,11 @@ Rail transport, Roads and Road transport
Reference to a CUSTOMER PURCHASE PACKAGE ELEMENT.
+
+
+
+
+
Type for Reference to a CUSTOMER PURCHASE PACKAGE ELEMENT.
@@ -238,6 +285,11 @@ Rail transport, Roads and Road transport
Identifier of a CUSTOMER PURCHASE PACKAGE ELEMENT.
+
+
+ The natural class for CustomerPurchasePackageElementRefStructure, automatically updated.
+
+
@@ -317,6 +369,11 @@ Rail transport, Roads and Road transport
Reference to a CUSTOMER PURCHASE PACKAGE PRICE.
+
+
+
+
+
Type for Reference to a CUSTOMER PURCHASE PACKAGE PRICE.
@@ -328,6 +385,11 @@ Rail transport, Roads and Road transport
Identifier of a CUSTOMER PURCHASE PACKAGE PRICE.
+
+
+ The natural class for CustomerPurchasePackagePriceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd
index 3cde676d9..ed469289b 100644
--- a/xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd
+++ b/xsd/netex_part_3/part3_salesTransactions/netex_fareDebit_support.xsd
@@ -82,6 +82,16 @@ Rail transport, Roads and Road transport
Reference to a FARE DEBIT.
+
+
+
+
+
+
+
+
+
+
Type for Reference to a FARE DEBIT.
@@ -93,6 +103,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE DEBIT.
+
+
+ The natural class for FareDebitRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -108,6 +123,11 @@ Rail transport, Roads and Road transport
Reference to an OTHER DEBIT.
+
+
+
+
+
Type for Reference to an OTHER DEBIT.
@@ -119,6 +139,11 @@ Rail transport, Roads and Road transport
Identifier of an OTHER DEBIT.
+
+
+ The natural class for OtherDebitRefStructure, automatically updated.
+
+
@@ -134,6 +159,11 @@ Rail transport, Roads and Road transport
Reference to a BOOKING DEBIT.
+
+
+
+
+
Type for Reference to a BOOKING DEBIT.
@@ -145,6 +175,11 @@ Rail transport, Roads and Road transport
Identifier of a BOOKING DEBIT.
+
+
+ The natural class for BookingDebitRefStructure, automatically updated.
+
+
@@ -160,6 +195,11 @@ Rail transport, Roads and Road transport
Reference to a TRIP DEBIT.
+
+
+
+
+
Type for Reference to a TRIP DEBIT.
@@ -171,6 +211,11 @@ Rail transport, Roads and Road transport
Identifier of a TRIP DEBIT.
+
+
+ The natural class for TripDebitRefStructure, automatically updated.
+
+
@@ -186,6 +231,11 @@ Rail transport, Roads and Road transport
Reference to a FARE PRODUCT SALES DEBIT.
+
+
+
+
+
Type for Reference to a FARE PRODUCT SALES DEBIT.
@@ -197,6 +247,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE PRODUCT SALES DEBIT.
+
+
+ The natural class for FareProductSaleDebitRefStructure, automatically updated.
+
+
@@ -212,6 +267,11 @@ Rail transport, Roads and Road transport
Reference to a OFFENCE DEBIT.
+
+
+
+
+
Type for Reference to a OFFENCE DEBIT.
@@ -223,6 +283,11 @@ Rail transport, Roads and Road transport
Identifier of a OFFENCE DEBIT.
+
+
+ The natural class for OffenceDebitRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd
index 1deeec09d..82dd22de3 100644
--- a/xsd/netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd
+++ b/xsd/netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd
@@ -81,6 +81,14 @@ Rail transport, Roads and Road transport
Reference to a MEDIUM ACCESS DEVICE. +v1.2.2
+
+
+
+
+
+
+
+
Type for a reference to a MEDIUM ACCESS DEVICE.
@@ -92,6 +100,11 @@ Rail transport, Roads and Road transport
Identifier of MEDIUM ACCESS DEVICE.
+
+
+ The natural class for MediumAccessDeviceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -107,6 +120,11 @@ Rail transport, Roads and Road transport
Reference to a SMARTCARD. +v1.2.2
+
+
+
+
+
Type for a reference to a SMARTCARD.
@@ -118,6 +136,11 @@ Rail transport, Roads and Road transport
Identifier of SMARTCARD.
+
+
+ The natural class for SmartcardRefStructure, automatically updated.
+
+
@@ -133,6 +156,11 @@ Rail transport, Roads and Road transport
Reference to a EMV CARD. +v1.2.2
+
+
+
+
+
Type for a reference to a EMV CARD.
@@ -144,6 +172,11 @@ Rail transport, Roads and Road transport
Identifier of EMV CARD.
+
+
+ The natural class for EmvCardRefStructure, automatically updated.
+
+
@@ -159,6 +192,11 @@ Rail transport, Roads and Road transport
Reference to a MOBILE DEVICE. +v1.2.2
+
+
+
+
+
Type for a reference to a MOBILE DEVICE.
@@ -170,6 +208,11 @@ Rail transport, Roads and Road transport
Identifier of MOBILE DEVICE.
+
+
+ The natural class for MobileDeviceRefStructure, automatically updated.
+
+
@@ -197,6 +240,11 @@ Rail transport, Roads and Road transport
Reference to a MEDIUM APPLICATION INSTANCE. +v1.2.2
+
+
+
+
+
Type for a reference to a MEDIUM APPLICATION INSTANCE.
@@ -208,6 +256,11 @@ Rail transport, Roads and Road transport
Identifier of MEDIUM APPLICATION INSTANCE.
+
+
+ The natural class for MediumApplicationInstanceRefStructure, automatically updated.
+
+
@@ -223,6 +276,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF MEDIUM ACCESS DEVICE. +v1.2.2
+
+
+
+
+
Type for a reference to a TYPE OF MEDIUM ACCESS DEVICE.
@@ -234,6 +292,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF MEDIUM ACCESS DEVICE.
+
+
+ The natural class for TypeOfMediumAccessDeviceRefStructure, automatically updated.
+
+
@@ -261,6 +324,11 @@ Rail transport, Roads and Road transport
Reference to a MEDIUM ACCESS DEVICE SECURITY LISTING. +v1.2.2
+
+
+
+
+
Type for Reference to a MEDIUM ACCESS DEVICE SECURITY LISTING.
@@ -272,6 +340,11 @@ Rail transport, Roads and Road transport
Identifier of a MEDIUM ACCESS DEVICE SECURITY LISTING..
+
+
+ The natural class for MediumAccessDeviceSecurityListingRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd
index f58559813..b60d29204 100644
--- a/xsd/netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd
+++ b/xsd/netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd
@@ -83,6 +83,11 @@ Rail transport, Roads and Road transport
Reference to a RETAIL CONSORTIUM.
+
+
+
+
+
Type for Reference to a RETAIL CONSORTIUM.
@@ -94,6 +99,11 @@ Rail transport, Roads and Road transport
Identifier of a RETAIL CONSORTIUM.
+
+
+ The natural class for RetailConsortiumRefStructure, automatically updated.
+
+
@@ -121,6 +131,11 @@ Rail transport, Roads and Road transport
Reference to a RETAIL DEVICE.
+
+
+
+
+
Type for Reference to a RETAIL DEVICE.
@@ -132,6 +147,11 @@ Rail transport, Roads and Road transport
Identifier of a RETAIL DEVICE.
+
+
+ The natural class for RetailDeviceRefStructure, automatically updated.
+
+
@@ -159,6 +179,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF RETAIL DEVICE.
+
+
+
+
+
Type for Reference to a TYPE OF RETAIL DEVICE.
@@ -170,6 +195,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF RETAIL DEVICE.
+
+
+ The natural class for TypeOfRetailDeviceRefStructure, automatically updated.
+
+
@@ -197,6 +227,11 @@ Rail transport, Roads and Road transport
Reference to a RETAIL DEVICE SECURITY LISTING..
+
+
+
+
+
Type for Reference to a RETAIL DEVICE SECURITY LISTING..
@@ -208,6 +243,11 @@ Rail transport, Roads and Road transport
Identifier of a RETAIL DEVICE SECURITY LISTING..
+
+
+ The natural class for RetailDeviceSecurityListingRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd
index dee3490c9..7983d9ef6 100644
--- a/xsd/netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd
+++ b/xsd/netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd
@@ -98,6 +98,11 @@ Rail transport, Roads and Road transport
Reference to a CUSTOMER.
+
+
+
+
+
Type for Reference to a CUSTOMER.
@@ -109,6 +114,11 @@ Rail transport, Roads and Road transport
Identifier of a CUSTOMER.
+
+
+ The natural class for CustomerRefStructure, automatically updated.
+
+
@@ -158,6 +168,11 @@ Rail transport, Roads and Road transport
Reference to a CUSTOMER SECURITY LISTING..
+
+
+
+
+
Type for Reference to a CUSTOMER SECURITY LISTING..
@@ -169,6 +184,11 @@ Rail transport, Roads and Road transport
Identifier of a CUSTOMER SECURITY LISTING..
+
+
+ The natural class for CustomerSecurityListingRefStructure, automatically updated.
+
+
@@ -197,6 +217,11 @@ Rail transport, Roads and Road transport
Reference to a FARE CONTRACT.
+
+
+
+
+
Type for Reference to a FARE CONTRACT.
@@ -208,6 +233,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE CONTRACT.
+
+
+ The natural class for FareContractRefStructure, automatically updated.
+
+
@@ -235,6 +265,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FARE CONTRACT.
+
+
+
+
+
Type for Reference to a TYPE OF FARE CONTRACT.
@@ -246,10 +281,20 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF FARE CONTRACT.
+
+
+ The natural class for TypeOfFareContractRefStructure, automatically updated.
+
+
+
+
+
+
+
Type for Reference to a FARE CONTRACT SECURITY LISTING..
@@ -261,6 +306,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE CONTRACT SECURITY LISTING..
+
+
+ The natural class for FareContractSecurityListingRefStructure, automatically updated.
+
+
@@ -299,6 +349,15 @@ Rail transport, Roads and Road transport
Reference to a FARE CONTRACT ENTRY.
+
+
+
+
+
+
+
+
+
Type for Reference to a FARE CONTRACT ENTRY.
@@ -310,6 +369,11 @@ Rail transport, Roads and Road transport
Identifier of a FARE CONTRACT ENTRY.
+
+
+ The natural class for FareContractEntryRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -337,6 +401,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF FARE CONTRACT ENTRY.
+
+
+
+
+
Type for Reference to a TYPE OF FARE CONTRACT ENTRY.
@@ -348,6 +417,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF FARE CONTRACT ENTRY.
+
+
+ The natural class for TypeOfFareContractEntryRefStructure, automatically updated.
+
+
@@ -375,6 +449,11 @@ Rail transport, Roads and Road transport
Reference to a CUSTOMER ACCOUNT.
+
+
+
+
+
Type for Reference to a CUSTOMER ACCOUNT.
@@ -386,6 +465,11 @@ Rail transport, Roads and Road transport
Identifier of a CUSTOMER ACCOUNT.
+
+
+ The natural class for CustomerAccountRefStructure, automatically updated.
+
+
@@ -402,6 +486,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to a CUSTOMER ACCOUNT SECURITY LISTING..
@@ -413,6 +502,11 @@ Rail transport, Roads and Road transport
Identifier of a CUSTOMER ACCOUNT SECURITY LISTING..
+
+
+ The natural class for CustomerAccountSecurityListingRefStructure, automatically updated.
+
+
@@ -451,6 +545,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF CUSTOMER ACCOUNT .
+
+
+
+
+
Type for Reference to a TYPE OF CUSTOMER ACCOUNT .
@@ -462,6 +561,11 @@ Rail transport, Roads and Road transport
Identifier of a TYPE OF CUSTOMER ACCOUNT .
+
+
+ The natural class for TypeOfCustomerAccountRefStructure, automatically updated.
+
+
@@ -489,6 +593,11 @@ Rail transport, Roads and Road transport
Reference to a CUSTOMER ACCOUNT STATUS .
+
+
+
+
+
Type for Reference to a CUSTOMER ACCOUNT STATUS .
@@ -500,6 +609,11 @@ Rail transport, Roads and Road transport
Identifier of a CUSTOMER ACCOUNT STATUS .
+
+
+ The natural class for CustomerAccountStatusRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd
index 6e170b846..07322177e 100644
--- a/xsd/netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd
+++ b/xsd/netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd
@@ -93,6 +93,11 @@ Rail transport, Roads and Road transport
Reference to a SALES TRANSACTION.
+
+
+
+
+
Type for Reference to a SALES TRANSACTION.
@@ -104,6 +109,11 @@ Rail transport, Roads and Road transport
Identifier of a SALES TRANSACTION.
+
+
+ The natural class for SalesTransactionRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_travelDocument_support.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_travelDocument_support.xsd
index 493cee3bd..9f17f4479 100644
--- a/xsd/netex_part_3/part3_salesTransactions/netex_travelDocument_support.xsd
+++ b/xsd/netex_part_3/part3_salesTransactions/netex_travelDocument_support.xsd
@@ -74,6 +74,12 @@ Rail transport, Roads and Road transport
Reference to a TRAVEL DOCUMENT.
+
+
+
+
+
+
Type for Reference to a TRAVEL DOCUMENT.
@@ -85,6 +91,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAVEL DOCUMENT.
+
+
+ The natural class for TravelDocumentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -112,6 +123,11 @@ Rail transport, Roads and Road transport
Reference to a TRAVEL DOCUMENT SECURITY LISTING..
+
+
+
+
+
Type for Reference to a TRAVEL DOCUMENT SECURITY LISTING..
@@ -123,6 +139,11 @@ Rail transport, Roads and Road transport
Identifier of a TRAVEL DOCUMENT SECURITY LISTING..
+
+
+ The natural class for TravelDocumentSecurityListingRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_fm/netex_nm_accessCredentialsAssignment_support.xsd b/xsd/netex_part_5/part5_fm/netex_nm_accessCredentialsAssignment_support.xsd
index caa7f1840..53c8a2a4c 100644
--- a/xsd/netex_part_5/part5_fm/netex_nm_accessCredentialsAssignment_support.xsd
+++ b/xsd/netex_part_5/part5_fm/netex_nm_accessCredentialsAssignment_support.xsd
@@ -82,6 +82,11 @@ Rail transport, Roads and Road transport
Reference to a SERVICE ACCESS CODE. +v1.2.2
+
+
+
+
+
Type for a reference to a SERVICE ACCESS CODE.
@@ -93,6 +98,11 @@ Rail transport, Roads and Road transport
Identifier of SERVICE ACCESS CODE.
+
+
+ The natural class for ServiceAccessCodeRefStructure, automatically updated.
+
+
@@ -120,6 +130,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE ACCESS CREDENTIALS ASSIGNMENT. +v1.2.2
+
+
+
+
+
Type for a reference to a VEHICLE ACCESS CREDENTIALS ASSIGNMENT. +v1.2.2
@@ -131,6 +146,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE ACCESS CREDENTIALS ASSIGNMENT.
+
+
+ The natural class for VehicleAccessCredentialsAssignmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd b/xsd/netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd
index f8376d93c..1e3ca9ba8 100644
--- a/xsd/netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd
+++ b/xsd/netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd
@@ -81,6 +81,11 @@ Rail transport, Roads and Road transport
Reference to a INDIVIDUAL TRAVELLER. +v1.2.2
+
+
+
+
+
Type for a reference to a INDIVIDUAL TRAVELLER.
@@ -92,6 +97,11 @@ Rail transport, Roads and Road transport
Identifier of INDIVIDUAL TRAVELLER.
+
+
+ The natural class for IndividualTravellerRefStructure, automatically updated.
+
+
@@ -119,6 +129,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE POOLING DRIVER INFO. +v1.2.2
+
+
+
+
+
Type for a reference to a VEHICLE POOLING DRIVER INFO.
@@ -130,6 +145,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE POOLING DRIVER INFO.
+
+
+ The natural class for VehiclePoolingDriverInfoRefStructure, automatically updated.
+
+
@@ -168,6 +188,11 @@ Rail transport, Roads and Road transport
Reference to a INDIVIDUAL PASSENGER INFO. +v1.2.2
+
+
+
+
+
Type for a reference to a INDIVIDUAL PASSENGER INFO.
@@ -179,6 +204,11 @@ Rail transport, Roads and Road transport
Identifier of INDIVIDUAL PASSENGER INFO.
+
+
+ The natural class for IndividualPassengerInfoRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_fm/netex_nm_usageParameterEligibility_support.xsd b/xsd/netex_part_5/part5_fm/netex_nm_usageParameterEligibility_support.xsd
index dee7b73a1..6bd5faa58 100644
--- a/xsd/netex_part_5/part5_fm/netex_nm_usageParameterEligibility_support.xsd
+++ b/xsd/netex_part_5/part5_fm/netex_nm_usageParameterEligibility_support.xsd
@@ -69,6 +69,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE POOLER PROFILE usage parameter. +v1.2.2
+
+
+
+
+
Type for Reference to a VEHICLE POOLER PROFILE usage parameter
@@ -80,6 +85,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE POOLER PROFILE usage parameter
+
+
+ The natural class for VehiclePoolerProfileRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd b/xsd/netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd
index 753bfd8ff..82c44e420 100644
--- a/xsd/netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd
+++ b/xsd/netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd
@@ -70,6 +70,11 @@ Rail transport, Roads and Road transport
Reference to a RENTAL PENALTY POLICY usage parameter. +v1.2.2
+
+
+
+
+
Type for Reference to a RENTAL PENALTY POLICY usage parameter.
@@ -81,6 +86,11 @@ Rail transport, Roads and Road transport
Identifier of a RENTAL PENALTY POLICY PARAMETER.
+
+
+ The natural class for RentalPenaltyPolicyRefStructure, automatically updated.
+
+
@@ -115,6 +125,12 @@ Rail transport, Roads and Road transport
Reference to a RENTAL OPTION usage parameter. +v1.2.2
+
+
+
+
+
+
Type for Reference to a RENTAL OPTION usage parameter.
@@ -126,6 +142,11 @@ Rail transport, Roads and Road transport
Identifier of a RENTAL OPTION PARAMETER.
+
+
+ The natural class for RentalOptionRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -141,6 +162,11 @@ Rail transport, Roads and Road transport
Reference to a ADDITIONAL DRIVER OPTION usage parameter. +v1.2.2
+
+
+
+
+
Type for Reference to a ADDITIONAL DRIVER OPTION usage parameter.
@@ -152,6 +178,11 @@ Rail transport, Roads and Road transport
Identifier of a ADDITIONAL DRIVER OPTION PARAMETER.
+
+
+ The natural class for AdditionalDriverOptionRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_frames/netex_nm_mobilityJourneyFrame_version.xsd b/xsd/netex_part_5/part5_frames/netex_nm_mobilityJourneyFrame_version.xsd
index 03d8ebe6a..b5441c375 100644
--- a/xsd/netex_part_5/part5_frames/netex_nm_mobilityJourneyFrame_version.xsd
+++ b/xsd/netex_part_5/part5_frames/netex_nm_mobilityJourneyFrame_version.xsd
@@ -78,6 +78,11 @@ Rail transport, Roads and Road transport
Reference to a MOBILITY JOURNEY FRAME.
+
+
+
+
+
Type for a reference to a MOBILITY JOURNEY FRAME.
@@ -85,6 +90,11 @@ Rail transport, Roads and Road transport
+
+
+ The natural class for MobilityJourneyFrameRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_frames/netex_nm_mobilityServiceFrame_version.xsd b/xsd/netex_part_5/part5_frames/netex_nm_mobilityServiceFrame_version.xsd
index c375ca3f3..d2ad7f0da 100644
--- a/xsd/netex_part_5/part5_frames/netex_nm_mobilityServiceFrame_version.xsd
+++ b/xsd/netex_part_5/part5_frames/netex_nm_mobilityServiceFrame_version.xsd
@@ -82,6 +82,11 @@ Rail transport, Roads and Road transport
Reference to a MOBILITY SERVICE FRAME.
+
+
+
+
+
Type for a reference to a MOBILITY SERVICE FRAME.
diff --git a/xsd/netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd b/xsd/netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd
index bbe14180b..e48e735b3 100644
--- a/xsd/netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd
+++ b/xsd/netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd
@@ -91,6 +91,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to an MOBILITY SERVICE CONSTRAINT ZONE. Left untyped so as to avoid forwards dependency.
@@ -127,6 +132,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to an VEHICLE TYPE ZONE RESTRICTION. Left untyped so as to avoid forwards dependency.
@@ -195,6 +205,11 @@ Rail transport, Roads and Road transport
+
+
+
+
+
Type for Reference to an POOL OF VEHICLEs ZONE.
diff --git a/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd b/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd
index c317a088e..ff34ca570 100644
--- a/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd
+++ b/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd
@@ -70,6 +70,13 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE MEETING PLACE. v1.2.2
+
+
+
+
+
+
+
Type for a reference to a VEHICLE MEETING PLACE.
@@ -81,6 +88,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE MEETING PLACE.
+
+
+ The natural class for VehicleMeetingPlaceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -96,6 +108,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE POOLING MEETING PLACE. v1.2.2
+
+
+
+
+
Type for a reference to a VEHICLE POOLING MEETING PLACE.
@@ -107,6 +124,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE POOLING MEETING PLACE.
+
+
+ The natural class for VehiclePoolingMeetingPlaceRefStructure, automatically updated.
+
+
@@ -123,6 +145,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE SHARING PARKING AREA. +v1.2.2
+
+
+
+
+
Type for a reference to a VEHICLE SHARING PARKING AREA.
@@ -134,6 +161,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE SHARING PARKING AREA.
+
+
+ The natural class for VehicleSharingParkingAreaRefStructure, automatically updated.
+
+
@@ -149,6 +181,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE POOLING PARKING AREA. +v1.2.2
+
+
+
+
+
Type for a reference to a VEHICLE POOLING PARKING AREA.
@@ -160,6 +197,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE POOLING PARKING AREA.
+
+
+ The natural class for VehiclePoolingParkingAreaRefStructure, automatically updated.
+
+
@@ -175,6 +217,13 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE SHARING PARKING BAY. +v1.2.2
+
+
+
+
+
+
+
Type for a reference to a VEHICLE SHARING PARKING BAY.
@@ -186,6 +235,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE SHARING PARKING BAY.
+
+
+ The natural class for VehicleSharingParkingBayRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -201,6 +255,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE POOLING PARKING BAY. +v1.2.2
+
+
+
+
+
Type for a reference to a VEHICLE POOLING PARKING BAY.
@@ -212,6 +271,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE POOLING PARKING BAY.
+
+
+ The natural class for VehiclePoolingParkingBayRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPointAssignment_support.xsd b/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPointAssignment_support.xsd
index 9f6fb72de..d1f3e9da4 100644
--- a/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPointAssignment_support.xsd
+++ b/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPointAssignment_support.xsd
@@ -80,6 +80,12 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE MEETING POINT ASSIGNMENT. +v1.2.2
+
+
+
+
+
+
Type for a reference to a VEHICLE MEETING POINT ASSIGNMENT.
@@ -91,6 +97,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE MEETING POINT ASSIGNMENT.
+
+
+ The natural class for VehicleMeetingPointAssignmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -119,6 +130,11 @@ Rail transport, Roads and Road transport
Reference to a DYNAMIC VEHICLE MEETING POINT ASSIGNMENT. +v1.2.2
+
+
+
+
+
Type for a reference to a DYNAMIC VEHICLE MEETING POINT ASSIGNMENT.
@@ -130,6 +146,11 @@ Rail transport, Roads and Road transport
Identifier of DYNAMIC VEHICLE MEETING POINT ASSIGNMENT.
+
+
+ The natural class for DynamicVehicleMeetingPointAssignmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd b/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd
index 85e1da6bc..d6c47deca 100644
--- a/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd
+++ b/xsd/netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd
@@ -81,6 +81,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE MEETING POINT. +v1.2.2
+
+
+
+
+
Type for a reference to a VEHICLE MEETING POINT.
@@ -92,6 +97,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE MEETING POINT.
+
+
+ The natural class for VehicleMeetingPointRefStructure, automatically updated.
+
+
@@ -108,6 +118,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE MEETING LINK. +v1.2.2
+
+
+
+
+
Type for a reference to a VEHICLE MEETING LINK.
@@ -119,6 +134,11 @@ Rail transport, Roads and Road transport
Identifier of a VEHICLE MEETING LINK.
+
+
+ The natural class for VehicleMeetingLinkRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd b/xsd/netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd
index d9a2cd497..ba4b17651 100644
--- a/xsd/netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd
+++ b/xsd/netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd
@@ -72,6 +72,11 @@ Rail transport, Roads and Road transport
Reference to a MONITORED VEHICLE SHARING PARKING BAY. +v1.2.2
+
+
+
+
+
Type for a reference to a MONITORED VEHICLE SHARING PARKING BAY.
@@ -83,6 +88,11 @@ Rail transport, Roads and Road transport
Identifier of a MONITORED VEHICLE SHARING PARKING BAY.
+
+
+ The natural class for MonitoredVehicleSharingParkingBayRefStructure, automatically updated.
+
+
@@ -98,6 +108,13 @@ Rail transport, Roads and Road transport
Reference to a PARKING BAY STATUS. +v1.2.2
+
+
+
+
+
+
+
Type for a reference to a PARKING BAY STATUS.
@@ -109,6 +126,11 @@ Rail transport, Roads and Road transport
Reference to a PARKING BAY STATUS.
+
+
+ The natural class for ParkingBayStatusRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -136,6 +158,11 @@ Rail transport, Roads and Road transport
Reference to a RENTAL AVAILABILITY. +v1.2.2
+
+
+
+
+
Type for a reference to a RENTAL AVAILABILITY.
@@ -147,6 +174,11 @@ Rail transport, Roads and Road transport
Reference to a RENTAL AVAILABILITY.
+
+
+ The natural class for RentalAvailabilityRefStructure, automatically updated.
+
+
@@ -162,6 +194,11 @@ Rail transport, Roads and Road transport
Reference to a PARKING BAY CONDITION. +v1.2.2
+
+
+
+
+
Type for a reference to a PPARKING BAY CONDITION.
@@ -173,6 +210,11 @@ Rail transport, Roads and Road transport
Reference to a PARKING BAY CONDITION.
+
+
+ The natural class for ParkingBayConditionRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_support.xsd b/xsd/netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_support.xsd
index 37dade9ff..c8b6137c2 100644
--- a/xsd/netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_support.xsd
+++ b/xsd/netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_support.xsd
@@ -81,6 +81,14 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE SERVICE PLACE ASSIGNMENT. +v1.2.2
+
+
+
+
+
+
+
+
Type for a reference to a VEHICLE SERVICE PLACE ASSIGNMENT. +v1.2.2
@@ -92,6 +100,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE SERVICE PLACE ASSIGNMENT.
+
+
+ The natural class for VehicleServicePlaceAssignmentRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -119,6 +132,11 @@ Rail transport, Roads and Road transport
Reference to a TAXI SERVICE PLACE ASSIGNMENT. +v1.2.2
+
+
+
+
+
Type for a reference to a TAXI SERVICE PLACE ASSIGNMENT.
@@ -130,6 +148,11 @@ Rail transport, Roads and Road transport
Identifier of TAXI SERVICE PLACE ASSIGNMENT.
+
+
+ The natural class for TaxiServicePlaceAssignmentRefStructure, automatically updated.
+
+
@@ -157,6 +180,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE SHARING PLACE ASSIGNMENT. +v1.2.2
+
+
+
+
+
Type for a reference to a VEHICLE SHARING PLACE ASSIGNMENT.
@@ -168,6 +196,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE SHARING PLACE ASSIGNMENT.
+
+
+ The natural class for VehicleSharingPlaceAssignmentRefStructure, automatically updated.
+
+
@@ -195,6 +228,11 @@ Rail transport, Roads and Road transport
Reference to a VEHICLE POOLING PLACE ASSIGNMENT. +v1.2.2
+
+
+
+
+
Type for a reference to a VEHICLE POOLING PLACE ASSIGNMENT.
@@ -206,6 +244,11 @@ Rail transport, Roads and Road transport
Identifier of VEHICLE POOLING PLACE ASSIGNMENT.
+
+
+ The natural class for VehiclePoolingPlaceAssignmentRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd b/xsd/netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd
index 2d2261afa..d86cc3614 100644
--- a/xsd/netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd
+++ b/xsd/netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd
@@ -70,6 +70,19 @@ Rail transport, Roads and Road transport
Reference to a MOBILITY SERVICE. +v1.2.2
+
+
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to a MOBILITY SERVICE.
@@ -81,6 +94,11 @@ Rail transport, Roads and Road transport
Identifier of a POINT.
+
+
+ The natural class for MobilityServiceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -114,6 +132,17 @@ Rail transport, Roads and Road transport
Identifier of an COMMON VEHICLE SERVICE. +v1.2.2
+
+
+
+
+
+
+
+
+
+
+
Type for a reference to an COMMON VEHICLE SERVICE.
@@ -125,6 +154,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING SERVICE.
+
+
+ The natural class for CommonVehicleServiceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -140,6 +174,14 @@ Rail transport, Roads and Road transport
Identifier of an VEHICLE POOLING SERVICE. +v1.2.2
+
+
+
+
+
+
+
+
Type for a reference to an VEHICLE POOLING SERVICE.
@@ -151,6 +193,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING SERVICE.
+
+
+ The natural class for VehiclePoolingServiceRefStructure and alternative options, automatically updated. Must be provided when referencing an other class.
+
+
@@ -166,6 +213,11 @@ Rail transport, Roads and Road transport
Identifier of an CAR POOLING SERVICE. +v1.2.2
+
+
+
+
+
Type for a reference to an CAR POOLING SERVICE.
@@ -177,6 +229,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING SERVICE.
+
+
+ The natural class for CarPoolingServiceRefStructure, automatically updated.
+
+
@@ -192,6 +249,11 @@ Rail transport, Roads and Road transport
Identifier of an TAXI SERVICE. +v1.2.2
+
+
+
+
+
Type for a reference to an TAXI SERVICE.
@@ -203,6 +265,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING SERVICE.
+
+
+ The natural class for TaxiServiceRefStructure, automatically updated.
+
+
@@ -218,6 +285,11 @@ Rail transport, Roads and Road transport
Identifier of an CHAUFFEURED VEHICLE SERVICE. +v1.2.2
+
+
+
+
+
Type for a reference to an CHAUFFEURED VEHICLE SERVICE.
@@ -229,6 +301,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING SERVICE.
+
+
+ The natural class for ChauffeuredVehicleServiceRefStructure, automatically updated.
+
+
@@ -244,6 +321,11 @@ Rail transport, Roads and Road transport
Identifier of an VEHICLE SHARING SERVICE. +v1.2.2
+
+
+
+
+
Type for a reference to an VEHICLE SHARING SERVICE.
@@ -255,6 +337,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING SERVICE.
+
+
+ The natural class for VehicleSharingServiceRefStructure, automatically updated.
+
+
@@ -270,6 +357,11 @@ Rail transport, Roads and Road transport
Identifier of an VEHICLE RENTAL SERVICE. +v1.2.2
+
+
+
+
+
Type for a reference to an VEHICLE RENTAL SERVICE.
@@ -281,6 +373,11 @@ Rail transport, Roads and Road transport
Identifier of a TICKETING SERVICE.
+
+
+ The natural class for VehicleRentalServiceRefStructure, automatically updated.
+
+
@@ -296,6 +393,11 @@ Rail transport, Roads and Road transport
Reference to a TYPE OF MobilityService. +v1.2.2
+
+
+
+
+
Type for a reference to a TYPE OF MOBILITY SERVICE.
@@ -307,6 +409,11 @@ Rail transport, Roads and Road transport
Identifier of a MOBILITY SERVICE.
+
+
+ The natural class for TypeOfMobilityServiceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_rc/netex_nm_onlineService_support.xsd b/xsd/netex_part_5/part5_rc/netex_nm_onlineService_support.xsd
index 0806a2a9d..d33a80595 100644
--- a/xsd/netex_part_5/part5_rc/netex_nm_onlineService_support.xsd
+++ b/xsd/netex_part_5/part5_rc/netex_nm_onlineService_support.xsd
@@ -79,6 +79,11 @@ Rail transport, Roads and Road transport
Reference to an ONLINE SERVICE OPERATOR. +v1.2.2
+
+
+
+
+
Type for a reference to an ONLINE SERVICE OPERATOR.
@@ -90,6 +95,11 @@ Rail transport, Roads and Road transport
Identifier of an ONLINE SERVICE OPERATOR.
+
+
+ The natural class for OnlineServiceOperatorRefStructure, automatically updated.
+
+
@@ -117,6 +127,11 @@ Rail transport, Roads and Road transport
Identifier of an ONLINE SERVICE. +v1.2.2
+
+
+
+
+
Type for a reference to an ONLINE SERVICE.
@@ -128,6 +143,11 @@ Rail transport, Roads and Road transport
Identifier of an ONLINE SERVICE.
+
+
+ The natural class for OnlineServiceRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd b/xsd/netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd
index 9c6596666..cb091ee83 100644
--- a/xsd/netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd
+++ b/xsd/netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd
@@ -81,6 +81,11 @@ Rail transport, Roads and Road transport
Reference to a SINGLE JOURNEY PATH. +v1.2.2
+
+
+
+
+
Type for a reference to a SINGLE JOURNEY PATH.
@@ -92,6 +97,11 @@ Rail transport, Roads and Road transport
Identifier of SINGLE JOURNEY PATH.
+
+
+ The natural class for SingleJourneyPathRefStructure, automatically updated.
+
+
diff --git a/xsd/netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd b/xsd/netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd
index ea68645b7..5ecdc9ee6 100644
--- a/xsd/netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd
+++ b/xsd/netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd
@@ -81,6 +81,11 @@ Rail transport, Roads and Road transport
Reference to a SINGLE JOURNEY. +v1.2.2
+
+
+
+
+
Type for a reference to a SINGLE JOURNEY.
@@ -92,6 +97,11 @@ Rail transport, Roads and Road transport
Identifier of SINGLE JOURNEY.
+
+
+ The natural class for SingleJourneyRefStructure, automatically updated.
+
+
@@ -108,6 +118,11 @@ Rail transport, Roads and Road transport
Reference to a GROUP OF SINGLE JOURNEYs. +v1.2.2
+
+
+
+
+
Type for a reference to a GROUP OF SINGLE JOURNEYs.
@@ -119,6 +134,11 @@ Rail transport, Roads and Road transport
Identifier of a GROUP OF SINGLE JOURNEYs.
+
+
+ The natural class for GroupOfSingleJourneysRefStructure, automatically updated.
+
+