<facsimile>
<facsimile> 転記または符号化されたテキストではなく、画像データ中にある、書記資料の 表現を示す。 [11.1 Digital Facsimiles] | |
モジュール | transcr — Representation of Primary Sources |
属性 | 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.declaring (@decls) |
クラブのメンバー | |
上位 | |
下位 | |
例 | |
例 | |
Schematron |
<sch:rule context="tei:facsimile//tei:line | tei:facsimile//tei:zone"> <sch:report test="child::text()[ normalize-space(.) ne '']"> A facsimile element represents a text with images, thus transcribed text should not be present within it. </sch:report> <!-- What about: * ellipses/supplied/text() * writing * label, formula, app, witDetail, metamark? * notatedMusic? * figure/[all-sorts-of-crazy-stuff-e.g.-entry] * addSpan, damageSpan, delSpan Or the fact that <front> and <back> (but not <body>) are permitted inside <facsimile>, and thus *anything* can be inside ther? --> </sch:rule> |
Content model |
<content> |
宣言 |
<rng:element name="facsimile"> element facsimile { 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.declaring.attributes, ( front?, ( model.graphicLike | surface | surfaceGrp )+, back? ) } |