Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_xsds / XmlTest_element_nameInheritance.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="www.XmlTest.org/element_nameInheritance"
11 targetNamespace="www.XmlTest.org/element_nameInheritance">
12<annotation>
13 <documentation>
14
15 Regression Test for HLxxxx, reported by Tgc, Zoltan Gyarmati
16
17 </documentation>
18</annotation>
19
20<element name= "nameInheritance">
21 <complexType>
22 <sequence>
23 <element name="code" minOccurs="0" type="xs:codeType-15"/>
24 <element name="second" type="string"/>
25 </sequence>
26 </complexType>
27</element>
28
29<simpleType name="codeType-15">
30 <restriction base="unsignedShort">
31 <maxInclusive value="65535"/>
32 <minInclusive value="0"/>
33 </restriction>
34</simpleType>
35
36</schema>
This page took 0.026633 seconds and 5 git commands to generate.