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

<!--

file      : examples/cxx/parser/polyroot/batman.xml
author    : Boris Kolpackov <boris@codesynthesis.com>
copyright : not copyrighted - public domain

-->

<person xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="supermen.xsd"
	xsi:type="batman" can-fly="true" wing-span="10">
	  
  <name>Bruce Wayne</name>
  
</person>