Commit a04ec7ab authored by stancakapost's avatar stancakapost
Browse files

created new test kind for builtin types

parent 2932d955
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
/***************************************************
 ** @author   STF 475
 ** @version  0.0.1
 ** @purpose  9:0.0.0., Ensure the module XSD is available and contains the builtin XSD type NCName
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/
module Pos_A_ttcn3_module_xsd_001 {

    import from XSD all;

    template NCName m_msg := "SomeName-WithoutSpace";

//#TC_type
}