Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_XmlTest_org_string_withFixedLength_e.ttcn
index 5095ba6046cc145c3e07cd5d5a92918e1502ab9d..3e6e7565ad3668bff88162b8ab28d975b8f4e879 100644 (file)
@@ -42,7 +42,7 @@ import from XSD all;
 
 type XSD.String String_withFixedLenth length(5)
 with {
-variant "name as uncapitalized";
+  variant "name as uncapitalized";
 };
 
 
@@ -53,13 +53,13 @@ variant "name as uncapitalized";
 
 type String_withFixedLenth ChildString
 with {
-variant "name as uncapitalized";
+  variant "name as uncapitalized";
 };
 
 
 }
 with {
-encode "XML";
-variant "namespace as 'www.XmlTest.org/string_withFixedLength' prefix 'ns12'";
-variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
+  encode "XML";
+  variant "namespace as 'www.XmlTest.org/string_withFixedLength' prefix 'ns12'";
+  variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
 }
This page took 0.02433 seconds and 5 git commands to generate.