from |
indicates the starting point of the time period in a standard form, usually hh:mm. |
|
Datatype: CDATA |
|
Values: a string representing a time in standard format;
recommended forms are the extended formats from ISO 8601. |
|
Default: #IMPLIED |
Note |
If the format of the value is not one from ISO 8601, then
its format should be declared in the <stdVals>
element in the TEI header.
|
to |
indicates the ending point of the time period in standard form, usually hh:mm. |
|
Datatype: CDATA |
|
Values: a string representing a time in standard format;
recommended forms are the extended formats from ISO 8601. |
|
Default: #IMPLIED |
Note |
If the format of the value is not one from ISO 8601, then
its format should be declared in the <stdVals>
element in the TEI header.
|
exact |
indicates the precision to be attached to either or both times
specified. |
|
Datatype: (to|from|both|none) |
|
Legal values are:
to |
the to time is exact |
from |
the from time is exact |
both |
both times are exact |
none |
both times are approximate or unspecified |
|
|
Default: #IMPLIED |
|
Example: <timeRange from="16:00" to="16:20" exact="from">
Just after teatime</timeRange>
|
Note |
unless they confrom to ISO 8601, time values should conform
to the standard form declared in the <stdVals>
element in the TEI header.
|