Skip to content

Commit

Permalink
Update OJP/OJP_Trips.xsd
Browse files Browse the repository at this point in the history
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>
  • Loading branch information
2 people authored and sgrossberndt committed Aug 24, 2024
1 parent 2dd73a3 commit a135d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ Can only be used when both participants recognise the same schedule version. If
<xs:sequence>
<xs:element name="MultiPointType" type="MultiPointTypeEnumeration" minOccurs="0" default="anyPoint">
<xs:annotation>
<xs:documentation>The MultiPointType used should be returned as it may be different from the one requested. Many systems will only support a subset of the MultiPointTypes, so it is important to know what the result is based on in order to define a strategy for distributed routing. If the type is not supported, it would be best to set a TRIP_MULTIPOINT_TYPE_NOT_SUPPORTED warning. Default is anyPoint.</xs:documentation>
<xs:documentation>The MultiPointType used should be returned as it may be different from the one requested. Many systems will only support a subset of the MultiPointTypes, so it is important to know what the result is based on in order to define a strategy for distributed routing. If the type is not supported a TRIP_MULTIPOINT_TYPE_NOT_SUPPORTED warning or error must be returned. Default is anyPoint.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MultiPointTripResponseContext" type="ResponseContextStructure" minOccurs="0">
Expand Down

0 comments on commit a135d31

Please sign in to comment.