<creation>

<creation> (creation) テキストの作成に関する情報を示す。 [2.4.1 Creation 2.4 The Profile Description]
モジュール header — The TEI Header
属性
クラブのメンバー
上位
header: profileDesc
下位
解説

creation要素はテキストが作成された詳細、たとえば時間や場所などの記録に使用できる。 listChange要素を用いてテキストの発展段階や修正についての構造的情報を含んでもよい。 刊行時・刊行地を記録するpublicationStmt要素と混同しないように。

<creation>
 <date>Before 1987</date>
</creation>
<creation>
 <date when="1988-07-10">10 July 1988</date>
</creation>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.limitedPhrase"/>
  <elementRef key="listChange"/>
 </alternate>
</content>
宣言
<rng:element name="creation">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.datable.attributes"/>
 <rng:ref name="att.datable.custom.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:ref name="att.datable.w3c.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.limitedPhrase"/>
   <rng:ref name="listChange"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element creation
{
   att.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.datable.attributes,
   att.datable.custom.attributes,
   att.datable.iso.attributes,
   att.datable.w3c.attributes,
   ( text | model.limitedPhrase | listChange )*
}