File: dbitemtest.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 (13 lines) | stat: -rw-r--r-- 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>