<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 15.3.2 Declarable Elements] | |
Módulo | header — The TEI Header |
Atributos | 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.declarable (@default) |
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 )+ } |