45b4f54c4b932abd97cb2160ad68299848ebccbf
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / Examples / chapter_5_2_2.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_2.xsd -->
14
15 <include schemaLocation="chapter_5_2_1.xsd"/>
16
17 <!-- simpleType "foobar" -->
18
19 <simpleType name="foobar">
20 <restriction base="integer"/>
21 </simpleType>
22
23 <!-- attribute "foobar" -->
24
25 <attribute name="foobar" type="integer"/>
26
27 <complexType name="COMPONENTS">
28 <sequence>
29 <element name="Elem" type="boolean"/>
30 <element name="elem" type="integer"/>
31 <element name="Elem-1" type="boolean"/>
32 <element name="elem-1" type="integer"/>
33 </sequence>
34 </complexType>
35
36 <simpleType name="state">
37 <restriction base="string">
38 <enumeration value="Off"/>
39 <enumeration value="off"/>
40 </restriction>
41 </simpleType>
42
43
44
45 </schema>
This page took 0.044864 seconds and 4 git commands to generate.