1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/schemas/any6_0.xml
Kasimier T. Buchcik 5c68274c86 Added regression tests (they fail currently), but did not added results
* test/schemas/any6* test/schemas/any7*: Added regression tests
  (they fail currently), but did not added results yet.
2005-07-23 21:28:30 +00:00

8 lines
258 B
XML
Executable File

<?xml version="1.0"?>
<!-- Dummy instance for any-1_1.xsd -->
<foo:foo xmlns:foo="urn:test:foo" xmlns:moo="urn:test:moo"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:test:foo any-1_1.xsd">
<foo:bar/>
<moo:moo/>
</foo:foo>