/****************************************************************************** * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Balasko, Jeno * Raduly, Csaba * ******************************************************************************/ /* Annex B Example 4 XML Schema: TTCN-3 Module: */ module AnnexB4 { //import from XSD language "XML" all; import from AnnexB2 language "XML" all; import from AnnexB3 language "XML" all; type AnnexB3.C1 NewC1 with { variant "element" } type AnnexB2.S1 NewS1 // ???? with { variant "element" } } with { encode "XML"; variant /*(all)*/ "name as uncapitalized"; variant /*(all)*/ "namespace as 'nsA' prefix 'NA'" }