Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / Examples / chapter_5_2_1.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2000-2015 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.chapter_5_2.org">
12
13 <!-- this file is: chapter_5_2_1.xsd -->
14
15 <!-- <include schemaLocation="chapter_5_2_2.xsd"/> -->
16
17 <!-- simpleType "Foobar" -->
18
19 <simpleType name="Foobar">
20 <restriction base="integer"/>
21 </simpleType>
22
23 <!-- attribute "Foo-Bar" -->
24
25 <attribute name="Foo-Bar" type="integer"/>
26
27 <!-- attribute "Foo_Bar" -->
28
29 <attribute name="Foo_Bar" type="integer"/>
30
31 <!-- attribute "Foobar" -->
32
33 <attribute name="Foobar" type="integer"/>
34
35 <!-- element "foobar" -->
36
37 <element name="foobar" type="integer"/>
38
39 <!-- element "Foobar" -->
40
41 <element name="Foobar" type="integer"/>
42
43 <complexType name="Akarmi">
44 <sequence/>
45 <!-- complexType attribute "foobar" -->
46 <attribute name="foobar" type="integer"/>
47 <!-- complexType attribute "Foobar" -->
48 <attribute name="Foobar" type="integer"/>
49 </complexType>
50
51 </schema>
This page took 0.079236 seconds and 5 git commands to generate.