Skip to content

Commit 87a6828

Browse files
committed
more precise about AvailabilityConditionRef
1 parent 1533559 commit 87a6828

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/functions/timetable/Netex_52_planned_delay.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<vehicleJourneys>
9393
<ServiceJourney version="any" id="444">
9494
<validityConditions>
95-
<ValidityConditionRef ref="all_year_no_longer_available" version="any"/>
95+
<AvailabilityConditionRef ref="all_year_no_longer_available" version="any"/>
9696
</validityConditions>
9797
<Description>The original journey replaced by 444-1 and 444-2</Description>
9898
<ServiceAlteration>replaced</ServiceAlteration>
@@ -121,7 +121,7 @@
121121
</ServiceJourney>
122122
<ServiceJourney version="any" id="444-1" derivedFromObjectRef="444" derivedFromVersionRef="any">
123123
<validityConditions>
124-
<ValidityConditionRef ref="all_except_july" version="any"/>
124+
<AvailabilityConditionRef ref="all_except_july" version="any"/>
125125
</validityConditions>
126126
<Description>The replacement that is still the same</Description>
127127
<ServiceAlteration>planned</ServiceAlteration>
@@ -150,7 +150,7 @@
150150
</ServiceJourney>
151151
<ServiceJourney version="any" id="444-2" derivedFromObjectRef="444" derivedFromVersionRef="any">
152152
<validityConditions>
153-
<ValidityConditionRef ref="only_july" version="any"/>
153+
<AvailabilityConditionRef ref="only_july" version="any"/>
154154
</validityConditions>
155155
<Description>The delayed part in July</Description>
156156
<noticeAssignments>

0 commit comments

Comments
 (0)