480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
|
<b>T</b> <b>+</b><i>tag-name</i> <b>*</b> ?<i>value</i>?<br />
<b>U</b> <i>user-name</i><br />
<b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br />
<b>Z</b> <i>checksum</i>
</blockquote>
The C card contains text that is displayed on the timeline for the
event. Exactly one C card is required on an event artifact.
A single D card is required to give the date and time when the
event artifact was created. This is different from the time at which
the event occurs.
A single E card gives the time of the event (the point on the timeline
where the event is displayed) and a unique identifier for the event.
|
|
|
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
|
<b>T</b> <b>+</b><i>tag-name</i> <b>*</b> ?<i>value</i>?<br />
<b>U</b> <i>user-name</i><br />
<b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br />
<b>Z</b> <i>checksum</i>
</blockquote>
The C card contains text that is displayed on the timeline for the
event. The C card is optional, but there can only be one.
A single D card is required to give the date and time when the
event artifact was created. This is different from the time at which
the event occurs.
A single E card gives the time of the event (the point on the timeline
where the event is displayed) and a unique identifier for the event.
|
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
|
<td><b>C</b> <i>comment-text</i></td>
<td align=center><b>1</b></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td align=center><b>0-1</b></td>
<td align=center><b>1</b></td>
</tr>
<tr>
<td><b>D</b> <i>date-time-stamp</i></td>
<td align=center><b>1</b></td>
<td align=center> </td>
<td align=center><b>1</b></td>
<td align=center><b>1</b></td>
|
|
|
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
|
<td><b>C</b> <i>comment-text</i></td>
<td align=center><b>1</b></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td align=center><b>0-1</b></td>
<td align=center><b>0-1</b></td>
</tr>
<tr>
<td><b>D</b> <i>date-time-stamp</i></td>
<td align=center><b>1</b></td>
<td align=center> </td>
<td align=center><b>1</b></td>
<td align=center><b>1</b></td>
|