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

<!--

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

-->

<cal:events xmlns:cal="http://www.codesynthesis.com/calendar"
	     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	     xsi:schemaLocation="http://www.codesynthesis.com/calendar calendar.xsd">

  <event title="Bike ride" date="2006-09-04">
  Don't forget to change the tire.
  </event>

  <event title="Mountain hike" date="2006-09-05">
  Can be cancelled if it is too cold.
  </event>

</cal:events>