Commit 017c8fa6 authored by urbant's avatar urbant
Browse files

No commit message

No commit message
parent 38f135d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<e1
    xmlns="schema:Pos_060107_mininclusive_002"
>-5</e1>
>-5.0</e1>
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ module Pos_060107_mininclusive_003 {

    import from schema_Pos_060107_mininclusive_003 language "XSD" all;

    template E1 m_msg := -5;
    template E1 m_msg := -5.0;


    type universal charstring Raw;
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<e1
    xmlns="schema:Pos_060108_maxinclusive_002"
>-5</e1>
>-5.0</e1>
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ module Pos_060108_maxinclusive_003 {

    import from schema_Pos_060108_maxinclusive_003 language "XSD" all;

    template E1 m_msg := 500.0;
    template E1 m_msg := 5.0;


    type universal charstring Raw;
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<e1
    xmlns="schema:Pos_060108_maxinclusive_003"
>500.0</e1>
>5.0</e1>
Loading