Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / includeCircular2a.xsd
CommitLineData
970ed795
EL
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3abe9331 3 Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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/2">
12
13 <!-- includeCircular2a.xsd -->
14
15 <include schemaLocation="includeCircular2b.xsd"/>
16
17 <attribute name="laaLaa" type="integer"/>
18
19 <simpleType name="laaLaa">
20 <restriction base="integer"/>
21 </simpleType>
22
23</schema>
This page took 0.023933 seconds and 5 git commands to generate.