Annotation of embedaddon/libxml2/test/schemas/bug455953_0.xml, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>