<ab>

<ab> (익명 구역) 의미적 부담 없이, 문단과 유사한 구 또는 상호층위 요소에 대한 익명 전달체로 기능하는 임의적 성분-층위 단위를 포함한다. 16.3 Blocks, Segments, and Anchors
모듈 linking — 16 Linking, Segmentation, and Alignment
전체 속성에 부가 att.typed (@type, @subtype) att.declaring (@decls)
part 구역이 완전한지의 여부를 명시한다.
상태 의무적 적용
적법한 값은:
Y
(예) 구역이 불완전하다.
N
(아니오) 구역이 완전하거나 완전성에 대한 요구가 없다. [기본값]
I
(시작부) 불완전한 구역의 시작부
M
(중간부) 불완전한 구역의 중간부
F
(종료부) 불완전한 구역의 종료부
에 의해 사용된
포함할 수 있다
선언

<rng:element name="ab">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:optional>
  <rng:attribute name="part" a:defaultValue="N">
   <rng:choice>
    <rng:value>Y</rng:value>
    <rng:value>N</rng:value>
    <rng:value>I</rng:value>
    <rng:value>M</rng:value>
    <rng:value>F</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element ab
{
   att.global.attributes,
   att.typed.attributes,
   att.declaring.attributes,
   attribute part { "Y" | "N" | "I" | "M" | "F" }?,
   macro.paraContent
}
<div type="book" n="Genesis">
 <div type="chapter" n="1">
  <ab>In the beginning God created the heaven and the earth.</ab>
  <ab>And the earth was without form, and void; and darkness was upon
     the face of the deep. And the spirit of God moved upon the face of the
     waters.</ab>
  <ab>And God said, Let there be light: and there was light.</ab>
<!-- ...-->
 </div>
</div>