Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / Examples / chapter_7_3.xsd
CommitLineData
970ed795
EL
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<!--
d44e3c4f 3 Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
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
d44e3c4f 8
9 Contributors:
10 Balasko, Jeno
11 Raduly, Csaba
12-->
970ed795
EL
13<schema xmlns="http://www.w3.org/2001/XMLSchema"
14 targetNamespace="http://www.chapter_7_3.org">
15
16
17 <element name="e16a" type="string"/>
18
19
20 <!--changed from 'typename'-->
21
22
23 <complexType name="e16b">
24 <sequence>
25 <element name="foo" type="integer"/>
26 <element name="bar" type="string"/>
27 </sequence>
28 </complexType>
29
30
31</schema>
This page took 0.025906 seconds and 5 git commands to generate.