<profileDesc>
<profileDesc> (descripción del perfil del texto.) proporciona una descripción detallada de los aspectos no bibliográficos de un texto, especialmente las lenguas y jergas usadas, la situación en que se aparecen, los participantes que intervienen, etc. [2.4 The Profile Description 2.1.1 The TEI Header and Its Components] | |
Módulo | header — The TEI Header |
Atributos |
|
Miembro de | |
Contenido en | |
Puede contener |
corpus: particDesc settingDesc textDesc
transcr: handNotes listTranspose
|
Nota |
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. |
Ejemplo |
<profileDesc>
<langUsage> <language ident="fr">French</language> </langUsage> <textDesc n="novel"> <channel mode="w">print; part issues</channel> <constitution type="single"/> <derivation type="original"/> <domain type="art"/> <factuality type="fiction"/> <interaction type="none"/> <preparedness type="prepared"/> <purpose type="entertain" degree="high"/> <purpose type="inform" degree="medium"/> </textDesc> <settingDesc> <setting> <name>Paris, France</name> <time>Late 19th century</time> </setting> </settingDesc> </profileDesc> |
Content model |
<content> |
Declaración |
<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* } |