Skip to content

Commit

Permalink
Update OJP_FareSupport.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 authored Jun 19, 2023
1 parent ba641c0 commit 3c4ccfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions OJP/OJP_FareSupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<!-- ======================================================================= -->
<xs:simpleType name="BookingMethodEnumeration">
<xs:annotation>
<xs:documentation>Allowed values for Flexible Booking method.</xs:documentation>
<xs:documentation>Allowed values for a booking method.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="callDriver"/>
Expand All @@ -212,12 +212,12 @@
</xs:simpleType>
<xs:complexType name="BookingMethodListOfEnumerations">
<xs:annotation>
<xs:documentation>List of values for Flexible Booking values.</xs:documentation>
<xs:documentation>List of values for booking values.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="BookingMethod" type="BookingMethodEnumeration" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Flexible booking methods.</xs:documentation>
<xs:documentation>Booking methods.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
Expand Down Expand Up @@ -463,12 +463,12 @@
<xs:choice>
<xs:element name="BookingNote" type="BookingNoteType" minOccurs="0">
<xs:annotation>
<xs:documentation>Note about booking the (FLEXIBLE) LINE (deprecated).</xs:documentation>
<xs:documentation>Note about booking the LINE (deprecated).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BookingNotes" type="BookingNoteStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>Notes about booking the (FLEXIBLE) LINE.</xs:documentation>
<xs:documentation>Notes about booking the LINE.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
Expand Down

0 comments on commit 3c4ccfb

Please sign in to comment.