Skip to content

Commit

Permalink
Allow TransferLimit to be 0 to allow requesting a multi trip without …
Browse files Browse the repository at this point in the history
…transfers (#129)

Align multi trip requests with the change to single trip requests done in [#7](#7)
  • Loading branch information
sgrossberndt authored Dec 2, 2020
1 parent 24fc224 commit 45cd23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@
</xs:annotation>
<xs:sequence>
<xs:group ref="BaseTripPolicyGroup"/>
<xs:element name="TransferLimit" type="xs:positiveInteger" minOccurs="0">
<xs:element name="TransferLimit" type="xs:nonNegativeInteger" minOccurs="0">
<xs:annotation>
<xs:documentation>The maximum number of interchanges the user will accept per trip.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit 45cd23a

Please sign in to comment.