Skip to content

Commit

Permalink
Fixes from #721 (#725)
Browse files Browse the repository at this point in the history
* Fixes from #721

* then fix the typo in the previous word too
  • Loading branch information
skinkie committed May 6, 2024
1 parent d50b5fd commit 03db8ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/standards/fxc/FX-PI-01_ParisExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ Each time you change buses, you must validate a new ticket. The t+ ticket is not
<!--matrix zone 5 -->
<DistanceMatrixElement version="any" id="tsln:noctilien_z5+z5">
<Name>Noctilien zone 5 to zone 5</Name>
<Distance>3</Distance>
<Distance>1</Distance>
<StartTariffZoneRef version="any" ref="tsln:zone_5"/>
<EndTariffZoneRef version="any" ref="tsln:zone_5"/>
</DistanceMatrixElement>
Expand Down
2 changes: 1 addition & 1 deletion xsd/NeTEx_publication.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
VehicleRentalOperation --&gt; VehicleRental, VehicleSharingOperation --&gt; VehicleSharing, VehiclePoolingOperation --&gt; VehiclePooling
</Date>
<Date><Modified>2021-01-08</Modified>
NewModes: drop MobilityServiceElement, MobilityServiceElementPrice, add constraint fro ModerRestriction assessment
NewModes: drop MobilityServiceElement, MobilityServiceElementPrice, add constraint for ModeRestriction assessment
</Date>
<Date><Modified>2020-11-16</Modified>
NewModes: Drop AlternativeTransportOperator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ Rail transport, Roads and Road transport
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="movementDetector"/>
<xsd:enumeration value="stepingDetector"/>
<xsd:enumeration value="steppingDetector"/>
<xsd:enumeration value="switchOnTheWall"/>
<xsd:enumeration value="atDoorOpening"/>
<xsd:enumeration value="onlyAtNight"/>
Expand Down

0 comments on commit 03db8ea

Please sign in to comment.