Skip to content

Commit e7bda5f

Browse files
committed
made JourneyWaitTimeGroup/StopPointInJourneyPatternRef reference the correct element type
1 parent 03b744d commit e7bda5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

xsd/netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<xsd:schema xmlns="http://www.netex.org.uk/netex" xmlns:netex="http://www.netex.org.uk/netex" xmlns:siri="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.netex.org.uk/netex" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" id="netex_journeyTiming_version">
33
<xsd:include schemaLocation="netex_journeyTiming_support.xsd"/>
44
<xsd:include schemaLocation="netex_timeDemandType_support.xsd"/>
5+
<xsd:include schemaLocation="../part1_tacticalPlanning/netex_servicePattern_support.xsd"/>
56
<xsd:include schemaLocation="../part1_networkDescription/netex_timingPattern_support.xsd"/>
67
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_dayType_support.xsd"/>
78
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_mode_support.xsd"/>
@@ -158,7 +159,7 @@ Rail transport, Roads and Road transport
158159
</xsd:annotation>
159160
<xsd:sequence>
160161
<xsd:element ref="TimingPointRef" minOccurs="0"/>
161-
<xsd:element name="StopPointInServiceJourneyPatternRef" minOccurs="0">
162+
<xsd:element ref="StopPointInJourneyPatternRef" minOccurs="0">
162163
<xsd:annotation>
163164
<xsd:documentation>In some cases there are multiple visits to the same stop with a different WaitTime (e.g. on the second there is a change in the driver. Many systems don't support this feature in providing the data. So this element should be used with care. +v2.1</xsd:documentation>
164165
</xsd:annotation>

0 commit comments

Comments
 (0)