Skip to content

Commit

Permalink
RefineLegRef can be omitted (#457)
Browse files Browse the repository at this point in the history
* RefineLegRef can be omitted
* Improved documentation
---------
Co-authored-by: Stephan Großberndt <s.grossberndt@sidebysite.de>
  • Loading branch information
ue71603 authored Sep 5, 2024
1 parent ef733bc commit a3549ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1572,9 +1572,9 @@ Can only be used when both participants recognise the same schedule version. If
<xs:documentation>If true, then the request may contain object references from another system. Default is FALSE.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RefineLegRef" type="LegObjectIdType" maxOccurs="unbounded">
<xs:element name="RefineLegRef" type="LegObjectIdType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Refers to the legs to be refined by the server. If none is given, then all legs are open for refinement (depending on if the relevant system can refine them).</xs:documentation>
<xs:documentation>Refers to the legs to be refined by the server. If none is specified, all legs are open for refinement (depending on whether the system in question can refine them).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SystemId" type="xs:normalizedString" minOccurs="0">
Expand Down

0 comments on commit a3549ca

Please sign in to comment.