Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / HM60295 / Schema1.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="http://www.example.org/Schema1"
12 xmlns:tns="http://www.example.org/Schema1" elementFormDefault="qualified">
13
14
15
16<complexType name="CT">
17 <sequence>
18 <element name="i" type="string" />
19 </sequence>
20</complexType>
21
22<simpleType name="ST">
23 <restriction base="string">
24 </restriction>
25</simpleType>
26
27<element name="EL" type="tns:CT" />
28
29</schema>
This page took 0.02545 seconds and 5 git commands to generate.