/*************************************************** ** @author STF 548 ** @version 0.0.1 ** @purpose 9:7.7.1, Verify conversion of the any element to TTCN-3 anytype ** @verdict pass accept, ttcn3verdict:pass ** @configuration any_to_anytype ***************************************************/ module Pos_070701_the_any_element_007 { import from schema_Pos_070701_the_any_element_007 language "XSD" all; template MyType m_msg := { elem := { Test := "abc" } }; //#TC_NoXMLMatch }