Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_complex_import_pos.xsd
CommitLineData
970ed795 1<!--
3abe9331 2 Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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 xmlns:imp="www.XmlTest.org/complex_import"
11 xmlns:incl="www.XmlTest.org/complex_include"
12 targetNamespace="www.XmlTest.org/complex_import"
13 elementFormDefault="qualified">
14 <annotation>
15 <documentation xml:lang="en">
16 This documentum tests based on
17 XML Schema Part 0: Primer Second Edition
18 5 Advanced Concepts III. The Quantity Report
19 5.4 Importing Types
20 XML Schema Part 1: Structures Second Edition
21 ...
22 ETSI ES 201 873-9 V4.1.2
23 This is the importing schema
24 </documentation>
25 </annotation>
26
27 <import namespace="www.XmlTest.org/complex_include"/>
28
29 <element name="purchaseReportImport">
30 <complexType>
31 <sequence>
32 <element name="regions" type="incl:RegionsType"/>
33 <element name="parts" type="incl:PartsType"/>
34 </sequence>
35 <attribute name="period" type="duration"/>
36 <attribute name="periodEnding" type="date"/>
37 </complexType>
38 </element>
39
40</schema>
This page took 0.030067 seconds and 5 git commands to generate.