Skip to content

Commit

Permalink
Update OJP_JourneySupport.xsd
Browse files Browse the repository at this point in the history
incorporated André's comment
  • Loading branch information
ue71603 authored Sep 7, 2024
1 parent 4a9f5f8 commit 32b1381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OJP/OJP_JourneySupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
<xs:choice minOccurs="0">
<xs:element name="NumberOfResults" type="xs:positiveInteger" minOccurs="0">
<xs:annotation>
<xs:documentation>The number of trip results that the user wants to see at least (according to the Transmodel TRIP REQUEST POLICY.maximumNumberofJourneys). Be aware that some implementations will deliver one of the TripResults before the indicated departure time. This means that you can't assume that you get the exact number of results that you indicated in the request from the server.</xs:documentation>
<xs:documentation>The number of trip results that the user wants to see at least (this is different from what Transmodel suggests with TRIP REQUEST POLICY.maximumNumberofJourneys). Be also aware that some implementations will deliver one of the TripResults before the indicated departure time. This means that you can't assume that you get the exact number of results that you asked for in the request from the server.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="NumberOfResultsGroup" minOccurs="0"/>
Expand Down

0 comments on commit 32b1381

Please sign in to comment.