From 8e6685a1db12cdca27d67767128bac9364cfbdbf Mon Sep 17 00:00:00 2001 From: Nicholas Knowles Date: Wed, 14 Apr 2021 11:43:46 +0100 Subject: [PATCH 1/4] NewModes: Revise AT#9 Add missing enum values to __MobilityConstraintZone__ Add missing enum values to __MobilityConstraintZone__ __TransportZoneUseEnumeration__: _allUsesAllowed_ and _noPassThrough_ . --- README.md | 8 +++++++- .../newModes/NewModes-CycleSharingExample.xml | 10 ++++++++++ .../netex_nm_mobilityServiceConstraintZone_support.xsd | 7 ++++++- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68bbf84fc..b207899c7 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,16 @@ There is also an _Oxygen_ project file: ======= Version 1.2.2 - New modes Revised changes with e examples and constraints. + +### 2021.04.14 NewModes: Revise AT#9 Add missing enum values to __MobilityCOnstraintZone__ __TransportZoneUseEnumeration__: _allUsesAllowed_ and _noPassThrough_ . + * _Updates to xml schema_: + * netex_nm_mobilityServiceConstraintZone_version.xsd + ### 2021.03.10 NewModes: Revisions to support GBS. add _targetPlatform_ attribute to _InfoLink_ +New modes: add target platform to attributes of infoLinkType * _Updates to xml schema_: * netex_utilityTypes.xsd -New modes: add target platform to attributes of infoLinkType + ### 2021.03.10 NewModes: Revisions to support GBS. add _RentalAvailability_ and _ParkingBayCondition_ * _Updates to xml schema_: * rename parkingBayStatus to netex_nm_vehicleParkingAreaInformation_support.xsd diff --git a/examples/functions/newModes/NewModes-CycleSharingExample.xml b/examples/functions/newModes/NewModes-CycleSharingExample.xml index cc80c1e78..31cf6458b 100644 --- a/examples/functions/newModes/NewModes-CycleSharingExample.xml +++ b/examples/functions/newModes/NewModes-CycleSharingExample.xml @@ -655,6 +655,16 @@ + + Normal Use of zone s + + + + allUseAllowed + + + + 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 6c58f39d1..4aff6bbbc 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 @@ -10,7 +10,10 @@ Nicholas Knowles Christophe Duquesne Europe - First drafted for NeTEx version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.uk + First drafted for NeTEx version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.ukallUsesAllowed + + 2021-04-14NewModes revise AT#9 Add missing enum values allUsesAllowed and noPassThrough to TransportZoneUseEnumeration + 2020-10-26Add for New Modes @@ -191,12 +194,14 @@ Rail transport, Roads and Road transport Allowed values for Zone Use. + + From b4600ae0e043a10d6910a158ce21286821452f51 Mon Sep 17 00:00:00 2001 From: Nicholas Knowles Date: Wed, 14 Apr 2021 11:52:06 +0100 Subject: [PATCH 2/4] Newmodes: AT#9 fix to revision example --- examples/functions/newModes/NewModes-CycleSharingExample.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/functions/newModes/NewModes-CycleSharingExample.xml b/examples/functions/newModes/NewModes-CycleSharingExample.xml index 31cf6458b..ee373ff82 100644 --- a/examples/functions/newModes/NewModes-CycleSharingExample.xml +++ b/examples/functions/newModes/NewModes-CycleSharingExample.xml @@ -660,7 +660,7 @@ - allUseAllowed + allUsesAllowed From 7bf5209878f1092609ba2f1dfb363c0b3378ba3b Mon Sep 17 00:00:00 2001 From: Christophe Duquesne Date: Wed, 14 Apr 2021 12:56:42 +0200 Subject: [PATCH 3/4] Update NewModes-CycleSharingExample.xml --- examples/functions/newModes/NewModes-CycleSharingExample.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/functions/newModes/NewModes-CycleSharingExample.xml b/examples/functions/newModes/NewModes-CycleSharingExample.xml index ee373ff82..c205a71a1 100644 --- a/examples/functions/newModes/NewModes-CycleSharingExample.xml +++ b/examples/functions/newModes/NewModes-CycleSharingExample.xml @@ -656,7 +656,7 @@ - Normal Use of zone s + Normal Use of zone From 24299df6a79ade0c9fca219cd6fcb4c8d34927c7 Mon Sep 17 00:00:00 2001 From: Christophe Duquesne Date: Wed, 14 Apr 2021 12:57:23 +0200 Subject: [PATCH 4/4] Update netex_nm_mobilityServiceConstraintZone_support.xsd --- .../part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4aff6bbbc..34db0786e 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 @@ -10,7 +10,7 @@ Nicholas Knowles Christophe Duquesne Europe - First drafted for NeTEx version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.ukallUsesAllowed + First drafted for NeTEx version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@netex.org.uk 2021-04-14NewModes revise AT#9 Add missing enum values allUsesAllowed and noPassThrough to TransportZoneUseEnumeration