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

module Example3Templates { import from XSD language "XML" all; import from Example3 all; template t_C1:= { base :=-1000, a1 :=1, a2 :=2 }; template t_C2:= { base :=24, a1 :=1, a2 :=-2 }; template t_C3:= { base :=25, a1 :=1, a2 :=-1000 }; }