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

module Example4 { import from XSD language "XML" all; import from Example2 language "XML" all; import from Example3 language "XML" all; type Example3.C1 NewC1; type Example2.S1; } with { encode "XML"; variant "name all as uncapitalized"; variant "namespace all as 'nsA' prefix 'NA'" }