<ab>

<ab> (bloc anonyme) contient une unité de texte quelconque, arbitrairement de niveau "composant", faisant office de contenant anonyme pour une expression ou des éléments de niveau intermédiaire, analogue à un paragraphe mais sans sa portée sémantique. 16.3 Blocks, Segments, and Anchors
Modulelinking — 16 Linking, Segmentation, and Alignment
Attributs att.typed (@type, @subtype)
partspécifie si un bloc est complet ou non.
Statut Obligatoire quand applicable
Les valeurs autorisées sont:
Y
(le bloc est incomplet.) the block is incomplete
N
(soit le bloc est complet, soit il n'y a pas de déclaration sur sa complétude.) either the block is complete, or no claim is made as to its completeness [Valeur par défaut]
I
(la partie initiale d'un bloc incomplet) the initial part of an incomplete block
M
(la partie médiane d'un bloc incomplet) a medial part of an incomplete block
F
(la partie finale d'un bloc incomplet) the final part of an incomplete block
Note
The values I, M, or F should be used only where it is clear how the block is to be reconstituted.
Utilisé par model.pLike
Peut contenir
Declaration
element ab
{
   att.global.attributes,
   att.typed.attributes,
   attribute part { "Y" | "N" | "I" | "M" | "F" }?,
   macro.paraContent
}
Note
The <ab> element may be used at the encoder's discretion to mark any component-level elements in a text for which no other more specific appropriate markup is defined.