Skip to content

Commit

Permalink
Added booking of on demand trips (#13)
Browse files Browse the repository at this point in the history
Added new requests to enable booking of on-demand transport:
   - Added AvailabilityRequest/-Response
   - Added BookingRequest/-Response
   - Added BookingCancellationRequest/-Response
   - Added BookingUpdateRequest/-Response

Moved HeavyLuggage from PassengerProfileGroup to new LuggageRequirementsGroup
  • Loading branch information
herlitze authored Jun 29, 2022
1 parent 54e5f94 commit 03d0fad
Show file tree
Hide file tree
Showing 5 changed files with 701 additions and 5 deletions.
8 changes: 8 additions & 0 deletions Trias.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@
<xs:documentation>Choice of payload requests</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element ref="AvailabilityRequest"/>
<xs:element ref="BookingInfoRequest"/>
<xs:element ref="BookingRequest"/>
<xs:element ref="BookingCancellationRequest"/>
<xs:element ref="BookingUpdateRequest"/>
<xs:element ref="ConnectionDemandRequest"/>
<xs:element ref="ConnectionDemandDeleteRequest"/>
<xs:element ref="ConnectionReportRequest"/>
Expand Down Expand Up @@ -181,7 +185,11 @@
<xs:documentation>Choice of delivery payload elements.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element ref="AvailabilityResponse"/>
<xs:element ref="BookingInfoResponse"/>
<xs:element ref="BookingResponse"/>
<xs:element ref="BookingCancellationResponse"/>
<xs:element ref="BookingUpdateResponse"/>
<xs:element ref="ConnectionDemandResponse"/>
<xs:element ref="ConnectionDemandDeleteResponse"/>
<xs:element ref="ConnectionReportResponse"/>
Expand Down
Loading

0 comments on commit 03d0fad

Please sign in to comment.