summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/contacts/contacts.xml
blob: 331e692c9f75de9e4f10ae2e909a61d5b5fd73eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>

<!--

file      : examples/cxx/tree/custom/contacts/contacts.xml
copyright : not copyrighted - public domain

-->

<cts:catalog xmlns:cts="http://www.codesynthesis.com/contacts"
	     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	     xsi:schemaLocation="http://www.codesynthesis.com/contacts contacts.xsd">

  <contact>
    <name>Joe Dirt</name>
    <email>joe@dirt.com</email>
    <phone>555 DIRT</phone>
  </contact>

</cts:catalog>