Skip to content

Commit

Permalink
new enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Dec 12, 2023
1 parent 6228bdb commit 09ff8a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ Service transporting passenger's motor vehicle passengers are admitted either wi
Service mode</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="largeVehicleTransportRailService">
<xsd:annotation>
<xsd:documentation>carTransportRailService that allows for bigger vehicles than normal cars (e.g. truck, bus).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="touristRailway">
<xsd:annotation>
<xsd:documentation>See ERA B.4.7009 - Name: Item description code: (16 Historic train).</xsd:documentation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="carriage"/>
<xsd:enumeration value="engine"/>
<xsd:enumeration value="carTransporter"/>
<xsd:enumeration value="largeVehicleTransporter"/>
<xsd:enumeration value="sleeperCarriage"/>
<xsd:enumeration value="luggageVan"/>
<xsd:enumeration value="restaurantCarriage"/>
Expand Down

0 comments on commit 09ff8a2

Please sign in to comment.