att.datable.w3c
att.datable.w3c W3CのXML Schema Part 2: Datatypes Second Editionに準拠した年代測定可能なイベントを含む要素の正規化に関する属性を提供する. [3.6.4 Dates and Times 13.4 Dates] | |||||||||||||||||||||||||||||||||||||
モジュール | tei — The TEI Infrastructure | ||||||||||||||||||||||||||||||||||||
構成 | att.datable [acquisition affiliation age altIdentifier application author binding birth bloc change climate conversion country creation custEvent date death district editor education event faith floruit funder 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] | ||||||||||||||||||||||||||||||||||||
属性 |
|
||||||||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@when]"> <sch:report test="@notBefore|@notAfter|@from|@to" role="nonfatal">The @when attribute cannot be used with any other att.datable.w3c attributes.</sch:report> </sch:rule> |
||||||||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@from]"> <sch:report test="@notBefore" role="nonfatal">The @from and @notBefore attributes cannot be used together.</sch:report> </sch:rule> |
||||||||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@to]"> <sch:report test="@notAfter" role="nonfatal">The @to and @notAfter attributes cannot be used together.</sch:report> </sch:rule> |
||||||||||||||||||||||||||||||||||||
例 | |||||||||||||||||||||||||||||||||||||
解説 |
この属性の値は,グレゴリオ暦を用い、XML Schema Part 2: Datatypes Second Editionで定義されるいずれかの標準形式で正規化された日付や時刻,あるいはその組み合わせである。時間の属性としてもっともよく使われる形式は, 属性whenの値は,日付や時間またはその組み合わを, XML Schema Part 2: Datatypes Second Editionに従って示される. 当該日付の値が,グレゴリオ暦またはそれ以前の前グレゴリオ暦シス テムの場合に真となる. 現時点では,W3Cは年号の値として0000を認めていない. この場合,一般的には,1BCE(紀元前1世紀)と記される. 現行W3Cのシステムを採用すれば,1BCEは-0001,2BCEは, -0002と記される. ‘この背景には,XML Schema Working Groupが,値 0000を1BCE(閏年)の文字表記として,-0001 を2BCEの文字表記として,-0002を3BCEの文字表記として 利用したかったためである.’ 従って,場合によっては,属性when-isoにより紀元前 を示した方が便利かもしれない. |