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:
339 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
3 | <xs:complexType name="length3">
|
---|
4 | <xs:sequence>
|
---|
5 | <xs:element name="size" type="xs:non-positive-integer"/>
|
---|
6 | <xs:element name="unit" type="xs:NMTOKEN"/>
|
---|
7 | </xs:sequence>
|
---|
8 | </xs:complexType>
|
---|
9 | <xs:element name="depth" type="length3"/>
|
---|
10 | </xs:schema>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.