<addSpan>
<addSpan> (텍스트 추가 구간) 저자, 필기사, 주석자, 또는 교정자에 의해 추가된 긴 연쇄의 텍스트 시작부를 표시한다.(add 참조) 11.3.4 Additions and Deletions | |
모듈 | transcr — 11 Representation of Primary Sources |
전체 속성에 부가 | att.transcriptional (@hand, @status, @seq) (att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) ) att.placement (@place) att.typed (@type, @subtype) att.spanning (@spanTo) |
에 의해 사용된 | |
포함할 수 있다 | 공백 요소 |
선언 |
element addSpan { att.global.attributes, att.transcriptional.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.placement.attributes, att.typed.attributes, att.spanning.attributes, empty } |
<s:assert test="@spanTo">The spanTo= attribute of <s:name/> is required.</s:assert> |
|
예 |
<handNote xml:id="HEOL" scribe="HelgiÓlafsson"/>
<!-- ... --> <body> <div> <!-- text here --> </div> <addSpan n="added gathering" hand="#HEOL" spanTo="#P025"/> <div> <!-- text of first added poem here --> </div> <div> <!-- text of second added poem here --> </div> <div> <!-- text of third added poem here --> </div> <div> <!-- text of fourth added poem here --> </div> <anchor xml:id="P025"/> <div> <!-- more text here --> </div> </body> |