blob: 16203973358a57c923d4587e705aecacf41435d0 [file] [log] [blame]
Daniel Veillardc0826a72004-08-10 14:17:33 +00001<?xml version="1.0" encoding="ISO-8859-1"?>
2<!-- Tests xsd:any.
3 invalid: <bar.A/> and <foo:bar.B/>
4 valid: <bar:bar.C/>
5-->
6<foo:foo
7 xmlns:foo="http://FOO"
8 xmlns:bar="http://BAR"
9 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10 xsi:schemaLocation="http://FOO any4_0.xsd">
11
12 <foo:anything>
13 <foo:boo booAttr="123"/>
14 </foo:anything>
15
16</foo:foo>
17