Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_example_org_import_prefix_e.ttcn
index f7d2cb7e0f5c42fddb13a615491bd834a89ac312..b06e2b9ce792dedb11d7f6747604580221ed3426 100644 (file)
@@ -1,13 +1,18 @@
-/*******************************************************************************
-* Copyright (c) 2000-2015 Ericsson Telecom AB
+/******************************************************************************
+* Copyright (c) 2000-2016 Ericsson Telecom AB
 *
-* XSD to TTCN-3 Translator version: CRL 113 200/4 R3A                       
+* XSD to TTCN-3 Translator
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
-*******************************************************************************/
+*
+* Contributors:
+*   Balasko, Jeno
+*   Szabo, Bence Janos
+*
+******************************************************************************/
 //
 //  File:          www_example_org_import_prefix_e.ttcn
 //  Description:
@@ -44,13 +49,13 @@ import from www_example_org_imported all;
 
 type www_example_org_imported.Foobar Foobar
 with {
-variant "element";
+  variant "element";
 };
 
 
 type www_example_org_imported.Ding Ding
 with {
-variant "attribute";
+  variant "attribute";
 };
 
 
@@ -60,22 +65,22 @@ type record Valami_1
        Foobar foobar
 }
 with {
-variant "name as 'valami'";
-variant (ding) "name as capitalized";
-variant (ding) "attribute";
-variant (foobar) "name as capitalized";
+  variant "name as 'valami'";
+  variant (ding) "name as capitalized";
+  variant (ding) "attribute";
+  variant (foobar) "name as capitalized";
 };
 
 
 type Valami_1 Valami
 with {
-variant "element";
+  variant "element";
 };
 
 
 }
 with {
-encode "XML";
-variant "namespace as 'www.example.org/import/prefix' prefix 'this'";
-variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
+  encode "XML";
+  variant "namespace as 'www.example.org/import/prefix' prefix 'this'";
+  variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
 }
This page took 0.06232 seconds and 5 git commands to generate.