Skip to content

Commit

Permalink
Merge pull request #7 from skinkie/fix_max_transfers
Browse files Browse the repository at this point in the history
TransferLimit should be a xs:nonNegativeInteger
  • Loading branch information
sgrossberndt authored Feb 26, 2019
2 parents 71c1556 + e3b66b6 commit 0d1a71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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 0d1a71c

Please sign in to comment.