david: doc/kolab-formats commonfields.sgml,1.17,1.18

cvs at intevation.de cvs at intevation.de
Mon Oct 11 14:08:16 CEST 2004


Author: david

Update of /kolabrepository/doc/kolab-formats
In directory doto:/tmp/cvs-serv4188

Modified Files:
	commonfields.sgml 
Log Message:
<date> -> <daynumber> as discussed with Joon


Index: commonfields.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/commonfields.sgml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- commonfields.sgml	7 Oct 2004 16:07:30 -0000	1.17
+++ commonfields.sgml	11 Oct 2004 12:08:14 -0000	1.18
@@ -67,7 +67,6 @@
           <interval>(number, default 1)</interval>
           {<day>(string, no default)</day>}
           <daynumber>(number, no default)</daynumber>
-          <date>(number, no default)</date>
           <month>(string, no default></month>
           <range type="rangetype">(date or number or nothing, no default)</range>
           {<exclusion>(date, no default)</exclusion>}
@@ -106,13 +105,14 @@
 
 <para>monthly: The recurrence tag has a second attribute type, which
 can be either "daynumber" or "weekday". In both cases, interval
-specifies "every X months". In the case of daynumber, tag <date>
-gives the date in the month this recurs on. For weekday, tags
-<daynumber> and <day> must be there.</para>
+specifies "every X months". In the case of "daynumber", tag <daynumber>
+gives the date in the month this recurs on.
+For "weekday", tags <daynumber> and <day> must be there.
+</para>
 
 <para>yearly: The recurrence tag has a second attribute type, which
 can be either "monthday" or "yearday". In both cases, interval
-specifies "every X years". If it's monthday, tags <date> and
+specifies "every X years". If it's monthday, tags <daynumber> and
 <month> apply. For yearday, <daynumber> is needed.</para>
 
 <para>The range must also be present. This can be "none", which means
@@ -173,7 +173,7 @@
 <para><programlisting><![CDATA[
         <recurrence cycle="monthly" type="daynumber">
           <interval>2</interval>
-          <date>3</date>
+          <daynumber>3</daynumber>
           <range type="date">2006-06-01</range>
         </recurrence>
 ]]></programlisting></para>
@@ -198,7 +198,7 @@
 <para><programlisting><![CDATA[
         <recurrence cycle="yearly" type="monthday">
           <interval>1</interval>
-          <date>4</date>
+          <daynumber>4</daynumber>
           <month>june</month>
           <range type="date">2005-12-31</range>
         </recurrence>





More information about the commits mailing list