<creation>
<creation> (creation) contains information about the creation of a text. [2.4.1. Creation 2.4. The Profile Description] | |
Module | header |
Attributes | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) |
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 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, ( text | tei_model.limitedPhrase | tei_listChange )* } |