Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_element_anyType.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 xmlns:ns31="www.XmlTest.org/element_anyType"
11 targetNamespace="www.XmlTest.org/element_anyType">
12 <annotation>
13 <documentation xml:lang="en">
14 This documentum tests based on
15 XML Schema Part 0: Primer Second Edition
16 2.5.4 anyType
17 </documentation>
18 </annotation>
19
20
21 <element name="anything1" type="anyType"/>
22
23 <element name="anything2"/>
24
25 </schema>
This page took 0.032547 seconds and 5 git commands to generate.