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

Params mandatory for MPTR (because of MultiPointType) #459

Closed
wants to merge 1 commit into from
Closed
Changes from all 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
4 changes: 2 additions & 2 deletions OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1350,9 +1350,9 @@ Can only be used when both participants recognise the same schedule version. If
<xs:documentation>no-change-at restrictions for a TRIP, i.e. SCHEDULED STOP POINTs or STOP PLACEs at which no TRANSFER is allowed within a TRIP (in Transmodel this would be an extension to TRIP MOBILITY FILTER).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Params" type="MultiPointTripParamStructure" minOccurs="0">
<xs:element name="Params" type="MultiPointTripParamStructure">
<xs:annotation>
<xs:documentation>Options to control the search behaviour and response contents.</xs:documentation>
<xs:documentation>Options to control the search behaviour and response contents. For this request Params is mandatory, because MultiPointType is mandatory for this request.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
Expand Down