Update README.linux
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / includeCircular4b.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2000-2014 Ericsson Telecom AB
4
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <schema xmlns="http://www.w3.org/2001/XMLSchema"
11 targetNamespace="www.example.org/4">
12
13 <!-- includeCircular4b: included to include4A: circular include -->
14
15 <include schemaLocation="includeCircular4a.xsd"/>
16
17 <!-- element, after conversion will name clash with an element name in the other document -->
18
19 <element name="foobar" type="integer"/>
20
21 </schema>
This page took 0.038201 seconds and 5 git commands to generate.