/******************************************************************************* * Copyright Ericsson Telecom AB * * XSD to TTCN-3 Translator * * 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 *******************************************************************************/ // // File: www_XmlTest_org_element_nameInheritance_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: Thu Sep 5 17:35:08 2013 // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // Generated from file(s): // - XmlTest_element_nameInheritance.xsd // /* xml version = "1.0" */ // /* targetnamespace = "www.XmlTest.org/element_nameInheritance" */ //////////////////////////////////////////////////////////////////////////////// // Modification header(s): //----------------------------------------------------------------------------- // Modified by: // Modification date: // Description: // Modification contact: //------------------------------------------------------------------------------ //////////////////////////////////////////////////////////////////////////////// module www_XmlTest_org_element_nameInheritance_e { import from XSD all; /* Regression Test for HLxxxx, reported by Tgc, Zoltan Gyarmati */ type record NameInheritance { CodeType_15 code optional, XSD.String second } with { variant "name as uncapitalized"; variant "element"; }; type XSD.UnsignedShort CodeType_15 (0 .. 65535) with { variant "name as 'codeType-15'"; }; } with { encode "XML"; variant "namespace as 'www.XmlTest.org/element_nameInheritance' prefix 'xs'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; }