File tree 1 file changed +27
-5
lines changed
1 file changed +27
-5
lines changed Original file line number Diff line number Diff line change 8
8
<xs : annotation >
9
9
<xs : documentation >========================================== Fare Authority ==========================================</xs : documentation >
10
10
</xs : annotation >
11
+ <xs : complexType name =" BookingNoteStructure" >
12
+ <xs : annotation >
13
+ <xs : documentation >A structure for booking notes.</xs : documentation >
14
+ </xs : annotation >
15
+ <xs : sequence >
16
+ <xs : element name =" BookingNote" type =" BookingNoteType" minOccurs =" 1" maxOccurs =" unbounded" />
17
+ </xs : sequence >
18
+ </xs : complexType >
19
+ <xs : complexType name =" BookingNoteType" >
20
+ <xs : annotation >
21
+ <xs : documentation >An element of the BookingNotes or as a single BookingNote.</xs : documentation >
22
+ </xs : annotation >
23
+ <xs : attribute name =" order" type =" xs:positiveInteger" />
24
+ </xs : complexType >
11
25
<xs : simpleType name =" FareAuthorityCodeType" >
12
26
<xs : annotation >
13
27
<xs : documentation >Identifier of a Fare Authority.</xs : documentation >
446
460
<xs : documentation >URL for booking.</xs : documentation >
447
461
</xs : annotation >
448
462
</xs : element >
449
- <xs : element name =" BookingNote" type =" InternationalTextStructure" minOccurs =" 0" maxOccurs =" unbounded" >
450
- <xs : annotation >
451
- <xs : documentation >Note about booking the FLEXIBLE LINE.</xs : documentation >
452
- </xs : annotation >
453
- </xs : element >
463
+ <xs : choice >
464
+ <xs : element name =" BookingNote" type =" BookingNoteType" minOccurs =" 0" >
465
+ <xs : annotation >
466
+ <xs : documentation >Note about booking the (FLEXIBLE) LINE (depreciated).</xs : documentation >
467
+ </xs : annotation >
468
+ </xs : element >
469
+ <xs : element name =" BookingNotes" type =" BookingNoteStructure" minOccurs =" 0" >
470
+ <xs : annotation >
471
+ <xs : documentation >Notes about booking the (FLEXIBLE) LINE.</xs : documentation >
472
+ </xs : annotation >
473
+ </xs : element >
474
+ </xs : choice >
475
+
454
476
<xs : element name =" Extension" type =" xs:anyType" minOccurs =" 0" />
455
477
</xs : sequence >
456
478
</xs : group >
You can’t perform that action at this time.
0 commit comments