<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE calendar SYSTEM "events.dtd">
<calendar>
  <about>
    <title>Birthdays</title>
    <description>
      <para>This is a test file to see if EML 0.1 works.</para>
      <para>Probably needs a Schema for numerical validation</para>
    </description>
    <author>
      <name>Peter Flynn</name>
      <org>Silmaril Consultants</org>
      <email>peter@silmaril.ie</email>
    </author>
    <updates>
      <event from="2002-04-23">
	<title>First example</title>
	<class>test</class>
	<description>
	  <para>A file to test EML</para>
	</description>
      </event>
    </updates>
  </about>
  <events>
    <event from="2002-09-05" repeat="year" freq="1"
      alarm="0000-09-01">
<!-- I don't know if ISO 8601 allows zero years. I
mean this to imply "every year on the 1st Sept" -->
      <title>Peter's birthday</title>
      <location>Cork</location>
      <class>family</class>
    </event>
  </events>
</calendar>