b36eff03ac5354c68e81aa006770fd9648fd81f9
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_complex_any.xsd
1 <!--
2 Copyright (c) 2000-2014 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 xmlns:r1="www.XmlTest.org/complex_any"
11 targetNamespace="www.XmlTest.org/complex_any"
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.5 Any Element, Any Attribute
19 XML Schema Part 1: Structures Second Edition
20 3.10.1 The Wildcard Schema Component
21 This is the included schema with proper namespace
22 </documentation>
23 </annotation>
24
25 <element name="ElementContainingXhtml_1">
26 <complexType>
27 <sequence>
28 <element name="FirstField" type="string"/>
29 <any id="MyAnyXhtml1" namespace="http://www.w3.org/1999/xhtml"
30 minOccurs="1" maxOccurs="unbounded"/>
31 <element name="ThirdField" type="string"/>
32 </sequence>
33 </complexType>
34 </element>
35
36 <element name="ElementContainingXhtml_2">
37 <complexType>
38 <sequence>
39 <any id="MyAnyXhtml2" namespace="http://www.w3.org/1999/xhtml"
40 minOccurs="1" maxOccurs="unbounded"/>
41 </sequence>
42 </complexType>
43 </element>
44
45 </schema>
This page took 0.065733 seconds and 5 git commands to generate.