<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>