6dca64e879ff8af8c730a2290d3b504a8da95fd5
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / HO18151 / HO18151.xsd
1 <!--
2 Copyright (c) 2000-2014 Ericsson Telecom AB
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
10 targetNamespace="urn:geo:HO18151"
11 xmlns:geo="urn:geo:HO18151"
12 xmlns:xs="http://www.w3.org/2001/XMLSchema"
13 elementFormDefault="qualified" attributeFormDefault="unqualified">
14
15 <xs:complexType name="notewell-simple">
16 <xs:simpleContent>
17 <xs:extension base="xs:string">
18 <xs:attribute name="at2" type="xs:string" />
19 </xs:extension>
20 </xs:simpleContent>
21 </xs:complexType>
22
23 <!-- From:
24 <xs:complexType name="notewell">
25 <xs:simpleContent>
26 <xs:extension base="xs:string">
27 <xs:attribute ref="geo:lang" />
28 </xs:extension>
29 </xs:simpleContent>
30 </xs:complexType>
31 -->
32 <xs:complexType name="notewell">
33 <xs:simpleContent>
34 <xs:extension base="xs:string">
35 <xs:attribute ref="geo:lang" />
36 </xs:extension>
37 </xs:simpleContent>
38 </xs:complexType>
39
40 <!-- cut&paste from xml.xsd -->
41 <xs:attribute name="lang">
42 <xs:simpleType>
43 <xs:union memberTypes="xs:language">
44 <xs:simpleType>
45 <xs:restriction base="xs:string">
46 <xs:enumeration value=""/>
47 </xs:restriction>
48 </xs:simpleType>
49 </xs:union>
50 </xs:simpleType>
51 </xs:attribute>
52
53 </xs:schema>
This page took 0.09377 seconds and 5 git commands to generate.