File: qname.xml

package info (click to toggle)
eclipse-emf 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 50,912 kB
  • ctags: 60,697
  • sloc: java: 407,889; xml: 7,165; sh: 200; makefile: 13
file content (17 lines) | stat: -rwxr-xr-x 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>