<ab>

<ab> (bloque anónimo) contiene cualquier unidad textual a nivel de componente que actua como un contenedor anónimo de sintagmas o de elementos de internivel similares al párrafo pero sin la carga semántica de este último. 16.3 Blocks, Segments, and Anchors
Módulolinking — 16 Linking, Segmentation, and Alignment
Atributos att.typed (@type, @subtype) att.declaring (@decls)
partespecifica si el bloque es completo o no.
Estado Obligatorios cuando se aplican
Los valores admitidos son:
Y
(el bloque es incompleto.) el fragmento es incompleto
N
(el bloque es completo, o no se hace ninguna referencia a su complitud.) o el fragmento es completo, o no se hace ninguna referencia a su completez [Por defecto]
I
(la parte inicial de un bloque incompleto.) la parte inicial de un fragmento incompleto
M
(la parte central de un bloque incompleto.) la parte intermedia de un fragmento incompleto
F
(la parte final de un bloque incompleto.) la parte final de un fragmento incompleto
Usado por
Puede contener
Declaración

<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,
   att.declaring.attributes,
   attribute part { "Y" | "N" | "I" | "M" | "F" }?,
   macro.paraContent
}
Ejemplo
<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>