Last change
on this file since 96022 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
532 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <!-- Tests xsd:any with "##any". -->
|
---|
3 | <xsd:schema
|
---|
4 | xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
---|
5 | targetNamespace="http://FOO"
|
---|
6 | xmlns:foo="http://FOO">
|
---|
7 |
|
---|
8 | <xsd:element name="boo">
|
---|
9 | <xsd:complexType>
|
---|
10 | <xsd:attribute name="booAttr" type="xsd:integer" />
|
---|
11 | </xsd:complexType>
|
---|
12 | </xsd:element>
|
---|
13 |
|
---|
14 | <xsd:element name="foo">
|
---|
15 | <xsd:complexType>
|
---|
16 | <xsd:sequence>
|
---|
17 | <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="3"/>
|
---|
18 | </xsd:sequence>
|
---|
19 | </xsd:complexType>
|
---|
20 | </xsd:element>
|
---|
21 |
|
---|
22 | </xsd:schema>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.