Commit 898b9c40 authored by stancakapost's avatar stancakapost
Browse files

added comment

parent 9a0801c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/***************************************************
 ** @author   STF 475
 ** @version  0.0.1
 ** @purpose  9:6.1.5, Verify if tool rejects validation in case of restricted value due xsd type declaration.
 ** @purpose  9:6.1.5, Verify if tool rejects validation in case of restricted enumerated value length due xsd type declaration.
 ** @verdict  pass reject
 ***************************************************/
module Neg_060105_enumeration_002 {

    import from schema_Neg_060105_enumeration_002 language "XSD" all;
    
    template E1 m_msg := black;
    template E1 m_msg := black; // only enumeration elements with 2 to 4 chars are allowed

//#TC_Neg
}