Skip to content

Commit

Permalink
next change. all legs can be refined too
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Jan 17, 2023
1 parent 730d6c8 commit e8e0998
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1084,11 +1084,11 @@
<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="xs:NMTOKEN" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Refers to the legs to be refined by the server.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RefineLegRef" type="xs:NMTOKEN" maxOccurs="unbounded" minOccurs="0">
<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 if the relevant system can refine them).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="TripRefinementDataFilterGroup"/>
<xs:element name="KeepLegs" type="xs:boolean" minOccurs="0" default="true">
<xs:annotation>
Expand Down

0 comments on commit e8e0998

Please sign in to comment.