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:
625 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <xs:schema id="foo" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
3 | <xs:element name="inner">
|
---|
4 | <xs:complexType>
|
---|
5 | <xs:sequence>
|
---|
6 | <xs:element name="a" type="xs:double" minOccurs="1" />
|
---|
7 | <xs:element name="b" type="xs:double" minOccurs="1" />
|
---|
8 | </xs:sequence>
|
---|
9 | </xs:complexType>
|
---|
10 | </xs:element>
|
---|
11 | <xs:element name="outer">
|
---|
12 | <xs:complexType>
|
---|
13 | <xs:sequence>
|
---|
14 | <xs:element ref="inner" minOccurs="0" maxOccurs="unbounded" />
|
---|
15 | <xs:element name="c" type="xs:double" minOccurs="1" />
|
---|
16 | </xs:sequence>
|
---|
17 | </xs:complexType>
|
---|
18 | </xs:element>
|
---|
19 | </xs:schema>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.