/******************************************************************************* * 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: nillable_annotations_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: Fri May 29 12:15:19 2014 // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // Generated from file(s): // - nillable_annotations.xsd // /* xml version = "1.0" encoding = "UTF-8" */ // /* targetnamespace = "nillable_annotations/e" */ //////////////////////////////////////////////////////////////////////////////// // Modification header(s): //----------------------------------------------------------------------------- // Modified by: // Modification date: // Description: // Modification contact: //------------------------------------------------------------------------------ //////////////////////////////////////////////////////////////////////////////// module nillable_annotations { import from XSD all; /* SomeComment */ type record Abbreviated_dialing { record { record { /* SomeComment */ XSD.Integer content optional } abbreviated_dialing_operator_configuration optional, record { /* SomeComment */ XSD.Integer content optional } abbreviated_dialing_user_configuration optional } content optional } with { variant "name as 'abbreviated-dialing'"; variant "useNil"; variant "element"; variant (content.abbreviated_dialing_operator_configuration) "name as 'abbreviated-dialing-operator-configuration'"; variant (content.abbreviated_dialing_operator_configuration) "useNil"; variant (content.abbreviated_dialing_user_configuration) "name as 'abbreviated-dialing-user-configuration'"; variant (content.abbreviated_dialing_user_configuration) "useNil"; }; } with { encode "XML"; variant "namespace as 'nillable_annotations'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; variant "elementFormQualified"; }