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