-- TTCN3 module extracted from ITU-T Z.169 (11/2008)

module Example4Templates { import from XSD language "XML" all; import from Example2 language "XML" all; import from Example3 language "XML" all; import from Example4 all; template t_NewC1:= { base :=-1000, a1 :=1, a2 :=2 }; template NewS1:=1; }