屬性 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) att.editLike (@evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) (att.responsibility (@cert, @resp))
reason | 說明省略的原因。屬性值的例子有sampling、、inaudible、irrelevant、cancelled、cancelled
and illegible。狀態 | 非必備的 |
資料類型 | 1–∞ 次可出現: 以空白鍵隔開 |
值 | any short indication of the reason for the omission. |
|
hand | 若省略的內容是被身分明確的抄寫員由轉錄當中刻意刪除,則在此表明抄寫員的身分。狀態 | 非必備的 |
資料類型 | |
值 | must be one of the hand identifiers declared in the document header (see section 11.4.1 Document Hands). |
|
agent | 若省略是由於內容遭受損毀,且可識別損毀原因,則針對損毀原因加以分類。狀態 | 非必備的 |
資料類型 | |
實例值包含: | - rubbing
- 損毀起因於書頁邊緣摩擦受損
- mildew
- 損毀起因於書頁表面發霉
- smoke
- 損毀起因於煙燻
|
|
|
宣告 | <rng:element name="gap"> <rng:ref name="att.global.attributes"/> <rng:ref name="att.global.linking.attributes"/> <rng:ref name="att.global.analytic.attributes"/> <rng:ref name="att.global.facs.attributes"/> <rng:ref name="att.duration.w3c.attributes"/> <rng:ref name="att.duration.iso.attributes"/> <rng:ref name="att.editLike.attributes"/> <rng:ref name="att.dimensions.attributes"/> <rng:ref name="att.ranging.attributes"/> <rng:ref name="att.responsibility.attributes"/> <rng:optional> <rng:attribute name="reason"> <rng:list> <rng:ref name="data.word"/> <rng:zeroOrMore> <rng:ref name="data.word"/> </rng:zeroOrMore> </rng:list> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="hand"> <rng:ref name="data.pointer"/> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="agent"> <rng:ref name="data.enumerated"/> </rng:attribute> </rng:optional> <rng:zeroOrMore> <rng:ref name="model.glossLike"/> </rng:zeroOrMore> </rng:element>
element gap
{
att.global.attributes,
att.global.linking.attributes,
att.global.analytic.attributes,
att.global.facs.attributes,
att.duration.w3c.attributes,
att.duration.iso.attributes,
att.editLike.attributes,
att.dimensions.attributes,
att.ranging.attributes,
att.responsibility.attributes,
attribute reason { list { data.word, data.word* } }?,
attribute hand { data.pointer }?,
attribute agent { data.enumerated }?,
model.glossLike*
} |