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:
508 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <xsd:schema targetNamespace="http://www.foo.com" elementFormDefault="qualified"
|
---|
3 | xmlns="http://www.foo.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
---|
4 | <xsd:element name="testDecimalFacet">
|
---|
5 | <xsd:simpleType>
|
---|
6 | <xsd:restriction base="xsd:decimal">
|
---|
7 | <xsd:minInclusive value="0"/>
|
---|
8 | </xsd:restriction>
|
---|
9 | </xsd:simpleType>
|
---|
10 | </xsd:element>
|
---|
11 | </xsd:schema>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.