/******************************************************************************* * Copyright Ericsson Telecom AB 2014 * * XSD to TTCN-3 Translator version: CRL 113 200/5 R2A * * 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_no_ns_connector_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: Wed Oct 28 13:24:23 2014 // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // Generated from file(s): // - no_ns_connector_e.xsd // /* xml version = "1.0" encoding = "UTF-8" */ // /* targetnamespace = "www.example.org/no/ns/connector/e" */ //////////////////////////////////////////////////////////////////////////////// // Modification header(s): //----------------------------------------------------------------------------- // Modified by: // Modification date: // Description: // Modification contact: //------------------------------------------------------------------------------ //////////////////////////////////////////////////////////////////////////////// module www_example_org_no_ns_connector { import from XSD all; type Java_attribute_1 Java_attribute with { variant "name as 'java-attribute'"; variant "element"; }; type record Java_attribute_1 { XSD.String java_attribute optional, XSD.String xml_accessor_type optional } with { variant "name as 'java-attribute'"; variant "abstract"; variant (java_attribute) "name as 'java-attribute'"; variant (java_attribute) "attribute"; variant (xml_accessor_type) "name as 'xml-accessor-type'"; variant (xml_accessor_type) "attribute"; }; } with { encode "XML"; variant "namespace as 'www.example.org/no/ns/connector'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; }