<date>

Date (日付)

カレンダー上の特定の 1 日のコンテナ要素。

備考

使用法: <date>要素は、<day>, <month>, <year> (それぞれ通常は数値) などの日付成分と、<season> のような非数字要素 (テキスト文字列) などを含みます。
引用文献 (<element-citation><mixed-citation>) 内で使用される場合、この要素は引用されたソースの発行日を指定します。<history> の一部として使用される場合、この要素は、発行履歴の 1 つか、その記事が受付られた日付または受理された日付などを記載します。
関連する解説: <date> の使用法については、Dates in Citations を参照してください。

関連要素

引用文献 (<element-citation><mixed-citation>) 内では、この要素は、引用されたソースの発行日を指定するために使用されます。<year>, <date>, <day>, <month>, <season> の各要素はすべて、引用されたリソースが発行された日付を記述するために使用できます。引用文献中のその他の日付、たとえば、著作権の日付、著者がそのリソースを閲覧した日付、撤回の日付、などは <date-in-citation> を使い、@content-type 属性により該当する日付の種類 (copyright, access-date, time-stamp, etc.) を指定してタグ付けする必要があります。

属性

コンテンツ・モデル

<!ELEMENT  date         %date-model;                                 >

拡張コンテンツ・モデル

(((day?, month?) | season)?, year, era?)

記述方法

以下の順:

この要素は以下の要素内に含むことができます:

用例 1

承認日付:
...
<article-meta>...
<contrib-group>
<contrib contrib-type="author">
<collab collab-type="committee">Technical Committee ISO/TC 108, 
Subcommittee SC 2</collab>
</contrib>
</contrib-group>...
<fpage seq="1">1</fpage>
<lpage>23</lpage>
<history>
<date date-type="approved" iso-8601-date="2012-06-01">
<day>01</day>
<month>06</month>
<year>2012</year>
</date>
</history>
...</article-meta>
...

用例 2

受理日付:
...
<article-meta>
<article-id pub-id-type="pmid">...</article-id>
<title-group>...</title-group>
<contrib-group>...</contrib-group>
<aff id="StLukes">...</aff>
<pub-date publication-format="print" date-type="pub" iso-8601-date="1999-03-27">
<day>27</day><month>03</month><year>1999</year>
</pub-date>
<volume>318</volume>
<issue>7187</issue>
<fpage>837</fpage>
<lpage>841</lpage>
<history>
<date date-type="accepted" iso-8601-date="1999-01-29">
<day>29</day>
<month>01</month>
<year>1999</year></date>
</history>
<permissions>
<copyright-statement>Copyright &#x00A9; 1999, British
Medical Journal</copyright-statement>
<copyright-year>1999</copyright-year>
<copyright-holder>British Medical Journal</copyright-holder>
</permissions>
<abstract>
<p>To examine the effectiveness of
day hospital attendance in prolonging independent living for elderly
people.</p>
</abstract>
</article-meta>
...

用例 3

非グレゴリアン暦の日付:
...
<date date-type="received" calendar="Japanese" 
iso-8601-date="2013-07-01">
<day>1</day>
<month>7</month>
<year>25</year>
<era>昭和</era>
</date>
...

用例 4

引用された書籍の発行日を記載する文献書誌の中で:
...
<ref id="B14">
<element-citation publication-type="book" publication-format="print">
<person-group person-group-type="author">
<name><surname>Hart</surname>
<given-names>JT</given-names></name>
</person-group>
<source>A new kind of doctor: the general practitioner&rsquo;s 
part in the health of the community</source>
<date iso-8601-date="1988" date-type="published">
<year>1988</year></date>
<publisher-loc>London</publisher-loc>
<publisher-name>Merlin Press</publisher-name>
</element-citation>
</ref>
...
...
<ref id="B14">
<mixed-citation publication-type="book" publication-format="print">
<person-group person-group-type="author">
<name><surname>Hart</surname> <given-names>JT</given-names>
</name></person-group>. 
<source>A new kind of doctor: the general practitioner&rsquo;s 
part in the health of the community</source>. 
<publisher-loc>London</publisher-loc>:  
<publisher-name>Merlin Press</publisher-name>, 
<date iso-8601-date="1988" date-type="published">
<year>1988</year></date>.
</mixed-citation>
</ref>
...