/*************************************************** ** @author STF 548 ** @version 0.0.1 ** @purpose 9:6.8, Verify conversion of XSD anySimpleType to TTCN-3 anytype ** @verdict pass accept, ttcn3verdict:pass ** @configuration any_to_anytype ***************************************************/ module Pos_Pos_0608_anytype_and_anysimpletype_types_006 { import from schema_Pos_0608_anytype_and_anysimpletype_types_006 language "XSD" all; template MyType m_msg := { integer := 1 }; //#TC_NoXMLMatch }