<personGrp>

<personGrp> (개인군) 분석적 목적을 위해 하나의 개인으로 처리된 개인군을 기술한다. [15.2.2 The Participant Description]
모듈namesdates — 13 Names, Dates, People, and Places
속성att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.sortable (@sortKey)
role상호작용에서 참여자군의 역할을 명시한다.
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file
sex참여자군의 성을 명시한다.
상태 수의적
자료 유형

<rng:choice>
 <rng:ref name="data.sex"/>
 <rng:value>mixed</rng:value>
</rng:choice>
data.sex | "mixed"
age참여자의 연령군을 명시한다.
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file
size해당 그룹의 크기 또는 대략적 크기를 명시한다.
상태 수의적
자료 유형 1–∞ 출현 

<rng:ref name="data.word"/>
data.word
공백문자로 분리됨
may contain a number and an indication of accuracy, e.g. approx 200
에 의해 사용된
에 의해 포함된
corpus: particDesc
namesdates: listPerson org
포함할 수 있다
선언

<rng:element name="personGrp">
 <rng:ref name="att.global.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.sortable.attributes"/>
 <rng:optional>
  <rng:attribute name="role">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="sex">
   <rng:choice>
    <rng:ref name="data.sex"/>
    <rng:value>mixed</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="age">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="size">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="data.word"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:ref name="model.personPart"/>
  </rng:zeroOrMore>
 </rng:choice>
</rng:element>
element personGrp
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.sortable.attributes,
   attribute role { data.enumerated }?,
   attribute sex { data.sex | "mixed" }?,
   attribute age { data.enumerated }?,
   attribute size { list { data.word+ } }?,
   ( model.pLike+ | model.personPart* )
}
<personGrp
  xml:id="pg1"
  role="audience"
  sex="mixed"
  size="approx 50"/>