/******************************************************************************* * Copyright (c) 2000-2015 Ericsson Telecom AB * * XSD to TTCN-3 Translator version: CRL 113 200/4 R3A * * 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_example_org_xml_in_annotation_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: Mon Oct 5 09:31:24 2014 // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // Generated from file(s): // - xml_in_annotation.xsd // /* xml version = "1.0" encoding = "UTF-8" */ // /* targetnamespace = "www.example.org/xml/in/annotation/e" */ //////////////////////////////////////////////////////////////////////////////// // Modification header(s): //----------------------------------------------------------------------------- // Modified by: // Modification date: // Description: // Modification contact: //------------------------------------------------------------------------------ //////////////////////////////////////////////////////////////////////////////// module www_example_org_xml_in_annotation_e { import from XSD all; /* comment */ type XSD.String Tcname with { variant "name as uncapitalized"; variant "attribute"; }; /* some comment */ type XSD.String Tcname2 with { variant "name as uncapitalized"; variant "attribute"; }; } with { encode "XML"; variant "namespace as 'www.example.org/xml/in/annotation' prefix 'this'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; }