Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_complex_import_A.xsd
1 <!--
2 Copyright (c) 2000-2015 Ericsson Telecom AB
3
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
8 -->
9 <schema xmlns="http://www.w3.org/2001/XMLSchema"
10 targetNamespace="www.XmlTest.org/complex_import_A"
11 xmlns:A="www.XmlTest.org/complex_import_A"
12 elementFormDefault="qualified">
13 <annotation>
14 <documentation xml:lang="en">
15 This documentum tests based on
16 XML Schema Part 0: Primer Second Edition
17 5 Advanced Concepts III. The Quantity Report
18 5.4 Importing Types
19 XML Schema Part 1: Structures Second Edition
20 This is the imported schema with proper namespace
21 </documentation>
22 </annotation>
23
24 <element name="MyType" type="string"/>
25
26 </schema>
This page took 0.03328 seconds and 5 git commands to generate.