/******************************************************************************* * 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: name_conversion_extension_attrib_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: Fri May 29 12:00:20 2014 // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // Generated from file(s): // - name_conversion_extension_attrib.xsd // /* xml version = "1.0" encoding = "UTF-8" */ // /* targetnamespace = "name_conversion_extension_attrib/e" */ //////////////////////////////////////////////////////////////////////////////// // Modification header(s): //----------------------------------------------------------------------------- // Modified by: // Modification date: // Description: // Modification contact: //------------------------------------------------------------------------------ //////////////////////////////////////////////////////////////////////////////// module name_conversion_extension_attrib { import from XSD all; type record Ol_name_type { XSD.Integer allow_true_action } with { variant "name as 'Ol-name-type'"; variant "element"; variant (allow_true_action) "name as 'allow-true-action'"; }; type record Ol_actions_type { XSD.Integer do_not_disturb, record { Ol_name_type announcement_name, record { XSD.Integer allow_true_action } content optional } play_segmented_announcement } with { variant "name as 'Ol-actions-type'"; variant "element"; variant (do_not_disturb) "name as 'do-not-disturb'"; variant (play_segmented_announcement) "name as 'play-segmented-announcement'"; variant (play_segmented_announcement) "useNil"; variant (play_segmented_announcement.announcement_name) "name as 'announcement-name'"; variant (play_segmented_announcement.announcement_name) "attribute"; variant (play_segmented_announcement.content.allow_true_action) "name as 'allow-true-action'"; }; } with { encode "XML"; variant "namespace as 'name_conversion_extension_attrib'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; variant "elementFormQualified"; }