2 <schema xmlns=
"http://www.w3.org/2001/XMLSchema"
4 targetNamespace=
"http://FOO" version=
"0.1"
5 elementFormDefault=
"qualified">
7 <complexType name=
"fooType">
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"/>
16 <element name=
"PGPKeyPacket" type=
"base64Binary"/>
17 <any namespace=
"##other" processContents=
"lax" minOccurs=
"0"
18 maxOccurs=
"unbounded"/>
23 <element name=
"foo" type=
"foo:fooType"/>