Last change
on this file since 101978 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
467 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
3 | <xs:complexType name="length2">
|
---|
4 | <xs:complexContent>
|
---|
5 | <xs:restriction base="xs:anyType">
|
---|
6 | <xs:sequence>
|
---|
7 | <xs:element name="size" type="xs:nonNegativeInteger"/>
|
---|
8 | <xs:element name="unit" type="xs:NMTOKEN"/>
|
---|
9 | </xs:sequence>
|
---|
10 | </xs:restriction>
|
---|
11 | </xs:complexContent>
|
---|
12 | </xs:complexType>
|
---|
13 | <xs:element name="depth" type="length2"/>
|
---|
14 | </xs:schema>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.