|
32 | 32 | <Date><Modified>2019-03-26</Modified>NL-27 CD #58 Add default TypeOfProductCategory and TypeOfService to Line: |
33 | 33 | Move TypeOfProductCategory amnd TypeOfService from netex_journey_version to Framework reusable components (netex_travelRights_version) so they are visible from part 1 |
34 | 34 | Can therefore drop include of netex_travelRights_version from File netex_usageParameterAfterSales_version.xsd. |
| 35 | + </Date> |
| 36 | + <Date><Modified>2026-07-09</Modified>Add correctly spelt Exchangeable* elements; deprecate misspelt Exchangable* forms. |
35 | 37 | </Date> |
36 | 38 | <Description> |
37 | 39 | <p>NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.</p> |
@@ -161,49 +163,93 @@ Rail transport, Roads and Road transport |
161 | 163 | </xsd:annotation> |
162 | 164 | </xsd:element> |
163 | 165 | <xsd:choice minOccurs="0"> |
| 166 | + <xsd:element name="ExchangeableFromAnyTime" type="EmptyType"> |
| 167 | + <xsd:annotation> |
| 168 | + <xsd:documentation>Special value - Can be resold from any point after purchase. +v2.1</xsd:documentation> |
| 169 | + </xsd:annotation> |
| 170 | + </xsd:element> |
| 171 | + <xsd:element name="ExchangeableFromDuration" type="xsd:duration"> |
| 172 | + <xsd:annotation> |
| 173 | + <xsd:documentation>Duration to start of period before (negative) or after (positive) the trigger point (i.e. either Start of Validity or First Use ) after which ticket may be resold. +v2.1</xsd:documentation> |
| 174 | + </xsd:annotation> |
| 175 | + </xsd:element> |
| 176 | + <xsd:element name="ExchangeableFromPercentUse" type="xsd:decimal"> |
| 177 | + <xsd:annotation> |
| 178 | + <xsd:documentation>Can be resold once a certain percentage of duration or use has been achieved. +v2.1</xsd:documentation> |
| 179 | + </xsd:annotation> |
| 180 | + </xsd:element> |
164 | 181 | <xsd:element name="ExchangableFromAnyTime" type="EmptyType"> |
165 | 182 | <xsd:annotation> |
166 | | - <xsd:documentation>Special value - Can be resold from any point after purchase.</xsd:documentation> |
| 183 | + <xsd:documentation>DEPRECATED - misspelt, use ExchangeableFromAnyTime instead. -v2.1</xsd:documentation> |
167 | 184 | </xsd:annotation> |
168 | 185 | </xsd:element> |
169 | 186 | <xsd:element name="ExchangableFromDuration" type="xsd:duration"> |
170 | 187 | <xsd:annotation> |
171 | | - <xsd:documentation>Duration to start of period before (negative) or after (positive) the trigger point (i.e. either Start of Validity or First Use ) after which ticket may be resold.</xsd:documentation> |
| 188 | + <xsd:documentation>DEPRECATED - misspelt, use ExchangeableFromDuration instead. -v2.1</xsd:documentation> |
172 | 189 | </xsd:annotation> |
173 | 190 | </xsd:element> |
174 | 191 | <xsd:element name="ExchangableFromPercentUse" type="xsd:decimal"> |
175 | 192 | <xsd:annotation> |
176 | | - <xsd:documentation>Can be resold once a certain percentage of duration or use has been achieved. +v1.1</xsd:documentation> |
| 193 | + <xsd:documentation>DEPRECATED - misspelt, use ExchangeableFromPercentUse instead. -v2.1</xsd:documentation> |
177 | 194 | </xsd:annotation> |
178 | 195 | </xsd:element> |
179 | 196 | </xsd:choice> |
180 | | - <xsd:element name="ExchangableFromIntervalRef" type="TimeIntervalRefStructure" minOccurs="0"> |
181 | | - <xsd:annotation> |
182 | | - <xsd:documentation>Reference to arbitrary TimeInterval determining period from which reselling can be done relative to trigger point.</xsd:documentation> |
183 | | - </xsd:annotation> |
184 | | - </xsd:element> |
185 | 197 | <xsd:choice minOccurs="0"> |
| 198 | + <xsd:element name="ExchangeableFromIntervalRef" type="TimeIntervalRefStructure"> |
| 199 | + <xsd:annotation> |
| 200 | + <xsd:documentation>Reference to arbitrary TimeInterval determining period from which reselling can be done relative to trigger point. +v2.1</xsd:documentation> |
| 201 | + </xsd:annotation> |
| 202 | + </xsd:element> |
| 203 | + <xsd:element name="ExchangableFromIntervalRef" type="TimeIntervalRefStructure"> |
| 204 | + <xsd:annotation> |
| 205 | + <xsd:documentation>DEPRECATED - misspelt, use ExchangeableFromIntervalRef instead. -v2.1</xsd:documentation> |
| 206 | + </xsd:annotation> |
| 207 | + </xsd:element> |
| 208 | + </xsd:choice> |
| 209 | + <xsd:choice minOccurs="0"> |
| 210 | + <xsd:element name="ExchangeableUntilAnyTime" type="EmptyType"> |
| 211 | + <xsd:annotation> |
| 212 | + <xsd:documentation>Can be resold anyTime. +v2.1</xsd:documentation> |
| 213 | + </xsd:annotation> |
| 214 | + </xsd:element> |
| 215 | + <xsd:element name="ExchangeableUntilDuration" type="xsd:duration"> |
| 216 | + <xsd:annotation> |
| 217 | + <xsd:documentation>Duration to end of period before (negative) or after (positive) the trigger point (i.e. either Start of Validity or First Use ) or that ticket. +v2.1</xsd:documentation> |
| 218 | + </xsd:annotation> |
| 219 | + </xsd:element> |
| 220 | + <xsd:element name="ExchangeableUntilPercentUse" type="xsd:decimal"> |
| 221 | + <xsd:annotation> |
| 222 | + <xsd:documentation>Can be resold until a certain percentage of duration or use has been achieved. +v2.1</xsd:documentation> |
| 223 | + </xsd:annotation> |
| 224 | + </xsd:element> |
186 | 225 | <xsd:element name="ExchangableUntilAnyTime" type="EmptyType"> |
187 | 226 | <xsd:annotation> |
188 | | - <xsd:documentation>Can be resold anyTime.</xsd:documentation> |
| 227 | + <xsd:documentation>DEPRECATED - misspelt, use ExchangeableUntilAnyTime instead. -v2.1</xsd:documentation> |
189 | 228 | </xsd:annotation> |
190 | 229 | </xsd:element> |
191 | 230 | <xsd:element name="ExchangableUntilDuration" type="xsd:duration"> |
192 | 231 | <xsd:annotation> |
193 | | - <xsd:documentation>Duration to end of period before (negative) or after (positive) the trigger point (i.e. either Start of Validity or First Use ) or that ticket.</xsd:documentation> |
| 232 | + <xsd:documentation>DEPRECATED - misspelt, use ExchangeableUntilDuration instead. -v2.1</xsd:documentation> |
194 | 233 | </xsd:annotation> |
195 | 234 | </xsd:element> |
196 | 235 | <xsd:element name="ExchangableUntilPercentUse" type="xsd:decimal"> |
197 | 236 | <xsd:annotation> |
198 | | - <xsd:documentation>Can be resold until a certain percentage of duration or use has been achieved. +v1.1</xsd:documentation> |
| 237 | + <xsd:documentation>DEPRECATED - misspelt, use ExchangeableUntilPercentUse instead. -v2.1</xsd:documentation> |
| 238 | + </xsd:annotation> |
| 239 | + </xsd:element> |
| 240 | + </xsd:choice> |
| 241 | + <xsd:choice minOccurs="0"> |
| 242 | + <xsd:element name="ExchangeableUntilIntervalRef" type="TimeIntervalRefStructure"> |
| 243 | + <xsd:annotation> |
| 244 | + <xsd:documentation>Reference to arbitrary TimeInterval determining period up until which reselling can be done relative to trigger point. +v2.1</xsd:documentation> |
| 245 | + </xsd:annotation> |
| 246 | + </xsd:element> |
| 247 | + <xsd:element name="ExchangableUntilIntervalRef" type="TimeIntervalRefStructure"> |
| 248 | + <xsd:annotation> |
| 249 | + <xsd:documentation>DEPRECATED - misspelt, use ExchangeableUntilIntervalRef instead. -v2.1</xsd:documentation> |
199 | 250 | </xsd:annotation> |
200 | 251 | </xsd:element> |
201 | 252 | </xsd:choice> |
202 | | - <xsd:element name="ExchangableUntilIntervalRef" type="TimeIntervalRefStructure" minOccurs="0"> |
203 | | - <xsd:annotation> |
204 | | - <xsd:documentation>Reference to arbitrary TimeInterval determining period up until which reselling can be done relative to trigger point.</xsd:documentation> |
205 | | - </xsd:annotation> |
206 | | - </xsd:element> |
207 | 253 | <xsd:element name="EffectiveFrom" type="EffectiveFromEnumeration" minOccurs="0"> |
208 | 254 | <xsd:annotation> |
209 | 255 | <xsd:documentation>Constraint on when change can be made +v1.1</xsd:documentation> |
@@ -315,9 +361,14 @@ Rail transport, Roads and Road transport |
315 | 361 | <xsd:documentation>Fare class to which can exchange, if specifically limited.</xsd:documentation> |
316 | 362 | </xsd:annotation> |
317 | 363 | </xsd:element> |
| 364 | + <xsd:element name="ExchangeableTo" type="ExchangeableToEnumeration" default="anyProduct" minOccurs="0"> |
| 365 | + <xsd:annotation> |
| 366 | + <xsd:documentation>Type of fare for which product can be exchanged. +v2.1</xsd:documentation> |
| 367 | + </xsd:annotation> |
| 368 | + </xsd:element> |
318 | 369 | <xsd:element name="ExchangableTo" type="ExchangableToEnumeration" default="anyProduct" minOccurs="0"> |
319 | 370 | <xsd:annotation> |
320 | | - <xsd:documentation>Type of fare for which product can be exchanged.</xsd:documentation> |
| 371 | + <xsd:documentation>DEPRECATED - misspelt, use ExchangeableTo instead. -v2.1</xsd:documentation> |
321 | 372 | </xsd:annotation> |
322 | 373 | </xsd:element> |
323 | 374 | </xsd:sequence> |
|
0 commit comments