<samplingDecl>

<samplingDecl> (取樣宣告) 以篇章描述的方式說明建立文集或文選時文件取樣的原理與方法。 2.3.2 The Sampling Declaration 2.3 The Encoding Description 15.3.2 Declarable Elements
組件 header — 2 The TEI Header
除全域屬性以外 att.declarable (@default)
屬於
可包含
core: p
linking: ab
宣告

<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+
}
例子
<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>