Skip to content

Commit

Permalink
Correct value bookableManually of BookingProcessEnumeration
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrossberndt committed Aug 23, 2024
1 parent 08dac96 commit b877e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OJP/OJP_FareSupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
<xs:documentation>Product can be booked online nationally.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="bookableManuallly">
<xs:enumeration value="bookableManually">
<xs:annotation>
<xs:documentation>Product can only be booked by contacting specific authorised retail outlets.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit b877e25

Please sign in to comment.