/****************************************************************************** * Copyright (c) 2000-2016 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 * * Contributors: * Balasko, Jeno * Szabo, Bence Janos * ******************************************************************************/ // // File: www_example_org_attribgroup_ingroup_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: Wed Oct 28 13:37:14 2014 // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // Generated from file(s): // - attribgroup_ingroup_e.xsd // /* xml version = "1.0" encoding = "UTF-8" */ // /* targetnamespace = "www.example.org/attribgroup/ingroup/e" */ //////////////////////////////////////////////////////////////////////////////// // Modification header(s): //----------------------------------------------------------------------------- // Modified by: // Modification date: // Description: // Modification contact: //------------------------------------------------------------------------------ //////////////////////////////////////////////////////////////////////////////// module www_example_org_attribgroup_ingroup { import from XSD all; type record AttrGroupinGroup { RemoteSchema remoteSchema optional, XSD.String type_ ("simple") optional } with { variant (remoteSchema) "attribute"; variant (type_) "form as qualified"; variant (type_) "name as 'type'"; variant (type_) "defaultForEmpty as 'simple'"; variant (type_) "attribute"; }; type XSD.AnyURI RemoteSchema with { variant "name as uncapitalized"; variant "attribute"; }; } with { encode "XML"; variant "namespace as 'www.example.org/attribgroup/ingroup' prefix 'this'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; }