Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_XmlTest_org_string_withEmptyLength_e.ttcn
1 /******************************************************************************
2 * Copyright (c) 2000-2016 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 * Contributors:
12 * Balasko, Jeno
13 * Lovassy, Arpad
14 * Raduly, Csaba
15 * Szabo, Bence Janos
16 *
17 ******************************************************************************/
18 //
19 // File: www_XmlTest_org_string_withEmptyLength.ttcn
20 // Description:
21 // References:
22 // Rev:
23 // Prodnr:
24 // Updated: Tue Oct 27 11:36:11 2009
25 // Contact: http://ttcn.ericsson.se
26 //
27 ////////////////////////////////////////////////////////////////////////////////
28 //
29 // Generated from file(s):
30 //
31 // - XmlTest_string_withEmptyLength.xsd
32 // /* xml version = "1.0" */
33 // /* targetnamespace = "www.XmlTest.org/string_withEmptyLength" */
34 //
35 ////////////////////////////////////////////////////////////////////////////////
36
37
38 module www_XmlTest_org_string_withEmptyLength_e {
39
40
41 import from XSD all;
42
43
44 /* This documentum tests based on
45 XML Schema Part 0: Primer Second Edition,
46 2.3 Simple Types and
47 Appendix B */
48
49
50 type XSD.String String_with_emptyLength length(0)
51 with {
52 variant "name as uncapitalized";
53 };
54
55
56 }
57 with {
58 encode "XML";
59 variant "namespace as 'www.XmlTest.org/string_withEmptyLength' prefix 'ns16'";
60 variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
61 }
This page took 0.032329 seconds and 5 git commands to generate.