<profileDesc>
<profileDesc> (description du profil) fournit une description détaillée des aspects non bibliographiques du texte, notamment les langues utilisées et leurs variantes, les circonstances de sa production, les collaborateurs et leur statut. [2.4 The Profile Description 2.1.1 The TEI Header and Its Components] | |
Module | header — The TEI Header |
Attributs |
|
Membre du | |
Contenu dans | |
Peut contenir |
corpus: particDesc settingDesc textDesc
transcr: handNotes listTranspose
|
Note |
Although the content model permits it, it is rarely meaningful to supply multiple occurrences for any of the child elements of profileDesc unless these are documenting multiple texts. |
Exemple |
<profileDesc>
<langUsage> <language ident="fr">français</language> </langUsage> <textDesc n="roman"> <channel mode="w">copie; extraits </channel> <constitution type="single"/> <derivation type="original"/> <domain type="art"/> <factuality type="fiction"/> <interaction type="none"/> <preparedness type="prepare"/> <purpose type="distraction" degree="high"/> <purpose type="information" degree="medium"/> </textDesc> <settingDesc> <setting> <name>Paris, France</name> <time>Fin 19e</time> </setting> </settingDesc> </profileDesc> |
Modèle de contenu |
<content> |
Schéma Declaration |
<rng:element name="profileDesc"> element profileDesc { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, model.profileDescPart* } |