| <personGrp>  (개인군) 분석적 목적을 위해 하나의 개인으로 처리된 개인군을 기술한다. 15.2.2 The Participant Description | 
| 모듈 | namesdates — 13 Names, Dates, People, and Places | 
| 속성 | att.global (@xml:id, @n, @xml:lang, @rend, @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 | 상호작용에서 참여자군의 역할을 명시한다. | 상태 | 수의적 |  | 자료 유형 |  |  | 값 | 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 | 참여자의 연령군을 명시한다. | 상태 | 수의적 |  | 자료 유형 |  |  | 값 | the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file | 
 |  | size | 해당 그룹의 크기 또는 대략적 크기를 명시한다. | 상태 | 수의적 |  | 자료 유형 | 1–∞ 출현 공백문자로 분리됨 |  | 값 | may contain a number and an indication of accuracy, e.g. approx 200 | 
 |  | 
| 에 의해 사용된 |  | 
| 에 의해 포함된 |  | 
| 포함할 수 있다 |  | 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  | 선언 | <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:ref name="data.word"/>
 <rng:zeroOrMore>
 <rng:ref name="data.word"/>
 </rng:zeroOrMore>
 </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, data.word* } }?,
   ( model.pLike+ | model.personPart* )
} | 
  
  | 예 | <personGrpxml:id="pg1"
 role="audience"
 sex="mixed"
 size="approx 50"/>
 |