Titan Core Initial Contribution
[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<!--
3 Copyright (c) 2000-2014 Ericsson Telecom AB
4
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
9 -->
10<schema xmlns="http://www.w3.org/2001/XMLSchema"
11 targetNamespace="http://www.chapter_7_3.org">
12
13
14 <element name="e16a" type="string"/>
15
16
17 <!--changed from 'typename'-->
18
19
20 <complexType name="e16b">
21 <sequence>
22 <element name="foo" type="integer"/>
23 <element name="bar" type="string"/>
24 </sequence>
25 </complexType>
26
27
28</schema>
This page took 0.026753 seconds and 5 git commands to generate.