Skip to content

Commit

Permalink
privateLift better info (#420)
Browse files Browse the repository at this point in the history
* privateLift better info

* hire to AlternativeModeOfOperation and better explanation

* 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 Nov 2, 2023
1 parent 1985f0f commit fce7f03
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions OJP/OJP_ModesSupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,14 @@
</xs:enumeration>
<xs:enumeration value="privateLift">
<xs:annotation>
<xs:documentation>Other driver without commercial interest is driving. Typical case of being picked up or dropped off at a stop by a friend, relative, etc.</xs:documentation>
<xs:documentation>Other driver without commercial interest is driving. Typical case of being picked up or dropped off at a stop e.g. by a friend, relative. If the offer is advertised or commercial, then pooling from ALTERNATIVE MODE OF OPERATION should be chosen.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lease">
<xs:annotation>
<xs:documentation>Using a leased VEHICLE.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="hire">
<xs:annotation>
<xs:documentation>Using a hired VEHICLE.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:annotation>
Expand Down Expand Up @@ -159,6 +154,11 @@
<xs:documentation>ALTERNATIVE MODE OF OPERATION. To specifically state that it is hotel related. Specialisation of demand responsive.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="hire">
<xs:annotation>
<xs:documentation>Using a hired VEHICLE.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="other">
<xs:annotation>
<xs:documentation>Only use this value, when no other applies.</xs:documentation>
Expand Down
Loading

0 comments on commit fce7f03

Please sign in to comment.