Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / HO12250 / HO12250.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 <xs:schema targetNamespace="http://titan/HO16426"
10 xmlns:tns="http://titan/HO16426"
11 xmlns:xs="http://www.w3.org/2001/XMLSchema"
12 >
13
14 <xs:complexType name="MySetOfInt">
15 <xs:all>
16 <xs:element name="i" type="integer" minOccurs="0" maxOccurs="unbounded"/>
17 </xs:all>
18 </xs:complexType>
19
20
21 </xs:schema>
This page took 0.061217 seconds and 5 git commands to generate.