| 속성 | 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.duration (att.duration.w3c (@dur))  (att.duration.iso (@dur-iso)) att.editLike (@evidence, @source, @instant)  (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) )  (att.responsibility (@cert, @resp)) 
    | reason | 누락의 이유를 제시한다. 그 값의 예들은 다음과 같다: sampling,
          illegible, 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.3.2.1 Document Hands). | 
 |  | agent | 훼손으로 인해 누락된 텍스트의 경우, 확인이 가능하다면 그 훼손 원인을 분류하여 기술한다. | 상태 | 수의적 |  | 자료 유형 |  |  | 샘플 값은 다음을 포함한다 Sample values include: | 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.global.change.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.global.change.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*
} |