att.datable.iso

att.datable.iso 用於紀錄規格化時間的屬性,該規格使用ISO 8601:2004標準 [3.6.4 Dates and Times 13.4 Dates]
組件 namesdates — Names, Dates, People, and Places
成員 att.datable [acquisition affiliation age altIdentifier application author binding birth bloc change climate conversion country creation custEvent date death district docDate editor education event eventName faith floruit funder gender geogFeat geogName idno langKnowledge langKnown licence location meeting name nationality objectName occupation offset orgName origDate origPlace origin persName persPronouns placeName population precision principal provenance region relation residence resp seal settlement sex socecStatus sponsor stamp state terrain time title trait unitDecl unitDef]
屬性
when-iso⚓︎ supplies the value of a date or time in a standard form.
狀態 非必備的
資料類型 teidata.temporal.iso

The following are examples of ISO date, time, and date & time formats that are not valid W3C format normalizations.

<date when-iso="1996-09-24T07:25+00">Sept. 24th, 1996 at 3:25 in the morning</date>
<date when-iso="1996-09-24T03:25-04">Sept. 24th, 1996 at 3:25 in the morning</date>
<time when-iso="1999-01-04T20:42-05">4 Jan 1999 at 8:42 pm</time>
<time when-iso="1999-W01-1T20,70-05">4 Jan 1999 at 8:42 pm</time>
<date when-iso="2006-05-18T10:03">a few minutes after ten in the morning on Thu 18 May</date>
<time when-iso="03:00">3 A.M.</time>
<time when-iso="14">around two</time>
<time when-iso="15,5">half past three</time>

All of the examples of the when attribute in the att.datable.w3c class are also valid with respect to this attribute.

He likes to be punctual. I said <q>
 <time when-iso="12">around noon</time>
</q>, and he showed up at <time when-iso="12:00:00">12 O'clock</time> on the dot.

The second occurence of time could have been encoded with the when attribute, as 12:00:00 is a valid time with respect to the W3C XML Schema Part 2: Datatypes Second Edition specification. The first occurence could not.

notBefore-iso⚓︎ 以標準格式標明該事件可能發生的最早日期,例如年-月-日。
狀態 非必備的
資料類型 teidata.temporal.iso
notAfter-iso⚓︎ 以標準格式標明該事件可能發生的最晚日期,例如年-月-日。
狀態 非必備的
資料類型 teidata.temporal.iso
from-iso⚓︎ 以標準格式表示該段時間的起始點。
狀態 非必備的
資料類型 teidata.temporal.iso
to-iso⚓︎ 以標準格式表示該段時間的結束點。
狀態 非必備的
資料類型 teidata.temporal.iso