Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / HN21072 / W3-WSDL-chop.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:xs="http://www.w3.org/2001/XMLSchema"
11 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
12 targetNamespace="http://schemas.xmlsoap.org/wsdl/"
13elementFormDefault="qualified">
14
15 <!-- kell! -->
16 <complexType name="documented" abstract="true">
17 <sequence>
18 </sequence>
19 </complexType>
20
21 <complexType name="startWithExtensionsType" abstract="true">
22 <complexContent>
23 <extension base="wsdl:documented">
24 <sequence>
25 <!-- this (record of) any is needed! -->
26 <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
27 </sequence>
28 </extension>
29 </complexContent>
30 </complexType>
31
32 <!-- !! !! !! !! !! !! !! !! -->
33 <complexType name="binding_operationType">
34 <complexContent>
35 <extension base="wsdl:startWithExtensionsType">
36 <sequence>
37 <element name="fault" minOccurs="0" maxOccurs="unbounded">
38 <!-- This appears to be the critical part -->
39 <complexType>
40 <complexContent>
41 <extension base="wsdl:startWithExtensionsType">
42 </extension>
43 </complexContent>
44 </complexType>
45 </element>
46 </sequence>
47 </extension>
48 </complexContent>
49 </complexType>
50
51 <element name="binding_operationType" type="wsdl:binding_operationType"/>
52</schema>
This page took 0.027183 seconds and 5 git commands to generate.