<editorialDecl>
<editorialDecl> (dichiarazione sulle pratiche editoriali) fornisce dettagli su principi e pratiche editoriali seguite nella codifica di un testo. [2.3.3 The Editorial Practices Declaration 2.3 The Encoding Description 16.3.2 Declarable Elements] | |
Modulo | header — The TEI Header |
Attributi |
|
Membro del | |
Contenuto in |
header: encodingDesc
|
Può contenere |
core: p
header: correction hyphenation interpretation normalization punctuation quotation segmentation stdVals
linking: ab
|
Esempio |
<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> |
Dichiarazione |
<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 )+ } |