Last change
on this file since 95312 was 95312, checked in by vboxsync, 2 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
418 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <xsd:schema
|
---|
3 | xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
---|
4 | elementFormDefault="qualified" attributeFormDefault="qualified"
|
---|
5 | blockDefault="extension" finalDefault="extension">
|
---|
6 |
|
---|
7 | <xsd:element name="bar">
|
---|
8 | <xsd:complexType>
|
---|
9 | <xsd:sequence>
|
---|
10 | <xsd:element name="bar.B" type="xsd:anyType"/>
|
---|
11 | </xsd:sequence>
|
---|
12 | <xsd:attribute name="bar"/>
|
---|
13 | </xsd:complexType>
|
---|
14 |
|
---|
15 | </xsd:element>
|
---|
16 |
|
---|
17 | </xsd:schema>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.