any2_0.xml 496 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- Tests xsd:any with a set of namespaces, icluding
  3. "##local" and "##targetNamespace". -->
  4. <foo:foo
  5. xmlns:foo="http://FOO"
  6. xmlns:bar="http://BAR"
  7. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:schemaLocation="http://FOO any2_0.xsd">
  9. <foo:anything>
  10. <foo:boo booAttr="123"/>
  11. </foo:anything>
  12. <bar:anything>
  13. <foo:boo booAttr="123"/>
  14. </bar:anything>
  15. <anything>
  16. <foo:boo booAttr="123"/>
  17. </anything>
  18. </foo:foo>