Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / include1dir1b.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2000-2016 Ericsson Telecom AB
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Public License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/legal/epl-v10.html
8
9 Contributors:
10 Balasko, Jeno
11 Raduly, Csaba
12 -->
13 <schema xmlns="http://www.w3.org/2001/XMLSchema"
14 elementFormDefault="qualified"
15 attributeFormDefault="qualified"
16 >
17
18 <!-- include1dir1b: one-direction include -->
19
20 <attribute name="foobar" type="integer"/>
21
22 <complexType name="Akarmi1">
23 <sequence/>
24 <attribute name="foobar" type="integer" form="qualified"/>
25 <attribute name="Foobar" type="integer" form="qualified"/>
26 </complexType>
27
28 <element name="Foobar" type="integer"/>
29
30 </schema>
This page took 0.360223 seconds and 5 git commands to generate.