-- TTCN3 module extracted from ITU-T Z.169 (03/2011)

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