Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / HN65402 / jellystone.xsd
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
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 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
12 xmlns="http://ttcn.ericsson.se/xsd2ttcn/HN65402"
13 targetNamespace="http://ttcn.ericsson.se/xsd2ttcn/HN65402"
14 attributeFormDefault="unqualified"
15 elementFormDefault="qualified"
16 >
17
18 <xsd:complexType name="BooBoo">
19 <xsd:attribute name="Food" type="xsd:string" use="required" />
20 </xsd:complexType>
21
22 <!-- Must come before YogiBear to trigger the bug -->
23 <xsd:complexType name="RangerSmith">
24 <xsd:complexContent>
25 <xsd:extension base="YogiBear">
26 <xsd:attribute name="Gun" type="xsd:string" />
27 </xsd:extension>
28 </xsd:complexContent>
29 </xsd:complexType>
30
31 <xsd:complexType name="YogiBear">
32 <xsd:complexContent>
33 <xsd:extension base="BooBoo">
34 <xsd:attribute name="Basket" type="xsd:string" use="required" />
35 </xsd:extension>
36 </xsd:complexContent>
37 </xsd:complexType>
38
39 </xsd:schema>
40
This page took 0.035058 seconds and 5 git commands to generate.