<personGrp>

<personGrp> (개인군) 분석적 목적을 위해 하나의 개인으로 처리된 개인군을 기술한다. [15.2.2 The Participant Description]
모듈 namesdates — Names, Dates, People, and Places
속성
role⚓︎ 상호작용에서 참여자군의 역할을 명시한다.
상태 수의적
자료 유형 teidata.enumerated
sex⚓︎ 참여자군의 성을 명시한다.
상태 수의적
자료 유형 1–∞ 출현 teidata.sex 공백문자로 분리됨
gender⚓︎ specifies the gender of the participant group.
상태 수의적
자료 유형 1–∞ 출현 teidata.gender 공백문자로 분리됨
age⚓︎ 참여자의 연령군을 명시한다.
상태 수의적
자료 유형 teidata.enumerated
size⚓︎ 해당 그룹의 크기 또는 대략적 크기를 명시한다.
상태 수의적
자료 유형 1–∞ 출현 teidata.word 공백문자로 분리됨
클럽 회원
에 의해 포함된
corpus: particDesc
namesdates: event listPerson org
포함할 수 있다
주석

May contain a prose description organized as paragraphs, or any sequence of demographic elements in any combination.

The global xml:id attribute should be used to identify each speaking participant in a spoken text if the who attribute is specified on individual utterances.

<personGrp xml:id="pg1role="audience"
 sex="mixedsize="approx 50"/>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <alternate minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.personPart"/>
   <classRef key="model.global"/>
  </alternate>
 </alternate>
</content>
선언
<rng:element name="personGrp">
 <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.sortable.attributes"/>
 <rng:optional>
  <rng:attribute name="role">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="sex">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.sex"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="gender">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.gender"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="age">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="size">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.word"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.personPart"/>
    <rng:ref name="model.global"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:choice>
</rng:element>
element personGrp
{
   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.sortable.attributes,
   attribute role { teidata.enumerated }?,
   attribute sex { list { teidata.sex+ } }?,
   attribute gender { list { teidata.gender+ } }?,
   attribute age { teidata.enumerated }?,
   attribute size { list { teidata.word+ } }?,
   ( model.pLike+ | ( model.personPart | model.global )* )
}