Commit 9a0801c8 authored by stancakapost's avatar stancakapost
Browse files

minimal valid value is 6 not 1

parent 2f8623dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ module Pos_060105_enumeration_004 {

    import from schema_Pos_060105_enumeration_004 language "XSD" all;
    
    template E1 m_msg :=1;
    template E1 m_msg := 6;

//#TC
}
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<e1
    xmlns="schema:Pos_060105_enumeration_004"
>1</e1>
 No newline at end of file
>6</e1>
 No newline at end of file