<creation>
<creation> (creation) contains information about the creation of a text. [2.4.1. Creation 2.4. The Profile Description] | |||||||||||
Module | header | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | header: profileDesc | ||||||||||
May contain | core: abbr address choice date distinct email emph expan foreign gloss hi measure measureGrp mentioned name num ptr q ref rs soCalled term time title unit dictionaries: lang header: idno listChange msdescription: catchwords depth dim dimensions height heraldry locus locusGrp material objectType origDate origPlace secFol signatures stamp watermark width namesdates: addName bloc country district eventName forename genName geo geogFeat geogName location objectName offset orgName persName persPronouns placeName region roleName settlement state surname character data | ||||||||||
Note | The creation element may be used to record details of a text's creation, e.g. the date and place it was composed, if these are of interest. It may also contain a more structured account of the various stages or revisions associated with the evolution of a text; this should be encoded using the listChange element. It should not be confused with the publicationStmt element, which records date and place of publication. | ||||||||||
Example | <creation> <date>Before 1987</date> </creation> | ||||||||||
Example | <creation> <date when="1988-07-10">10 July 1988</date> </creation> | ||||||||||
Content model | <content> | ||||||||||
Schema Declaration | element creation { tei_att.global.attributes, tei_att.datable.attributes, attribute calendar { list { teidata.pointer+ } }?, ( text | tei_model.limitedPhrase | tei_listChange )* } |