<normalization>
<normalization> (normalization) 전자 형식으로 변환할 때 수행된 원본 텍스트의 표준화 또는 규칙화의 정도를 표시한다. [2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements] | |||||||||
모듈 | header — The TEI Header | ||||||||
속성 | 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)
|
||||||||
클럽 회원 | |||||||||
에 의해 포함된 |
header: editorialDecl
|
||||||||
포함할 수 있다 | |||||||||
예 |
<editorialDecl>
<normalization method="markup"> <p>Where both upper- and lower-case i, j, u, v, and vv have been normalized, to modern 20th century typographical practice, the <gi>choice</gi> element has been used to enclose <gi>orig</gi> and <gi>reg</gi> elements giving the original and new values respectively. ... </p> </normalization> <normalization method="silent"> <p>Spacing between words and following punctuation has been regularized to zero spaces; spacing between words has been regularized to one space.</p> </normalization> <normalization source="http://www.dict.sztaki.hu/webster"> <p>Spelling converted throughout to Modern American usage, based on Websters 9th Collegiate dictionary.</p> </normalization> </editorialDecl> |
||||||||
Content model |
<content> |
||||||||
선언 |
<rng:element name="normalization"> element normalization { 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, attribute method { "silent" | "markup" }?, model.pLike+ } |