Skip to content

Commit

Permalink
improved on the Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Jun 14, 2023
1 parent efed989 commit 006c11b
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions OJP/OJP_FareSupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
<xs:annotation>
<xs:documentation>========================================== Fare Authority ==========================================</xs:documentation>
</xs:annotation>
<xs:complexType name="BookingNoteStructure">
<xs:annotation>
<xs:documentation>A structure for booking notes.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="BookingNote" type="BookingNoteType" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BookingNoteType">
<xs:annotation>
<xs:documentation>An element of the BookingNotes or as a single BookingNote.</xs:documentation>
</xs:annotation>
<xs:attribute name="order" type="xs:positiveInteger"/>
</xs:complexType>
<xs:simpleType name="FareAuthorityCodeType">
<xs:annotation>
<xs:documentation>Identifier of a Fare Authority.</xs:documentation>
Expand Down Expand Up @@ -446,11 +460,19 @@
<xs:documentation>URL for booking.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BookingNote" type="InternationalTextStructure" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Note about booking the FLEXIBLE LINE.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="BookingNote" type="BookingNoteType" minOccurs="0">
<xs:annotation>
<xs:documentation>Note about booking the (FLEXIBLE) LINE (depreciated).</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:annotation>
</xs:element>
</xs:choice>

<xs:element name="Extension" type="xs:anyType" minOccurs="0"/>
</xs:sequence>
</xs:group>
Expand Down

0 comments on commit 006c11b

Please sign in to comment.