libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / schemas / seq-dubl-elem1_0.xsd
blobfd05da78f0a827de13606327d05f3bba41bb13b9
1 <?xml version="1.0"?>
2 <schema xmlns="http://www.w3.org/2001/XMLSchema"
3 xmlns:foo="http://FOO"
4 targetNamespace="http://FOO" version="0.1"
5 elementFormDefault="qualified">
7 <complexType name="fooType">
8 <choice>
9 <sequence>
10 <element name="PGPKeyID" type="base64Binary"/>
11 <element name="PGPKeyPacket" type="base64Binary" minOccurs="0"/>
12 <any namespace="##other" processContents="lax" minOccurs="0"
13 maxOccurs="unbounded"/>
14 </sequence>
15 <sequence>
16 <element name="PGPKeyPacket" type="base64Binary"/>
17 <any namespace="##other" processContents="lax" minOccurs="0"
18 maxOccurs="unbounded"/>
19 </sequence>
20 </choice>
21 </complexType>
23 <element name="foo" type="foo:fooType"/>
25 </schema>