<docDate>

<docDate> 文書の日付を示す.一般にはタイトルページに書かれている. 4.6 タイトルページ
モジュールtextstructure — 4 テキスト構造モジュール
属性
when 当該日付を標準形式,例えば,YYYY-MM-DDで示す.
状態 任意
データ型

<rng:ref name="data.temporal.w3c"/>
data.temporal.w3c
XML Schema Part 2: Datatypes Second Edition で定義された形式による日付.
解説
簡単な例は,属性whenの値として,グレゴリオ暦を XML Schema Part 2で定義された形式 (YYYY-MM-DD)で示す.
当該モジュールを使用するもの
下位
宣言

<rng:element name="docDate">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="when">
  <rng:ref name="data.temporal.w3c"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element docDate{   att.global.attributes,   attribute when { data.temporal.w3c }?,   macro.phraseSeq}
<docImprint>Oxford, Clarendon Press, <docDate>1987</docDate>
</docImprint>
解説
要素dateは,コアタグ集合で定義されている. 当該要素は,当該文書の日付を記述・処理するためのものである.多くの ソフトウェアは独自の扱いをするだろう.