1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<?xml version="1.0"?>
<resource z:aQname="p:a"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xsi:schemaLocation="http:///org.eclipse.emf.test.models/qname qname.xsd"
xmlns="http:///org.eclipse.emf.test.models/qname"
xmlns:p="urn:p"
xmlns:z="http:///org.eclipse.emf.test.models/qname"
myQname="z:id1 p:id2">
<unionvalue>10</unionvalue>
<z:qnamelist xmlns="http://local" xmlns:p="http://local-p">r2 p:r1</z:qnamelist>
<intvalue>1</intvalue>
<anyE>qname</anyE>
</resource>
|