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

<!--

file      : examples/cxx/tree/custom/contacts/contacts.xml
author    : Boris Kolpackov <boris@codesynthesis.com>
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>