<?xml version="1.0" encoding="utf-8"?>
<mddlScheme>
	<head>
		<dateTime>2007-03-01T000000Z</dateTime>
		<title>MDDL periodType Scheme</title>
		<element>periodType</element><parent wildcard="yes" />
		<definition>The type of period specified.</definition>
		<note>A "period" can specify a duration and/or a start time and/or an end time.  All times are in the ISO 8601 format.</note>
		<note>Remember that the XML times can specify the time range for years, months, days, hours, minutes, seconds, and partial seconds.</note>
                <note>It may per possible to have two periodTypes defined - one for the combination of start/end/duration and a second for enhancing the frequency.</note>
		<note>Cycle: The time range for the repetitive values may specify a start time indicating the repeat reference time, and may additionally specify a duration indicating cycle validity (i.e. implied "start" or "durationStart" values).</note>
                <note>Cycle: Certain periods, like "semi-monthly" (i.e. twice a month) cannot be expressed using ISO durations.  Thus, the "periodType" fills in where necessary.</note>
	</head>

	<value><short>absolute</short>      <full>A start and end time are provided with no calculation required</full></value>
	<value><short>duration</short>      <full>Only a duration is provided</full></value>
	<value><short>durationEnd</short>   <full>An end and duration are provided indicating an end of time period back through the start time calculated</full></value>
	<value><short>durationStart</short> <full>A start and duration are provided indicating a beginning time up through the end time calculated</full></value>
	<value><short>end</short>           <full>Only an end time is provided</full></value>
	<value><short>full</short>          <full>All three values (end, start, duration) are provided so any may be used (they should all crosscheck)</full></value>
	<value><short>start</short>         <full>Only a start time is provided</full></value>
	<value><short>dateTime</short>      <full>The "start" time specifics a single date - there is no period or duration.</full></value>
	<value><short>perDuration</short>   <full>Repetition is noted by duration (see cycle note).</full></value>
	<value><short>semimonthly</short>   <full>Twice a month (see cycle note)</full></value>

</mddlScheme>

