File: elementHandlerComplexRoot.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 (9 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="ASCII"?>
<x:x
    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:type="y:Y"
    xsi:schemaLocation="http://www.example.com/X x.xsd http://www.example.com/Y y.xsd">
</x:x>