-
Notifications
You must be signed in to change notification settings - Fork 2
/
CustomerInputRS.xsd
executable file
·206 lines (204 loc) · 9.96 KB
/
CustomerInputRS.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2015 rel. 3 sp1 (x64) (http://www.altova.com) by JRT (JR Technologies, Inc.) -->
<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"/>
<!--
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
= / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / =
C U S T O M E R I N P U T 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="CustomerInputRS">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">The CustomerInput transaction set supports other EDIST transactions by providing discrete-but related-functional capabilities for customer authentication and 3D Secure Payment Authentication. Supported functionality includes:
PIN Phrasing Scheme Membership: Predefined structures and keyword-value pairs are provided for 1.5FA (Factor Authentication) Traveler authentication.
3-D Secure Payment Protocol: 3DS is designed to reduce fraud and chargebacks during e-commerce Internet transactions. Cardholders are asked to identify themselves at the point of sale before the purchase can be completed. This usually means entering a PIN or other password after entering their card details.</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="CustomerInputProcessing"/>
<xsd:element name="TravelerAuthentication" type="PIN_AuthTravelerType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Traveler Pin Phrase Authentication.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SecurePayments" minOccurs="0">
<xsd:annotation>
<xsd:documentation>3D Secure Payment Program Enrollment, Verification and Authentication information.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SecurePayment" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>3D Secure Payment detail.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="SecurePaymentAlertType">
<xsd:sequence>
<xsd:element name="Status" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Traveler Authentication process status.
Examples:
Y- Customer authenticated
N- Customer not authenticated
A- An authentication attempt occurred but could not be completed
U- Unable to perform authentication</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="CustomerAuthStatusSimpleType">
<xsd:attribute name="Context" type="ContextSimpleType" use="optional">
<xsd:annotation>
<xsd:documentation>Authentication Status Context.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</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:complexType name="CustInputResProcessType">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">Customer Input Response Message Processing.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AssociatedObjectBaseType">
<xsd:sequence>
<xsd:element ref="Notices" minOccurs="0"/>
<xsd:element ref="MarketingMessages" minOccurs="0"/>
<xsd:element ref="Policies" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">Message Policy information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="AlertInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">When TRUE, processing alerts have been generated and the Alerts node should be parsed.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="MarketingInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">When TRUE, supplemental marketing information has been generated and the Notifications/ MarketingMessage node should be parsed.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="WarningInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">When TRUE, business warnings have been generated and the Notification/Warning node should be parsed.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="NoticeInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">When TRUE, notices have been generated and the Notifications/Notice node should be parsed.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="CustomerInputProcessing" type="CustInputResProcessType">
<xsd:annotation>
<xsd:documentation>Transaction Processing Results, including processing status, payload content notifices, , business warnings and supplemental marketing messages.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="CustInputResMetadataType">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">Customer Input Response Metadata definition.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Shopping" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Shopping Query-Related Metadata.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="ShopMetadataGroup"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Shopper" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Shopper Metadata List(s).</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="TravelerMetadata"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Other" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">Other Metadata Lists(s).</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="OtherMetadata" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">Other Metadata List.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="AircraftMetadatas"/>
<xsd:element ref="AirportMetadatas"/>
<xsd:element ref="CityMetadatas"/>
<xsd:element ref="CodesetMetadatas"/>
<xsd:element ref="ContactMetadatas"/>
<xsd:element ref="CountryMetadatas"/>
<xsd:element ref="CurrencyMetadatas"/>
<xsd:element ref="DescriptionMetadatas"/>
<xsd:element ref="EquivalentID_Metadatas"/>
<xsd:element ref="LanguageMetadatas"/>
<xsd:element ref="PaymentCardMetadatas"/>
<xsd:element ref="PaymentFormMetadatas"/>
<xsd:element ref="PriceMetadatas"/>
<xsd:element ref="RuleMetadatas"/>
<xsd:element ref="StateProvMetadatas"/>
<xsd:element ref="ZoneMetadatas"/>
<xsd:element ref="AddressMetadatas"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>