Skip to content

Commit 121f3da

Browse files
Aurigeskinkie
andauthored
DayOffset are not integer but DayOffsetType (#935)
* DayOffset are not integer but DayOffsetType DayOffset are not integer but of DayOffsetType * Additional DayOffsetType corrections * Update xsd/netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd --------- Co-authored-by: Stefan de Konink <stefan@konink.de>
1 parent 3807fa2 commit 121f3da

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

xsd/netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Rail transport, Roads and Road transport
135135
<xsd:documentation>Time of departure of JOURNEY from POINT.</xsd:documentation>
136136
</xsd:annotation>
137137
</xsd:element>
138-
<xsd:element name="DepartureDayOffset" type="xsd:integer" minOccurs="0">
138+
<xsd:element name="DepartureDayOffset" type="DayOffsetType" minOccurs="0">
139139
<xsd:annotation>
140140
<xsd:documentation>Daya offset if Time of departure of JOURNEY from origin POINT from current OPERATING DAY.</xsd:documentation>
141141
</xsd:annotation>
@@ -145,7 +145,7 @@ Rail transport, Roads and Road transport
145145
<xsd:documentation>Time of arrival of JOURNEY at destination POINT.</xsd:documentation>
146146
</xsd:annotation>
147147
</xsd:element>
148-
<xsd:element name="ArrivalDayOffset" type="xsd:integer" minOccurs="0">
148+
<xsd:element name="ArrivalDayOffset" type="DayOffsetType" minOccurs="0">
149149
<xsd:annotation>
150150
<xsd:documentation>Daya offset if Time of arrival of JOURNEY at destination POINT.</xsd:documentation>
151151
</xsd:annotation>

xsd/netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ Rail transport, Roads and Road transport
227227
</xsd:element>
228228
<xsd:element name="StartTime" type="xsd:time" minOccurs="0">
229229
<xsd:annotation>
230-
<xsd:documentation>Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated explicitly as well.</xsd:documentation>
230+
<xsd:documentation>Start time of BLOCK. In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated explicitly as well.</xsd:documentation>
231231
</xsd:annotation>
232232
</xsd:element>
233-
<xsd:element name="StartTimeDayOffset" type="xsd:integer" minOccurs="0">
233+
<xsd:element name="StartTimeDayOffset" type="DayOffsetType" minOccurs="0">
234234
<xsd:annotation>
235235
<xsd:documentation>Day offset of Start time from current OPERATING DAY.</xsd:documentation>
236236
</xsd:annotation>
@@ -245,7 +245,7 @@ Rail transport, Roads and Road transport
245245
<xsd:documentation>End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated explicitly as well.</xsd:documentation>
246246
</xsd:annotation>
247247
</xsd:element>
248-
<xsd:element name="EndTimeDayOffset" type="xsd:integer" minOccurs="0">
248+
<xsd:element name="EndTimeDayOffset" type="DayOffsetType" minOccurs="0">
249249
<xsd:annotation>
250250
<xsd:documentation>Day offset of end time from current OPERATING DAY.</xsd:documentation>
251251
</xsd:annotation>
@@ -560,7 +560,7 @@ Rail transport, Roads and Road transport
560560
<xsd:documentation>Start time of BLOCK PART- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated explicitly as well.</xsd:documentation>
561561
</xsd:annotation>
562562
</xsd:element>
563-
<xsd:element name="StartTimeDayOffset" type="xsd:integer" minOccurs="0">
563+
<xsd:element name="StartTimeDayOffset" type="DayOffsetType" minOccurs="0">
564564
<xsd:annotation>
565565
<xsd:documentation>Day offset of Start time from current OPERATING DAY.</xsd:documentation>
566566
</xsd:annotation>
@@ -570,7 +570,7 @@ Rail transport, Roads and Road transport
570570
<xsd:documentation>End time of BLOCK PART. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated explicitly as well.</xsd:documentation>
571571
</xsd:annotation>
572572
</xsd:element>
573-
<xsd:element name="EndTimeDayOffset" type="xsd:integer" minOccurs="0">
573+
<xsd:element name="EndTimeDayOffset" type="DayOffsetType" minOccurs="0">
574574
<xsd:annotation>
575575
<xsd:documentation>Day offset of end time from current OPERATING DAY.</xsd:documentation>
576576
</xsd:annotation>

xsd/netex_part_3/part3_fares/netex_calculationParameters_version.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ Rail transport, Roads and Road transport
476476
<xsd:documentation>Name of MONTH VALIDITY OFFSET.</xsd:documentation>
477477
</xsd:annotation>
478478
</xsd:element>
479-
<xsd:element name="DayOffset" type="xsd:integer">
479+
<xsd:element name="DayOffset" type="DayOffsetType">
480480
<xsd:annotation>
481481
<xsd:documentation>Number of days relative to start of month.</xsd:documentation>
482482
</xsd:annotation>

0 commit comments

Comments
 (0)