/******************************************************************************* * 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_annotation_c_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: Thu Sep 5 17:35:03 2013 // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // Generated from file(s): // - XmlTest_annotation.xsd // /* xml version = "1.0" encoding = "UTF-8" */ // /* targetnamespace = "www.XmlTest.org/annotation" */ //////////////////////////////////////////////////////////////////////////////// // Modification header(s): //----------------------------------------------------------------------------- // Modified by: // Modification date: // Description: // Modification contact: //------------------------------------------------------------------------------ //////////////////////////////////////////////////////////////////////////////// module www_XmlTest_org_annotation_c { import from XSD all; type XSD.PositiveInteger MyInteger1 with { variant "element"; }; type XSD.PositiveInteger MyInteger2 with { variant "element"; }; } with { encode "XML"; variant "namespace as 'www.XmlTest.org/annotation'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; variant "attributeFormQualified"; }