1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/schemas/bug455953_0.xml
Daniel Veillard 3888f47263 applied patch from Frank Gross fixing Schemas IDC import bug #455953 and
* xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
  applied patch from Frank Gross fixing Schemas IDC import bug
  #455953 and also add the test to the regression suite
Daniel

svn path=/trunk/; revision=3652
2007-08-23 09:29:03 +00:00

9 lines
303 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<pre:MainElement xmlns:pre="http://www.tempuri.org/MainSchema" xmlns:ns="http://www.tempuri.org/ImportedSchema">
<pre:MainA MainID="1"/>
<ns:AnotherElement>
<ns:B BID="3">
<ns:MyB>EMPTY</ns:MyB>
</ns:B>
</ns:AnotherElement>
</pre:MainElement>