VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/union2_1.xsd@ 98321

Last change on this file since 98321 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 694 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:test:foo">
3 <xsd:element name="ELEMENTS">
4 <xsd:simpleType>
5 <xsd:union>
6 <xsd:simpleType>
7 <xsd:restriction base="xsd:int">
8 <xsd:minInclusive value="10"/>
9 <xsd:maxInclusive value="20"/>
10 </xsd:restriction>
11 </xsd:simpleType>
12 <xsd:simpleType>
13 <xsd:restriction base="xsd:int">
14 <xsd:minInclusive value="30"/>
15 <xsd:maxInclusive value="40"/>
16 </xsd:restriction>
17 </xsd:simpleType>
18 </xsd:union>
19 </xsd:simpleType>
20 </xsd:element>
21</xsd:schema>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette