Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExcludePlacesContext and ExcludeSituationsContext #83

Merged
merged 4 commits into from
Aug 24, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions OJP_JourneySupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,16 @@
<xs:documentation>Whether the trip calculation should find a solution that starts immediately (f.e. because the user is already on the way) instead of finding the latest possible start opportunity.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExcludePlacesContext" type="xs:boolean" default="false" minOccurs="0">
<xs:annotation>
<xs:documentation>Whether the place context is needed. If a requestor has that information already, the response can be made slimmer. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExcludeSituationsContext" type="xs:boolean" default="false" minOccurs="0">
<xs:annotation>
<xs:documentation>Wheter the situation context is needed. If a requestor has that information by other means or can't process it, the response can be made slimmer.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
<xs:group name="BaseTripMobilityFilterGroup">
Expand Down