Skip to content

Commit

Permalink
RefineLegRef can be omitted
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Sep 5, 2024
1 parent ef733bc commit 7c24291
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 @@ -1572,7 +1572,7 @@ 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:annotation>
Expand Down

0 comments on commit 7c24291

Please sign in to comment.