X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=regression_test%2FXML%2FXmlWorkflow%2FXmlTest_expectedTtcns%2Fwww_example_org_type_substitution_builtintype_e.ttcn;h=3c764a7d035d7a0fe312016d057e9855324395a4;hb=3f84031e48520efb2cbc931692210e5de7fa5919;hp=900337190187aab74cad9a691ed2b40ede05cd72;hpb=51fa56b97ff178aa82497de54a5945698517e55d;p=deliverable%2Ftitan.core.git diff --git a/regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_example_org_type_substitution_builtintype_e.ttcn b/regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_example_org_type_substitution_builtintype_e.ttcn index 9003371..3c764a7 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_example_org_type_substitution_builtintype_e.ttcn +++ b/regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_example_org_type_substitution_builtintype_e.ttcn @@ -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'"; }