Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / NoTargetNamespace_e.ttcn
CommitLineData
d44e3c4f 1/******************************************************************************
2* Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
3*
4* XSD to TTCN-3 Translator
5*
6* All rights reserved. This program and the accompanying materials
7* are made available under the terms of the Eclipse Public License v1.0
8* which accompanies this distribution, and is available at
9* http://www.eclipse.org/legal/epl-v10.html
d44e3c4f 10*
11* Contributors:
12* Balasko, Jeno
13* Lovassy, Arpad
14* Szabo, Bence Janos
15*
16******************************************************************************/
970ed795
EL
17//
18// File: NoTargetNamespace_e.ttcn
19// Description:
20// References:
21// Rev:
22// Prodnr:
23// Updated: Thu Sep 5 17:34:55 2013
24// Contact: http://ttcn.ericsson.se
25//
26////////////////////////////////////////////////////////////////////////////////
27// Generated from file(s):
28// - noTargetNamespace.xsd
29// /* xml version = "1.0" */
30// /* targetnamespace = "NoTargetNamespace" */
31////////////////////////////////////////////////////////////////////////////////
32// Modification header(s):
33//-----------------------------------------------------------------------------
34// Modified by:
35// Modification date:
36// Description:
37// Modification contact:
38//------------------------------------------------------------------------------
39////////////////////////////////////////////////////////////////////////////////
40
41
42module NoTargetNamespace_e {
43
44
45import from XSD all;
46
47
48/* Purchase order schema for Example.com.
49 Copyright 2000 Example.com. All rights reserved. */
50
51
52type XSD.String FooString
53with {
3f84031e 54 variant "element";
970ed795
EL
55};
56
57
58type XSD.Integer BarInteger
59with {
3f84031e 60 variant "element";
970ed795
EL
61};
62
63
64}
65with {
3f84031e 66 encode "XML";
67 variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
970ed795 68}
This page took 0.032541 seconds and 5 git commands to generate.