summaryrefslogtreecommitdiff
path: root/xsd-examples/cxx/tree/hello/hello.xml
blob: b534d21b5fab30a6b5022ec821749543219b972f (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      : cxx/tree/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>