File: dbitemtest.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 (13 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<db:dbitem 
 xmlns:dbp="http:///org.eclipse.emf.test.models/dbprice" 
 xmlns:db="http:///org.eclipse.emf.test.models/dbitem">
  <db:red_pen>
    <dbp:price>23</dbp:price>
  </db:red_pen>
  <blue_pen/>
  <db:red_pencil>
    <price>24</price>
  </db:red_pencil>
  <blue_pencil/>
</db:dbitem>