Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / xsd / includeCircular1a.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/1">
12
13 <!-- includeCircular1a.xsd -->
14
15 <include schemaLocation="includeCircular1b.xsd"/>
16
17 <!-- simpleType "Foobar" -->
18 <simpleType name="Foobar">
19 <restriction base="integer"/>
20 </simpleType>
21
22 <!-- attribute "Laa-Laa" -->
23 <attribute name="Laa-Laa" type="integer"/>
24
25 <!-- attribute "Laa_Laa" -->
26 <attribute name="Laa_Laa" type="integer"/>
27
28 <!-- attribute "Foobar" -->
29 <attribute name="Foobar" type="integer"/>
30
31 <!-- element "foobar" -->
32 <element name="foobar" type="integer"/>
33
34 <!-- element "Foobar" -->
35 <element name="Foobar" type="integer"/>
36
37 <complexType name="Akarmi">
38 <sequence/>
39 <!-- complexType field "foobar" -->
40 <attribute name="foobar" type="integer"/>
41 <!-- complexType field "Foobar" -->
42 <attribute name="Foobar" type="integer"/>
43 </complexType>
44
45 </schema>
This page took 0.033255 seconds and 5 git commands to generate.