2 <!-- Tests xsd:any with "##any". -->
4 xmlns:
xsd=
"http://www.w3.org/2001/XMLSchema"
5 targetNamespace=
"http://FOO"
6 xmlns:
foo=
"http://FOO">
8 <xsd:element name=
"boo">
10 <xsd:attribute name=
"booAttr" type=
"xsd:integer" />
14 <xsd:element name=
"foo">
17 <xsd:any namespace=
"##any" processContents=
"lax" minOccurs=
"0" maxOccurs=
"3"/>