mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +03:00
9 lines
303 B
XML
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>
|