Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_example_org_e.ttcn
index 48bd332a2dd280f42af06e5ea55d02930b99d751..7a26971203be23649861341413e8c9af483c3e81 100644 (file)
@@ -52,10 +52,10 @@ type record E43complex
        XSD.Float foo optional
 }
 with {
-variant "name as uncapitalized";
-variant (bar) "attribute";
-variant (ding) "attribute";
-variant (foo) "attribute";
+  variant "name as uncapitalized";
+  variant (bar) "attribute";
+  variant (ding) "attribute";
+  variant (foo) "attribute";
 };
 
 
@@ -66,15 +66,15 @@ type record E44sequence
        XSD.String ding
 }
 with {
-variant "name as uncapitalized";
-variant (bar) "attribute";
-variant (foo) "attribute";
+  variant "name as uncapitalized";
+  variant (bar) "attribute";
+  variant (foo) "attribute";
 };
 
 
 }
 with {
-encode "XML";
-variant "namespace as 'www.example.org' prefix 'ns'";
-variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
+  encode "XML";
+  variant "namespace as 'www.example.org' prefix 'ns'";
+  variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
 }
This page took 0.024116 seconds and 5 git commands to generate.