File: elementHandler.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 (11 lines) | stat: -rwxr-xr-x 429 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="ASCII"?>
<x:root 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:x="http://www.example.com/X" 
    xmlns:y="http://www.example.com/Y"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xsi:schemaLocation="http://www.example.com/X x.xsd http://www.example.com/Y y.xsd">
  <x:base xsi:type="x:X"/>
  <x:base xsi:type="y:Y"/>
  <x:value xsi:type="xsd:int">42</x:value>
</x:root>