<string-date>

Date as a String (文字列としての日付)

文字列で表記された日付。

備考

この要素は、通常、月と年が指定されていない日付(たとえば、“In apple blossom time”)に使用されます。<string-date> 要素は、一連の文字 (たとえば、“January, 2001”、 “Fall 2001”、 “March 11, 2001” など) にも使用できますが、可能な限り、年、月、日を数字としてタグ付けすることが推奨されます。したがって、“January, 2001” は次のようになります。
...
  <month>01</month>
  <year iso-8601-date="2001-01">2001</year>
...
このタグセットでは、<string-date><date> の中で、あるいは <date> と同じレベルで使用できます。この柔軟性により、ほぼすべての出版者の構造を維持することができます。

属性

コンテンツ・モデル

<!ELEMENT  string-date  (#PCDATA %string-date-elements;)*            >

拡張コンテンツ・モデル

(#PCDATA | day | era | month | season | year)*

記述方法

以下のあらゆる組合せ:

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

用例

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref id="B12">
<label>[12 Lapeyre]</label>
<element-citation>
<string-name>Rene Lapeyre du Fontclaire Carnu, IV</string-name>
<article-title>Foraminifera of the Lower Hellstooth</article-title>
<source>Local Paleo</source>
<string-date iso-8601-date="1924">Some time before
<year>1924</year></string-date>
<publisher-loc>Rockville, MD</publisher-loc>
</element-citation>
</ref>
...