Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_XmlTest_org_element_recordOfElements_e.ttcn
index 41f0cf0b46119a6739ae1d0ab60e8abfd4b8ef93..e4c02e1f634d22d86c8973ae0ef5c4acd4bb8160 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
 * Copyright Ericsson Telecom AB
 *
-* XSD to TTCN-3 Translator
+* XSD to TTCN-3 Translator version: CRL 113 200/5 R3B 
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
@@ -51,7 +51,7 @@ type record PersonInfo1
        XSD.String degree optional
 }
 with {
-variant (degree) "defaultForEmpty as 'Msc'";
+  variant (degree) "defaultForEmpty as 'Msc'";
 };
 
 
@@ -64,21 +64,21 @@ type record PersonInfo2
        XSD.Integer age optional
 }
 with {
-variant (nationality) "defaultForEmpty as 'American'";
-variant (nationality) "attribute";
-variant (title) "attribute";
+  variant (nationality) "defaultForEmpty as 'American'";
+  variant (nationality) "attribute";
+  variant (title) "attribute";
 };
 
 
 type PersonInfo2 PI
 with {
-variant "element";
+  variant "element";
 };
 
 
 }
 with {
-encode "XML";
-variant "namespace as 'www.XmlTest.org/element_recordOfElements' prefix 'ns27'";
-variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
+  encode "XML";
+  variant "namespace as 'www.XmlTest.org/element_recordOfElements' prefix 'ns27'";
+  variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
 }
This page took 0.026773 seconds and 5 git commands to generate.