Commit b2b0305e authored by stancakapost's avatar stancakapost
Browse files

removed template

parent aa4f9993
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
/***************************************************
 ** @author   STF 475
 ** @version  0.0.1
 ** @purpose  9:7.6.1.1, Verify extension of a built-in type by adding an attribute
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/
module Pos_07060101_extending_simple_content_001 {
    
    import from schema_Pos_07060101_extending_simple_content_001 language "XSD" all;

    template E23 m_test := {bar := 1, foo := 2.0, base := "something"}

//#TC m_test

}
 No newline at end of file