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

<!--

file      : examples/cxx/hybrid/polyroot/person.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">
	
  <name>John Doe</name>
  
</person>