-
Notifications
You must be signed in to change notification settings - Fork 2
/
OrderRulesRQ.xsd
executable file
·72 lines (69 loc) · 3.53 KB
/
OrderRulesRQ.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iata.org/IATA/EDIST" targetNamespace="http://www.iata.org/IATA/EDIST" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.000" id="IATA2015.2">
<xsd:include schemaLocation="edist_commontypes.xsd"/>
<xsd:include schemaLocation="edist_structures.xsd"/>
<!---->
<!--
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
= / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / =
O R D E R R U L E S R E Q U E S T B U S I N E S S O B J E C T
= / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / =
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<xsd:element name="OrderRulesRQ">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">The OrderRules transaction set requests the rules, change and penalty fees applicable to a specified order.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="PointOfSale" minOccurs="0"/>
<xsd:element ref="Document"/>
<xsd:element ref="Party"/>
<xsd:element ref="OrderRulesParameters" minOccurs="0"/>
<xsd:element name="Query">
<xsd:annotation>
<xsd:documentation>Order Rules Query.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="OrderID" minOccurs="0"/>
<xsd:element ref="BookingReferences" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Existing Booking Reference (e.g. PNR Record Locator). Example: R1A3SK</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="IATA_PayloadStdAttributes"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="OrderRulesParameters" type="OrdRulesParamsType">
<xsd:annotation>
<xsd:documentation>Parameters that influence overall message results.
Note: These capabilities may not be supported by all EDIST-enabled systems or may be supported by bilateral agreement only. The technical implementation of this capability is not dictated by this specification. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="OrdRulesNoticesType">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">Notice definition.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NoticeBaseType"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="OrdRulesParamsType">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">Message Parameters.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Notices" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="references" type="MultiAssocSimpleType" use="optional">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">Object association(s) between this object and any other object or metadata instance(s).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:schema>