/******************************************************************************* * 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: www_ericsson_com_is_isco_IsTypes_R4L06_R4AB_1_02_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // // Generated from file(s): // // - IsTypes.xsd // /* xml version = "1.0" encoding = "UTF-8" */ // /* targetnamespace = "http://www.ericsson.com/is/isco/IsTypes/R4L06/R4AB_1.02" */ // //////////////////////////////////////////////////////////////////////////////// module www_ericsson_com_is_isco_IsTypes_R4L06_R4AB_1_02_e { import from XSD all; import from tail_f_com_ns_confd_1_0_e all; type enumerated DummyEmptyType { x } with { variant "text 'x' as ''"; }; /* A MAC address in the form v1:v2:v3:v4:v5:v6 where v1 ... v6 is a hexadecimal number in the range 00 to FF. */ type XSD.Token MacAddress (pattern "[A-F0-9][A-F0-9]#(0,1):[A-F0-9][A-F0-9]#(0,1):[A-F0-9][A-F0-9]#(0,1):[A-F0-9][A-F0-9]#(0,1):[A-F0-9][A-F0-9]#(0,1):[A-F0-9][A-F0-9]#(0,1)"); /* An IPv4 address in the form v1.v2.v3.v4 where v1 ... v4 is a decimal number in the range 0 to 255. */ type XSD.Token IpAddress (pattern "(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]#(0,1)[0-9]).(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]#(0,1)[0-9]).(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]#(0,1)[0-9]).(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]#(0,1)[0-9])"); /* Datatype for an integer according to SNMPv2 definition of unsigned32. */ type XSD.Integer Unsigned32 (0 .. 4294967295); } with { encode "XML"; variant "namespace as 'http://www.ericsson.com/is/isco/IsTypes/R4L06/R4AB_1.02'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; variant "elementFormQualified"; }