a12bd266396d3257472e8af4754c40ec2e430b94
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / NoTargetNamespace_CCAPI_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: NoTargetNamespace_CCAPI_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 // - CCAPI.xsd
25 // /* xml version = "1.0" */
26 // /* targetnamespace = "NoTargetNamespace" */
27 //
28 ////////////////////////////////////////////////////////////////////////////////
29
30
31 module NoTargetNamespace_CCAPI_e {
32
33
34 import from XSD all;
35
36
37 type record DedicatedAccount
38 {
39 XSD.UnsignedInt dAID,
40 XSD.Decimal dABalance optional,
41 XSD.Decimal dABalance1 optional,
42 XSD.Decimal dAAmount1 optional,
43 XSD.Decimal dAAmount2 optional,
44 XSD.Date dAExpiryDate optional,
45 XSD.Decimal dARefillAmount1 optional,
46 XSD.Decimal dARefillAmount2 optional,
47 XSD.Date dAExpiryDateExtended optional,
48 XSD.Decimal dAClearedValue1 optional,
49 XSD.Decimal dAClearedValue2 optional,
50 XSD.String dADescription length(0 .. 50) optional,
51 XSD.Decimal dAMaxValue optional,
52 XSD.Decimal dAAmount optional,
53 XSD.Date dAEndDateOld optional,
54 XSD.Date dAEndDateNew optional,
55 XSD.Decimal dAAmountAdded optional,
56 XSD.Decimal dABalanceCleared optional,
57 record of XSD.String elem_list
58 }
59 with {
60 variant "element";
61 variant (dAID) "name as capitalized";
62 variant (dABalance) "name as capitalized";
63 variant (dABalance1) "name as capitalized";
64 variant (dAAmount1) "name as capitalized";
65 variant (dAAmount2) "name as capitalized";
66 variant (dAExpiryDate) "name as capitalized";
67 variant (dARefillAmount1) "name as capitalized";
68 variant (dARefillAmount2) "name as capitalized";
69 variant (dAExpiryDateExtended) "name as capitalized";
70 variant (dAClearedValue1) "name as capitalized";
71 variant (dAClearedValue2) "name as capitalized";
72 variant (dADescription) "name as capitalized";
73 variant (dAMaxValue) "name as capitalized";
74 variant (dAAmount) "name as capitalized";
75 variant (dAEndDateOld) "name as capitalized";
76 variant (dAEndDateNew) "name as capitalized";
77 variant (dAAmountAdded) "name as capitalized";
78 variant (dABalanceCleared) "name as capitalized";
79 variant (elem_list) "untagged";
80 variant (elem_list[-]) "anyElement except unqualified";
81 };
82
83
84 type record DedicatedAccounts
85 {
86 record length(1 .. 255) of DedicatedAccount dedicatedAccount_list
87 }
88 with {
89 variant "element";
90 variant (dedicatedAccount_list) "untagged";
91 };
92
93
94 type record UsageAccumulator
95 {
96 XSD.UnsignedInt uAID,
97 XSD.Int uAValue optional,
98 XSD.Date uAStartDate optional,
99 XSD.Date uAResetDate optional,
100 XSD.String uADescription length(0 .. 50) optional,
101 record of XSD.String elem_list
102 }
103 with {
104 variant "element";
105 variant (uAID) "name as capitalized";
106 variant (uAValue) "name as capitalized";
107 variant (uAStartDate) "name as capitalized";
108 variant (uAResetDate) "name as capitalized";
109 variant (uADescription) "name as capitalized";
110 variant (elem_list) "untagged";
111 variant (elem_list[-]) "anyElement except unqualified";
112 };
113
114
115 type record UsageAccumulators
116 {
117 record length(1 .. 255) of UsageAccumulator usageAccumulator_list
118 }
119 with {
120 variant "element";
121 variant (usageAccumulator_list) "untagged";
122 };
123
124
125 }
126 with {
127 encode "XML";
128 variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
129 }
This page took 0.035728 seconds and 4 git commands to generate.