<?xml version="1.0"?>
<!DOCTYPE meeting PUBLIC "-//WEFT//DTD MEETING 0.1//EN" "meeting.dtd">
<?xml-stylesheet href="meeting.xsl" type="text/xsl"?>
<!--  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::  -->
<!--								-->
<!--	meeting.xml						-->
<!--								-->
<!--	Purpose:						-->
<!--	(i) Ostensible: XML application for arranging 		-->
<!--	meetings.						-->
<!--	(ii) Actual: Example document for use in introductory 	-->
<!--	XML course						-->
<!--								-->
<!--	Author:		Simon Brooke <simon@weft.co.uk>		-->
<!--	Created:	23rd May 1999				-->
<!--	Copyright:	(c) 1999 Weft Technology Ltd.		-->
<!--								-->
<!--  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::  -->
<meeting id="June Board Meeting">
  <venue>
    28 Forth Street, Edinburgh
  </venue>
  <invitees>
    <attendee attendance="required" meeting-role="convenor">
      <name>
	Simon Brooke
      </name>
      <position>
	Technical Director
      </position>
    </attendee>
    <attendee attendance="required">
      <name>Angela Stormont</name>
      <position>
	Communications Director
      </position>
    </attendee>
    <attendee meeting-role="secretary">
      <name>
	Juliette Cooke
      </name>
    </attendee>
    <attendee meeting-role="observer" attendance="prevented">
      <name>
	Shaman Pussycat
      </name>
    </attendee>
  </invitees>
  <meeting-time duration="0:2:0:0"> 
    <earliest>
      <date>
	01/Jun/1999
      </date>
      <time>
	09:00:00
      </time>
    </earliest>
    <latest>
      <date>
	30/Jun/1999
      </date>
      <time>
	15:00:00
      </time>
    </latest>
    <excluded>
      <day>
	Wednesday
      </day>
    </excluded>
    <excluded>
      <day>
	Saturday
      </day>
    </excluded>
    <excluded>
      <day>
	Sunday
      </day>
    </excluded>
    <excluded>
      <timerange>
	17:00:00 - 24:00:00
      </timerange>
    </excluded>
    <excluded>
      <timerange>
	00:00:00 - 09:30:00
      </timerange>
    </excluded>    
  </meeting-time>
  <agenda>
    <item>
      Minutes of Last
    </item>
    <item>
      Matters Arising
    </item>
    <item>
      Financial Statement
    </item>
    <item>
      Officer's Reports
    </item>
    <item>
      Any other competent business
    </item>
  </agenda>
</meeting>
