Commit 2f8623dc authored by Pakulin's avatar Pakulin
Browse files

Modified reference XML to use enum value with chinese chars.

parent e2f79fe5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ module Pos_050202_name_conversion_rules_020 {

   import from schema_Pos_050202_name_conversion_rules_020 language "XSD" all;

   template MyType m_msg := red;
   template MyType m_msg := red_1;

//#TC

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<ns:MyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="schema:Pos_050202_name_conversion_rules_020">red</ns:MyType>
 No newline at end of file
<ns:MyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="schema:Pos_050202_name_conversion_rules_020">红色red</ns:MyType>
 No newline at end of file