<editorialDecl>
| <editorialDecl> (editorial practice declaration) テキストを符号化する際に適用される編集方針や編集方法の詳細を示す。 [2.3.3 The Editorial Practices Declaration 2.3 The Encoding Description 16.3.2 Declarable Elements] | |
| モジュール | header — The TEI Header |
| 属性 |
|
| クラブのメンバー | |
| 上位 |
header: encodingDesc
|
| 下位 |
core: p
header: correction hyphenation interpretation normalization punctuation quotation segmentation stdVals
linking: ab
|
| 例 |
<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> |
| Schematron |
<sch:pattern is-a="declarable"> <sch:param name="tde" value="tei:editorialDecl"/> </sch:pattern> |
| Content model |
<content> |
| 宣言 |
<rng:element name="editorialDecl"> element editorialDecl { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.declarable.attributes, ( model.pLike | model.editorialDeclPart )+ } |