Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_example_org_attribgroup_ingroup_e.ttcn
index cf43d72acc1da719f3700f290f756891ff8b107c..88f5221af239480729bb6cea94733bb4636725f1 100644 (file)
@@ -45,24 +45,24 @@ type record AttrGroupinGroup
        XSD.String type_ ("simple") optional
 }
 with {
-variant (remoteSchema) "attribute";
-variant (type_) "form as qualified";
-variant (type_) "name as 'type'";
-variant (type_) "defaultForEmpty as 'simple'";
-variant (type_) "attribute";
+  variant (remoteSchema) "attribute";
+  variant (type_) "form as qualified";
+  variant (type_) "name as 'type'";
+  variant (type_) "defaultForEmpty as 'simple'";
+  variant (type_) "attribute";
 };
 
 
 type XSD.AnyURI RemoteSchema
 with {
-variant "name as uncapitalized";
-variant "attribute";
+  variant "name as uncapitalized";
+  variant "attribute";
 };
 
 
 }
 with {
-encode "XML";
-variant "namespace as 'www.example.org/attribgroup/ingroup' prefix 'this'";
-variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
+  encode "XML";
+  variant "namespace as 'www.example.org/attribgroup/ingroup' prefix 'this'";
+  variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
 }
This page took 0.025979 seconds and 5 git commands to generate.