<samplingDecl>

<samplingDecl> (Déclaration d’échantillonnage) contient une description en prose de la logique et des méthodes utilisées pour le choix des textes dans la création d’un corpus ou d’une collection. 2.3.2 The Sampling Declaration 2.3 The Encoding Description 15.3.2 Declarable Elements
Moduleheader — 2 The TEI Header
Attributs att.declarable (@default)
Utilisé par model.encodingPart
Peut contenir
core: p
linking: ab
Declaration

<rng:element name="samplingDecl">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:oneOrMore>
 <rng:ref name="model.pLike"/>
</rng:oneOrMore>
</rng:element>
element samplingDecl
{
   att.global.attributes,
   att.declarable.attributes,
   model.pLike+
}
Exemple
<samplingDecl>
 <p>Samples of up to 2000 words taken at random from the beginning,
   middle, or end of each text
   identified as relevant by respondents.</p>
</samplingDecl>