Skip to content

Commit 8d264e9

Browse files
committed
Rename misspelt enumeration type outright instead of deprecating (type names are not visible in instance documents)
1 parent 65ce9b5 commit 8d264e9

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

xsd/netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</Date>
3535
<Date><Modified>2019-03-12</Modified>NORWAY-103 *FARES* Add purchaseGracePeriod new enum value to Reselling \ ResellWhen
3636
</Date>
37-
<Date><Modified>2026-07-09</Modified>Add correctly spelt ExchangeableToEnumeration; deprecate misspelt ExchangableToEnumeration.
37+
<Date><Modified>2026-07-09</Modified>Rename misspelt ExchangableToEnumeration to ExchangeableToEnumeration.
3838
</Date>
3939
<Description>
4040
<p>NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.</p>
@@ -246,12 +246,6 @@ Rail transport, Roads and Road transport
246246
<xsd:enumeration value="other"/>
247247
</xsd:restriction>
248248
</xsd:simpleType>
249-
<xsd:simpleType name="ExchangableToEnumeration">
250-
<xsd:annotation>
251-
<xsd:documentation>DEPRECATED - misspelt, use ExchangeableToEnumeration instead. -v2.1</xsd:documentation>
252-
</xsd:annotation>
253-
<xsd:restriction base="ExchangeableToEnumeration"/>
254-
</xsd:simpleType>
255249
<!-- === REFUNDING PARAMETER====================================================== -->
256250
<xsd:simpleType name="RefundingIdType">
257251
<xsd:annotation>

xsd/netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Rail transport, Roads and Road transport
367367
<xsd:documentation>Type of fare for which product can be exchanged. +v2.1</xsd:documentation>
368368
</xsd:annotation>
369369
</xsd:element>
370-
<xsd:element name="ExchangableTo" type="ExchangableToEnumeration" default="anyProduct">
370+
<xsd:element name="ExchangableTo" type="ExchangeableToEnumeration" default="anyProduct">
371371
<xsd:annotation>
372372
<xsd:documentation>DEPRECATED - misspelt, use ExchangeableTo instead. -v2.1</xsd:documentation>
373373
</xsd:annotation>

0 commit comments

Comments
 (0)