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
Show file tree
Hide file tree
Changes from 3 commits
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

tmp0000.xsd
10 changes: 10 additions & 0 deletions OJP_JourneySupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,16 @@
<xs:documentation>Whether the result should include accessibility information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IncludePlacesContext" type="xs:boolean" default="true" 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, when set to false. Default is true. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IncludeSituationsContext" type="xs:boolean" default="true" 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, when set to false. Default is true</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
<xs:annotation>
Expand Down
10 changes: 10 additions & 0 deletions OJP_StopEvents.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@
<xs:documentation>Whether realtime information of this stop event should be included in the response.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IncludePlacesContext" type="xs:boolean" default="true" 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, when set to false. Default is true. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IncludeSituationsContext" type="xs:boolean" default="true" 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, when set to false. Default is true</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
<xs:simpleType name="StopEventTypeEnumeration">
Expand Down
10 changes: 10 additions & 0 deletions OJP_TripInfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@
<xs:documentation>Whether the result should include the geographic projection (coordinates) of this vehicle journey.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IncludePlacesContext" type="xs:boolean" default="true" 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, when set to false. Default is true. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IncludeSituationsContext" type="xs:boolean" default="true" 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, when set to false. Default is true</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
<xs:annotation>
Expand Down