/*************************************************** ** @author STF 548 ** @version 0.0.1 ** @purpose 9:7.5.3, Verify transformation of union restricted by enum facets (anonymous union members) ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ module Pos_070503_derivation_by_union_007 { import from schema_Pos_070503_derivation_by_union_007 language "XSD" all; template MyType m_msg := { xsiType := alt_, content := x20 }; //#TC }