Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / HM60295 / Schema2.xsd
CommitLineData
970ed795
EL
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
d44e3c4f 3 Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Public License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/legal/epl-v10.html
d44e3c4f 8
9 Contributors:
10 Balasko, Jeno
11 Raduly, Csaba
12-->
970ed795
EL
13<schema xmlns="http://www.w3.org/2001/XMLSchema"
14 targetNamespace="http://www.example.org/Schema2"
15 xmlns:tns="http://www.example.org/Schema2" elementFormDefault="qualified">
16
17<!-- import namespace="http://www.example.org/Schema1" / -->
18
19<complexType name="CT">
20 <sequence>
21 <element name="i" type="integer" />
22 </sequence>
23</complexType>
24
25<simpleType name="ST">
26 <restriction base="integer">
27 </restriction>
28</simpleType>
29
30<element name="EL" type="tns:CT" />
31
32<element name="CTimp" type="tns:CT" />
33
34</schema>
This page took 0.046029 seconds and 5 git commands to generate.