<ab>

<ab> 任意の部分的テキスト単位を示す.特定の意味はなくとも,段落に相当する, 句レベル・挿入レベルの単位として無名単位になる. 16.3 区画,分割,アンカー
モジュールlinking — 16 リンク,分割,統合
属性 att.typed (@type, @subtype) att.declaring (@decls)
part 当該部分の完全性を示す.
状態 使えるならば必須
正当な値:
Y
当該部分は完全ででない.
N
当該部分は完全である,または完全性が問題にならない. [初期値]
I
当該部分の,前部分が完全ではない.
M
当該部分の,中部分が完全ではない.
F
当該部分の,後部分が完全ではない.
解説
属性値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="parta: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,
   attribute part { "Y" | "N" | "I" | "M" | "F" }?,
   macro.paraContent
}
<div type="bookn="Genesis">
 <div type="chaptern="1">
  <ab>In the beginning God creaqted 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>
解説
要素abは,符号化する人が望むあらゆる単位レベルで,適切な 要素が規定されていない場合に,自由に使用することが出来る.