Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / HM60295 / Importer.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="http://www.example.org/Import"
12 xmlns:tns="http://www.example.org/Import" elementFormDefault="qualified"
13 xmlns:s1="http://www.example.org/Schema1"
14 xmlns:s2="http://www.example.org/Schema2">
15
16 <import namespace="http://www.example.org/Schema1" />
17 <import namespace="http://www.example.org/Schema2" />
18
19
20 <element name="Ref_1CT" type="s1:CT" />
21 <element name="Ref_2CT" type="s2:CT" />
22
23 <element name="Imp_1SR" type="s1:ST" />
24 <element name="Imp_2SR" type="s2:ST" />
25
26 </schema>
This page took 0.034469 seconds and 5 git commands to generate.