Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_csapi_org_schema_parlayx_payment_reserve_amount_charging_v2_0_local_e.ttcn
1 /*******************************************************************************
2 * Copyright Ericsson Telecom AB
3 *
4 * XSD to TTCN-3 Translator
5 *
6 * All rights reserved. This program and the accompanying materials
7 * are made available under the terms of the Eclipse Public License v1.0
8 * which accompanies this distribution, and is available at
9 * http://www.eclipse.org/legal/epl-v10.html
10 *******************************************************************************/
11 //
12 // File: www_csapi_org_schema_parlayx_payment_reserve_amount_charging_v2_0_local_e.ttcn
13 // Description:
14 // References:
15 // Rev:
16 // Prodnr:
17 // Updated:
18 // Contact: http://ttcn.ericsson.se
19 //
20 ////////////////////////////////////////////////////////////////////////////////
21 //
22 // Generated from file(s):
23 //
24 // - parlayx_payment_reserve_amount_charging_interface_2_0.xsd
25 // /* xml version = "1.0" */
26 // /* targetnamespace = "http://www.csapi.org/schema/parlayx/payment/reserve_amount_charging/v2_0/local" */
27 //
28 ////////////////////////////////////////////////////////////////////////////////
29
30
31 module www_csapi_org_schema_parlayx_payment_reserve_amount_charging_v2_0_local_e {
32
33
34 import from XSD all;
35
36
37 import from www_csapi_org_schema_parlayx_payment_v2_0_e all;
38
39
40 import from www_csapi_org_schema_parlayx_common_v2_0_e all;
41
42
43 type ReserveAmount_1 ReserveAmount
44 with {
45 variant "name as uncapitalized";
46 variant "element";
47 };
48
49
50 type record ReserveAmount_1
51 {
52 XSD.AnyURI endUserIdentifier,
53 XSD.Decimal amount,
54 XSD.String billingText
55 }
56 with {
57 variant "name as 'reserveAmount'";
58 };
59
60
61 type ReserveAmountResponse_1 ReserveAmountResponse
62 with {
63 variant "name as uncapitalized";
64 variant "element";
65 };
66
67
68 type record ReserveAmountResponse_1
69 {
70 XSD.String result
71 }
72 with {
73 variant "name as 'reserveAmountResponse'";
74 };
75
76
77 type ReserveAdditionalAmount_1 ReserveAdditionalAmount
78 with {
79 variant "name as uncapitalized";
80 variant "element";
81 };
82
83
84 type record ReserveAdditionalAmount_1
85 {
86 XSD.String reservationIdentifier,
87 XSD.Decimal amount,
88 XSD.String billingText
89 }
90 with {
91 variant "name as 'reserveAdditionalAmount'";
92 };
93
94
95 type ReserveAdditionalAmountResponse_1 ReserveAdditionalAmountResponse
96 with {
97 variant "name as uncapitalized";
98 variant "element";
99 };
100
101
102 type record ReserveAdditionalAmountResponse_1
103 {
104
105 }
106 with {
107 variant "name as 'reserveAdditionalAmountResponse'";
108 };
109
110
111 type ChargeReservation_1 ChargeReservation
112 with {
113 variant "name as uncapitalized";
114 variant "element";
115 };
116
117
118 type record ChargeReservation_1
119 {
120 XSD.String reservationIdentifier,
121 XSD.Decimal amount,
122 XSD.String billingText,
123 XSD.String referenceCode
124 }
125 with {
126 variant "name as 'chargeReservation'";
127 };
128
129
130 type ChargeReservationResponse_1 ChargeReservationResponse
131 with {
132 variant "name as uncapitalized";
133 variant "element";
134 };
135
136
137 type record ChargeReservationResponse_1
138 {
139
140 }
141 with {
142 variant "name as 'chargeReservationResponse'";
143 };
144
145
146 type ReleaseReservation_1 ReleaseReservation
147 with {
148 variant "name as uncapitalized";
149 variant "element";
150 };
151
152
153 type record ReleaseReservation_1
154 {
155 XSD.String reservationIdentifier
156 }
157 with {
158 variant "name as 'releaseReservation'";
159 };
160
161
162 type ReleaseReservationResponse_1 ReleaseReservationResponse
163 with {
164 variant "name as uncapitalized";
165 variant "element";
166 };
167
168
169 type record ReleaseReservationResponse_1
170 {
171
172 }
173 with {
174 variant "name as 'releaseReservationResponse'";
175 };
176
177
178 }
179 with {
180 encode "XML";
181 variant "namespace as 'http://www.csapi.org/schema/parlayx/payment/reserve_amount_charging/v2_0/local' prefix 'parlayx_payment_reserve_amount_charging_local_xsd'";
182 variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
183 variant "elementFormQualified";
184 }
This page took 0.03593 seconds and 5 git commands to generate.