summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/polyroot/superman.xml
blob: c831f6caf6590f31a3b7b79e1c169a8a7e9f0826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>

<!--

file      : examples/cxx/parser/polyroot/superman.xml
copyright : not copyrighted - public domain

-->

<person xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="supermen.xsd"
	xsi:type="superman" can-fly="false">
	
  <name>James "007" Bond</name>   
    
</person>