Skip to content

Commit

Permalink
Update OJP_JourneySupport.xsd (#421)
Browse files Browse the repository at this point in the history
* Update OJP_JourneySupport.xsd

* Lint and update documentation tables

* default in NumberOfResultsBefore + example

* Lint and update documentation tables

* Update OJP/OJP_JourneySupport.xsd

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stefan de Konink <[email protected]>
  • Loading branch information
3 people authored Oct 20, 2023
1 parent bade553 commit 4ca8cc0
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 16 deletions.
4 changes: 2 additions & 2 deletions OJP/OJP_JourneySupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -600,12 +600,12 @@
<xs:documentation>parameter to control the number of TRIP results before/after a point in time. May NOT be used when departure time at origin AND arrival time at destination are set</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="NumberOfResultsBefore" type="xs:nonNegativeInteger">
<xs:element name="NumberOfResultsBefore" type="xs:nonNegativeInteger" default="0" minOccurs="0">
<xs:annotation>
<xs:documentation>The desired number of trip results before the given time (at origin or destination).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NumberOfResultsAfter" type="xs:nonNegativeInteger">
<xs:element name="NumberOfResultsAfter" type="xs:nonNegativeInteger" default="0" minOccurs="0">
<xs:annotation>
<xs:documentation>The desired number of trip results after the given time (at origin or destination).</xs:documentation>
</xs:annotation>
Expand Down
Loading

0 comments on commit 4ca8cc0

Please sign in to comment.