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

<!--

file      : examples/cxx/hybrid/hello/hello.xml
copyright : not copyrighted - public domain

-->

<hello xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:noNamespaceSchemaLocation="hello.xsd">

  <greeting>Hello</greeting>

  <name>sun</name>
  <name>moon</name>
  <name>world</name>

</hello>