Last change
on this file since 102035 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
370 bytes
|
Line | |
---|
1 | <schema xmlns:my='http://my.ns/'
|
---|
2 | xmlns='http://www.w3.org/2001/XMLSchema'
|
---|
3 | targetNamespace='http://my.ns/'
|
---|
4 | >
|
---|
5 | <attribute name='other' type='string'/>
|
---|
6 | <element name='my'>
|
---|
7 | <complexType>
|
---|
8 | <simpleContent>
|
---|
9 | <extension base='string'>
|
---|
10 | <attribute ref='my:other'/>
|
---|
11 | </extension>
|
---|
12 | </simpleContent>
|
---|
13 | </complexType>
|
---|
14 | </element>
|
---|
15 | </schema>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.