File: qname.xml

package info (click to toggle)
eclipse-emf 2.32.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 62,192 kB
  • sloc: java: 645,417; xml: 11,659; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (8)
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>