Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_example_org_simpletype_restrict_comp_e.ttcn
index 5972c3f35721772fe1611068c7df8950f7833e5b..62ec5978f4dc7e27c82a745faa5560568e598ab0 100644 (file)
@@ -53,8 +53,8 @@ type record Restricted
 /* Static IP Address */
 type IpV6AddressInfo IpV6Address
 with {
-variant "name as uncapitalized";
-variant "element";
+  variant "name as uncapitalized";
+  variant "element";
 };
 
 
@@ -64,7 +64,7 @@ type XSD.String IpV6AddressInfo (pattern "[0-9A-Fa-f]#(1,4)(:[0-9A-Fa-f]#(0,4))#
 
 }
 with {
-encode "XML";
-variant "namespace as 'www.example.org/simpletype/restrict/comp' prefix 'ns10'";
-variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
+  encode "XML";
+  variant "namespace as 'www.example.org/simpletype/restrict/comp' prefix 'ns10'";
+  variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
 }
This page took 0.023644 seconds and 5 git commands to generate.