forked from jeevanpingali/ndc-xsd-162
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OrderHistoryRQ.xsd
70 lines (66 loc) · 3.4 KB
/
OrderHistoryRQ.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2014 rel. 2 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="3.000" id="IATA2016.2">
<xsd:include schemaLocation="edist_commontypes.xsd"/>
<xsd:include schemaLocation="edist_structures.xsd"/>
<!---->
<!--
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
= / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / =
O R D E R H I S T O R Y R E Q U E S T B U S I N E S S O B J E C T
= / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / = / =
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
<xsd:element name="OrderHistoryRQ">
<xsd:annotation>
<xsd:documentation source="description" xml:lang="en">The OrderHistory transaction set requests the transaction history and audit trail for a specified Order.
Note that this transaction is only available to the order creation requestor.</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="OrderHistoryParameters" minOccurs="0"/>
<xsd:element name="Query">
<xsd:annotation>
<xsd:documentation>Order History Query.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="OrderID"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="IATA_PayloadStdAttributes"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="OrderHistoryParameters" type="OrderHistoryParamsType">
<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="OrderHistoryNoticesType">
<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="OrderHistoryParamsType">
<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>