<creation>

<creation> (création) contient des informations concernant la création d’un texte. [2.4.1 Creation 2.4 The Profile Description]
Module header — The TEI Header
Attributs
Membre du
Contenu dans
header: profileDesc
Peut contenir
Note

L’élément creation peut être utilisé pour détailler des éléments concernant l’origine du texte, c’est-à-dire sa date et son lieu de composition ; on ne doit pas le confondre avec l'élément publicationStmt qui contient la date et le lieu de publication.

Exemple
<creation>
 <date>Avant 1987</date>
</creation>
Exemple
<creation>
 <date when="1988-07-10">10 Juillet 1988</date>
</creation>
Modèle de contenu
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.limitedPhrase"/>
  <elementRef key="listChange"/>
 </alternate>
</content>
Schéma Declaration
<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 )*
}