Skip to content

Commit

Permalink
new enum values for large vehicles in transporters (#577)
Browse files Browse the repository at this point in the history
* new enum values

* Lint and update documentation tables

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ue71603 and github-actions[bot] authored Dec 14, 2023
1 parent 54c5fe3 commit 6697af3
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

1 comment on commit 6697af3

@nick-knowles
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs documentation in SPEC

UML updates
image

image

Please sign in to comment.