<samplingDecl>

<samplingDecl> (declaración de muestra) contiene una descripción en prosa sobre los fundamentos y métodos usados en textos de muestra en la creación de un corpus o una selección de textos. [2.3.2 The Sampling Declaration 2.3 The Encoding Description 15.3.2 Declarable Elements]
Módulo header — The TEI Header
Atributos
Miembro de
Contenido en
header: encodingDesc
Puede contener
core: p
linking: ab
Nota

Este elemento registra toda la información sobre la inclusión sistemática o la omisión de fragmentos de texto, si los procedimientos de muestra en el sentido estricto o la omisión sistemática del material se consideran demasiado difíciles de transcribir o no de suficiente interés.

Ejemplo
<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>
Content model
<content>
 <classRef key="model.pLikeminOccurs="1"
  maxOccurs="unbounded"/>

</content>
Declaración
<rng:element name="samplingDecl">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
</rng:element>
element samplingDecl
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.declarable.attributes,
   model.pLike+
}