/******************************************************************************* * 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_string_withOverDefinition.ttcn // Description: // References: // Rev: // Prodnr: // Updated: Mon Oct 26 19:03:53 2009 // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // // Generated from file(s): // // - XmlTest_string_withOverDefinition.xsd // /* xml version = "1.0" */ // /* targetnamespace = "www.XmlTest.org/string_withOverDefinition" */ // //////////////////////////////////////////////////////////////////////////////// module www_XmlTest_org_string_withOverDefinition_e { import from XSD all; /* This documentum tests based on XML Schema Part 0: Primer Second Edition, 2.3 Simple Types and Appendix B Naming conflict expected */ type XSD.String Mystring length(4 .. infinity); type XSD.String Mystring_1 length(4 .. infinity) with { variant "name as 'Mystring'"; }; } with { encode "XML"; variant "namespace as 'www.XmlTest.org/string_withOverDefinition' prefix 'ns7'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; }