Skip to content

Commit 9ea9fe2

Browse files
committed
Update netex_journeyTiming_version.xsd
1 parent e7bda5f commit 9ea9fe2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

xsd/netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,14 @@ Rail transport, Roads and Road transport
159159
</xsd:annotation>
160160
<xsd:sequence>
161161
<xsd:element ref="TimingPointRef" minOccurs="0"/>
162-
<xsd:element ref="StopPointInJourneyPatternRef" minOccurs="0">
162+
<xsd:choice minOccurs="0">
163163
<xsd:annotation>
164164
<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>
165165
</xsd:annotation>
166-
</xsd:element>
166+
<xsd:element ref="PointInJourneyPatternRef"/>
167+
<xsd:element ref="StopPointInJourneyPatternRef"/>
168+
<xsd:element ref="TimingPointInJourneyPatternRef"/>
169+
</xsd:choice>
167170
<xsd:element name="WaitTime" type="xsd:duration">
168171
<xsd:annotation>
169172
<xsd:documentation>Wait time as interval.</xsd:documentation>
@@ -447,4 +450,4 @@ Rail transport, Roads and Road transport
447450
</xsd:annotation>
448451
<xsd:group ref="HeadwayIntervalGroup"/>
449452
</xsd:complexType>
450-
</xsd:schema>
453+
</xsd:schema>

0 commit comments

Comments
 (0)