-
Notifications
You must be signed in to change notification settings - Fork 2
/
OrderRulesRS.xsd
executable file
·83 lines (81 loc) · 3.92 KB
/
OrderRulesRS.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
73
74
75
76
77
78
79
80
81
82
83
<?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 S P O N S E B U S I N E S S O B J E C T
= / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / =
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<xsd:element name="OrderRulesRS">
<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="Document"/>
<xsd:choice>
<xsd:sequence>
<xsd:element name="Success" type="SuccessType">
<xsd:annotation>
<xsd:documentation>The presence of the empty Success element explicitly indicates that the message succeeded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Warnings" type="WarningsType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Used in conjunction with the Success element to define one or more business errors.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Response">
<xsd:annotation>
<xsd:documentation>Query Results.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="OrderRulesProcessing">
<xsd:annotation>
<xsd:documentation>Transaction Processing Results, including processing status, alerts, notices, business warnings, supplemental marketing messages and policy.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OrderRules">
<xsd:annotation>
<xsd:documentation>Order Rules.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="OrderPenaltyType"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="OrderID"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:element ref="Errors"/>
</xsd:choice>
</xsd:sequence>
<xsd:attributeGroup ref="IATA_PayloadStdAttributes"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="OrderRulesProcessing" type="OrdRulesProcessType">
<xsd:annotation>
<xsd:documentation>Transaction Processing Results, including processing status, alerts, business warnings, supplemental marketing messages and policy.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="OrdRulesProcessType">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">Response Message Processing.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="OrderProcessResultType">
<xsd:sequence>
<xsd:element ref="Notices" minOccurs="0"/>
<xsd:element ref="Remarks" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>