Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_csapi_org_schema_parlayx_payment_amount_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_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_amount_charging_interface_2_0.xsd
25// /* xml version = "1.0" */
26// /* targetnamespace = "http://www.csapi.org/schema/parlayx/payment/amount_charging/v2_0/local" */
27//
28////////////////////////////////////////////////////////////////////////////////
29
30
31module www_csapi_org_schema_parlayx_payment_amount_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 ChargeAmount_1 ChargeAmount
44with {
3f84031e 45 variant "name as uncapitalized";
46 variant "element";
970ed795
EL
47};
48
49
50type record ChargeAmount_1
51{
52 XSD.AnyURI endUserIdentifier,
53 XSD.Decimal amount,
54 XSD.String billingText,
55 XSD.String referenceCode
56}
57with {
3f84031e 58 variant "name as 'chargeAmount'";
970ed795
EL
59};
60
61
62type ChargeAmountResponse_1 ChargeAmountResponse
63with {
3f84031e 64 variant "name as uncapitalized";
65 variant "element";
970ed795
EL
66};
67
68
69type record ChargeAmountResponse_1
70{
71
72}
73with {
3f84031e 74 variant "name as 'chargeAmountResponse'";
970ed795
EL
75};
76
77
78type RefundAmount_1 RefundAmount
79with {
3f84031e 80 variant "name as uncapitalized";
81 variant "element";
970ed795
EL
82};
83
84
85type record RefundAmount_1
86{
87 XSD.AnyURI endUserIdentifier,
88 XSD.Decimal amount,
89 XSD.String billingText,
90 XSD.String referenceCode
91}
92with {
3f84031e 93 variant "name as 'refundAmount'";
970ed795
EL
94};
95
96
97type RefundAmountResponse_1 RefundAmountResponse
98with {
3f84031e 99 variant "name as uncapitalized";
100 variant "element";
970ed795
EL
101};
102
103
104type record RefundAmountResponse_1
105{
106
107}
108with {
3f84031e 109 variant "name as 'refundAmountResponse'";
970ed795
EL
110};
111
112
113}
114with {
3f84031e 115 encode "XML";
116 variant "namespace as 'http://www.csapi.org/schema/parlayx/payment/amount_charging/v2_0/local' prefix 'parlayx_payment_amount_charging_local_xsd'";
117 variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
118 variant "elementFormQualified";
970ed795 119}
This page took 0.030878 seconds and 5 git commands to generate.