<editorialDecl>
<editorialDecl> (declaración de la edición) proporciona detalles de principios editoriales y prácticas aplicadas en la codificación de un texto. [2.3.3 The Editorial Practices Declaration 2.3 The Encoding Description 16.3.2 Declarable Elements] | |
Módulo | header — The TEI Header |
Atributos |
|
Miembro de | |
Contenido en |
header: encodingDesc
|
Puede contener |
core: p
header: correction hyphenation interpretation normalization punctuation quotation segmentation stdVals
linking: ab
|
Ejemplo |
<editorialDecl>
<normalization> <p>All words converted to Modern American spelling using Websters 9th Collegiate dictionary </p> </normalization> <quotation marks="all"> <p>All opening quotation marks converted to “ all closing quotation marks converted to &cdq;.</p> </quotation> </editorialDecl> |
Content model |
<content> |
Declaración |
<rng:element name="editorialDecl"> element editorialDecl { 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, att.declarable.attributes, ( model.pLike | model.editorialDeclPart )+ } |