Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_csapi_org_schema_parlayx_payment_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_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
31 module www_csapi_org_schema_parlayx_payment_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 ChargeAmount_1 ChargeAmount
44 with {
45 variant "name as uncapitalized";
46 variant "element";
47 };
48
49
50 type record ChargeAmount_1
51 {
52 XSD.AnyURI endUserIdentifier,
53 XSD.Decimal amount,
54 XSD.String billingText,
55 XSD.String referenceCode
56 }
57 with {
58 variant "name as 'chargeAmount'";
59 };
60
61
62 type ChargeAmountResponse_1 ChargeAmountResponse
63 with {
64 variant "name as uncapitalized";
65 variant "element";
66 };
67
68
69 type record ChargeAmountResponse_1
70 {
71
72 }
73 with {
74 variant "name as 'chargeAmountResponse'";
75 };
76
77
78 type RefundAmount_1 RefundAmount
79 with {
80 variant "name as uncapitalized";
81 variant "element";
82 };
83
84
85 type record RefundAmount_1
86 {
87 XSD.AnyURI endUserIdentifier,
88 XSD.Decimal amount,
89 XSD.String billingText,
90 XSD.String referenceCode
91 }
92 with {
93 variant "name as 'refundAmount'";
94 };
95
96
97 type RefundAmountResponse_1 RefundAmountResponse
98 with {
99 variant "name as uncapitalized";
100 variant "element";
101 };
102
103
104 type record RefundAmountResponse_1
105 {
106
107 }
108 with {
109 variant "name as 'refundAmountResponse'";
110 };
111
112
113 }
114 with {
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";
119 }
This page took 0.044166 seconds and 5 git commands to generate.