Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_example_org_type_substitution_builtintype_e.ttcn
index 900337190187aab74cad9a691ed2b40ede05cd72..3c764a7d035d7a0fe312016d057e9855324395a4 100644 (file)
@@ -41,8 +41,8 @@ import from XSD all;
 
 type String_derivations Elem
 with {
-variant "name as uncapitalized";
-variant "element";
+  variant "name as uncapitalized";
+  variant "element";
 };
 
 
@@ -51,7 +51,7 @@ type enumerated Enable
        equal
 }
 with {
-variant "name as uncapitalized";
+  variant "name as uncapitalized";
 };
 
 
@@ -60,7 +60,7 @@ type enumerated Session
        visible_and_interactive
 }
 with {
-variant "name as uncapitalized";
+  variant "name as uncapitalized";
 };
 
 
@@ -69,7 +69,7 @@ type enumerated Res
        pending
 }
 with {
-variant "name as uncapitalized";
+  variant "name as uncapitalized";
 };
 
 
@@ -78,7 +78,7 @@ type enumerated Data
        dateTime
 }
 with {
-variant "name as uncapitalized";
+  variant "name as uncapitalized";
 };
 
 
@@ -91,14 +91,14 @@ type union String_derivations
        Session session
 }
 with {
-variant "name as uncapitalized";
-variant "useType";
+  variant "name as uncapitalized";
+  variant "useType";
 };
 
 
 }
 with {
-encode "XML";
-variant "namespace as 'www.example.org/type/substitution/builtintype' prefix 'this'";
-variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
+  encode "XML";
+  variant "namespace as 'www.example.org/type/substitution/builtintype' prefix 'this'";
+  variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
 }
This page took 0.024979 seconds and 5 git commands to generate.