VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/bug309338_1.xsd@ 103951

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

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

File size: 340 bytes
Line 
1<?xml version="1.0"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 xmlns:f="urn:test:foo"
4 targetNamespace="urn:test:foo">
5 <xsd:element name="foo" type="f:fooType"/>
6
7 <xsd:simpleType name="fooType">
8 <xsd:restriction base="xsd:decimal">
9 <xsd:minExclusive value="0"/>
10 </xsd:restriction>
11 </xsd:simpleType>
12
13</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