Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_complex_include2.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"
3abe9331 10 xmlns:r2="www.XmlTest.org/complex_include2"
970ed795
EL
11 targetNamespace="www.XmlTest.org/complex_include2"
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 ...
21 ETSI ES 201 873-9 V4.1.2
22 This is the included schema with wrong namespace
23 </documentation>
24 </annotation>
25
26 <complexType name="RegionsType">
27 <sequence>
28 <element name="zip" maxOccurs="unbounded">
29 <complexType>
30 <sequence>
31 <element name="part" maxOccurs="unbounded">
32 <complexType>
33 <complexContent>
34 <restriction base="anyType">
35 <attribute name="number" type="string"/>
36 <attribute name="quantity" type="positiveInteger"/>
37 </restriction>
38 </complexContent>
39 </complexType>
40 </element>
41 </sequence>
42 <attribute name="code" type="positiveInteger"/>
43 </complexType>
44 </element>
45 </sequence>
46 </complexType>
47
48 <complexType name="PartsType">
49 <sequence>
50 <element name="part" maxOccurs="unbounded">
51 <complexType>
52 <simpleContent>
53 <extension base="string">
54 <attribute name="number" type="string"/>
55 </extension>
56 </simpleContent>
57 </complexType>
58 </element>
59 </sequence>
60 </complexType>
61
62</schema>
This page took 0.025973 seconds and 5 git commands to generate.