Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_XmlTest_org_simple_enum_e.ttcn
index b72e53535fb8496f958945386476de3e1fb3f5eb..1204fc9fd6ce61db2f5047cc2a67b98da0a9a051 100644 (file)
@@ -60,19 +60,19 @@ type enumerated AccountActionType
        int5(5)
 }
 with {
-variant "useNumber";
+  variant "useNumber";
 };
 
 
 type AccountActionType AccountAction
 with {
-variant "element";
+  variant "element";
 };
 
 
 }
 with {
-encode "XML";
-variant "namespace as 'www.XmlTest.org/simple_enum' prefix 'ns17'";
-variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
+  encode "XML";
+  variant "namespace as 'www.XmlTest.org/simple_enum' prefix 'ns17'";
+  variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
 }
This page took 0.024076 seconds and 5 git commands to generate.