속성 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.global.change (@change )) att.editLike (@evidence , @source , @instant ) (att.dimensions (@unit , @quantity , @extent , @precision , @scope ) (att.ranging (@atLeast , @atMost , @min , @max , @confidence )) ) (att.responsibility (@cert , @resp ))
reason indicates why the material is hard to transcribe.상태 수의적
자료 유형 1–∞ 출현 공백문자로 분리됨
값 one or more words describing the difficulty, e.g. faded ,
background noise , passing truck ,
illegible , eccentric ductus .
<div> <head> Rx
</head> <p> 500 mg
<unclear reason="illegible "> placebo
</unclear> </p> </div>
hand Where the difficulty in transcription arises from action (partial deletion, etc.)
assignable to an identifiable hand, signifies the hand responsible for the action.상태 수의적
자료 유형
값 must be one of the hand identifiers declared in the document header (see
section 11.3.2.1 Document Hands ).
agent Where the difficulty in transcription arises from damage, categorizes the cause of
the damage, if it can be identified.상태 수의적
자료 유형
샘플 값은 다음을 포함한다 Sample values include: rubbing damage results from rubbing of the leaf edges mildew damage results from mildew on the leaf surface smoke damage results from smoke
선언 XML 형식에 따른 규약? 규약에 대한 XML 형식? <rng:element name="unclear "> <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.global.change.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:ref name="macro.paraContent "/> </rng:element>
element unclear
{
att.global.attributes ,
att.global.linking.attributes ,
att.global.analytic.attributes ,
att.global.facs.attributes ,
att.global.change.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 }?,
macro.paraContent
}