/******************************************************************************* * 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: ietf_params_xml_ns_pidf_status_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // // Generated from file(s): // // - testschema.xsd // /* xml version = "1.0" encoding = "UTF-8" */ // /* targetnamespace = "urn:ietf:params:xml:ns:pidf:status" */ // //////////////////////////////////////////////////////////////////////////////// module ietf_params_xml_ns_pidf_status_e { import from XSD all; type enumerated Location { car, home, office } with { variant "name as uncapitalized"; }; } with { encode "XML"; variant "namespace as 'urn:ietf:params:xml:ns:pidf:status' prefix 'pidfs'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; variant "elementFormQualified"; }