Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_csapi_org_schema_parlayx_payment_reserve_volume_charging_v2_0_local_e.ttcn
CommitLineData
970ed795
EL
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_volume_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_volume_charging_interface_2_0.xsd
25// /* xml version = "1.0" */
26// /* targetnamespace = "http://www.csapi.org/schema/parlayx/payment/reserve_volume_charging/v2_0/local" */
27//
28////////////////////////////////////////////////////////////////////////////////
29
30
31module www_csapi_org_schema_parlayx_payment_reserve_volume_charging_v2_0_local_e {
32
33
34import from XSD all;
35
36
37import from www_csapi_org_schema_parlayx_payment_v2_0_e all;
38
39
40import from www_csapi_org_schema_parlayx_common_v2_0_e all;
41
42
43type GetAmount_1 GetAmount
44with {
45variant "name as uncapitalized";
46variant "element";
47};
48
49
50type record GetAmount_1
51{
52 XSD.AnyURI endUserIdentifier,
53 XSD.Long volume,
54 record of Property parameters_list
55}
56with {
57variant "name as 'getAmount'";
58variant (parameters_list) "untagged";
59variant (parameters_list[-]) "name as 'parameters'";
60};
61
62
63type GetAmountResponse_1 GetAmountResponse
64with {
65variant "name as uncapitalized";
66variant "element";
67};
68
69
70type record GetAmountResponse_1
71{
72 XSD.Decimal result
73}
74with {
75variant "name as 'getAmountResponse'";
76};
77
78
79type ReserveVolume_1 ReserveVolume
80with {
81variant "name as uncapitalized";
82variant "element";
83};
84
85
86type record ReserveVolume_1
87{
88 XSD.AnyURI endUserIdentifier,
89 XSD.Long volume,
90 XSD.String billingText
91}
92with {
93variant "name as 'reserveVolume'";
94};
95
96
97type ReserveVolumeResponse_1 ReserveVolumeResponse
98with {
99variant "name as uncapitalized";
100variant "element";
101};
102
103
104type record ReserveVolumeResponse_1
105{
106 XSD.String result
107}
108with {
109variant "name as 'reserveVolumeResponse'";
110};
111
112
113type ReserveAdditionalVolume_1 ReserveAdditionalVolume
114with {
115variant "name as uncapitalized";
116variant "element";
117};
118
119
120type record ReserveAdditionalVolume_1
121{
122 XSD.String reservationIdentifier,
123 XSD.Long volume,
124 XSD.String billingText
125}
126with {
127variant "name as 'reserveAdditionalVolume'";
128};
129
130
131type ReserveAdditionalVolumeResponse_1 ReserveAdditionalVolumeResponse
132with {
133variant "name as uncapitalized";
134variant "element";
135};
136
137
138type record ReserveAdditionalVolumeResponse_1
139{
140
141}
142with {
143variant "name as 'reserveAdditionalVolumeResponse'";
144};
145
146
147type ChargeReservation_1 ChargeReservation
148with {
149variant "name as uncapitalized";
150variant "element";
151};
152
153
154type record ChargeReservation_1
155{
156 XSD.String reservationIdentifier,
157 XSD.Long volume,
158 XSD.String billingText,
159 XSD.String referenceCode
160}
161with {
162variant "name as 'chargeReservation'";
163};
164
165
166type ChargeReservationResponse_1 ChargeReservationResponse
167with {
168variant "name as uncapitalized";
169variant "element";
170};
171
172
173type record ChargeReservationResponse_1
174{
175
176}
177with {
178variant "name as 'chargeReservationResponse'";
179};
180
181
182type ReleaseReservation_1 ReleaseReservation
183with {
184variant "name as uncapitalized";
185variant "element";
186};
187
188
189type record ReleaseReservation_1
190{
191 XSD.String reservationIdentifier
192}
193with {
194variant "name as 'releaseReservation'";
195};
196
197
198type ReleaseReservationResponse_1 ReleaseReservationResponse
199with {
200variant "name as uncapitalized";
201variant "element";
202};
203
204
205type record ReleaseReservationResponse_1
206{
207
208}
209with {
210variant "name as 'releaseReservationResponse'";
211};
212
213
214}
215with {
216encode "XML";
217variant "namespace as 'http://www.csapi.org/schema/parlayx/payment/reserve_volume_charging/v2_0/local' prefix 'parlayx_payment_reserve_volume_charging_local_xsd'";
218variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
219variant "elementFormQualified";
220}
This page took 0.032407 seconds and 5 git commands to generate.