Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_complex_include.xsd
1 <!--
2 Copyright (c) 2000-2016 Ericsson Telecom AB
3 All rights reserved. This program and the accompanying materials
4 are made available under the terms of the Eclipse Public License v1.0
5 which accompanies this distribution, and is available at
6 http://www.eclipse.org/legal/epl-v10.html
7
8 Contributors:
9 Balasko, Jeno
10 Raduly, Csaba
11 -->
12 <schema xmlns="http://www.w3.org/2001/XMLSchema"
13 xmlns:r="www.XmlTest.org/complex_include"
14 targetNamespace="www.XmlTest.org/complex_include"
15 elementFormDefault="qualified">
16 <annotation>
17 <documentation xml:lang="en">
18 This documentum tests based on
19 XML Schema Part 0: Primer Second Edition
20 5 Advanced Concepts III. The Quantity Report
21 5.4 Importing Types
22 XML Schema Part 1: Structures Second Edition
23 ...
24 ETSI ES 201 873-9 V4.1.2
25 This is the including schema
26 </documentation>
27 </annotation>
28
29 <include schemaLocation="XmlTest_complex_include1.xsd"/>
30
31 <element name="purchaseReport">
32 <complexType>
33 <sequence>
34 <element name="regions" type="r:RegionsType"/>
35 <element name="parts" type="r:PartsType"/>
36 </sequence>
37 <attribute name="period" type="duration"/>
38 <attribute name="periodEnding" type="date"/>
39 </complexType>
40 </element>
41
42 </schema>
This page took 0.032282 seconds and 5 git commands to generate.