Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_example_org_seq_enumeration_restriction_e.ttcn
index b8bcb3d43496ee304c42c25abe8efcf2a2db78ec..6ec4c47e62827f8c2fc35475fee995ec17cc5571 100644 (file)
@@ -52,12 +52,12 @@ type record MatchingProblemType
        } operation
 }
 with {
-variant (operation) "text 'catch_' as 'catch'";
-variant (operation) "text 'check_' as 'check'";
-variant (operation) "text 'getcall_' as 'getcall'";
-variant (operation) "text 'getreply_' as 'getreply'";
-variant (operation) "text 'receive_' as 'receive'";
-variant (operation) "text 'trigger_' as 'trigger'";
+  variant (operation) "text 'catch_' as 'catch'";
+  variant (operation) "text 'check_' as 'check'";
+  variant (operation) "text 'getcall_' as 'getcall'";
+  variant (operation) "text 'getreply_' as 'getreply'";
+  variant (operation) "text 'receive_' as 'receive'";
+  variant (operation) "text 'trigger_' as 'trigger'";
 };
 
 
@@ -71,7 +71,7 @@ type record MatchingProblemTypeRestricted
 
 }
 with {
-encode "XML";
-variant "namespace as 'www.example.org/seq/enumeration/restriction' prefix 'ns2'";
-variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
+  encode "XML";
+  variant "namespace as 'www.example.org/seq/enumeration/restriction' prefix 'ns2'";
+  variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
 }
This page took 0.025161 seconds and 5 git commands to generate.