Skip to content

Commit

Permalink
Adding taxi as valid VehicleMode
Browse files Browse the repository at this point in the history
  • Loading branch information
lassetyr committed Jan 7, 2025
1 parent 6fc51fa commit edac184
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/siri-2.1/xsd/siri_model/siri_reference.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,11 @@ Rail transport, Roads and road transport
<xsd:enumeration value="ferry"/>
<xsd:enumeration value="metro"/>
<xsd:enumeration value="rail"/>
<xsd:enumeration value="taxi">
<xsd:annotation>
<xsd:documentation>To be used to indicate that a scheduled service is operated by taxi. Should not be used to indicate a regular taxi-service.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="tram"/>
<xsd:enumeration value="underground"/>
</xsd:restriction>
Expand Down

0 comments on commit edac184

Please sign in to comment.