<personGrp>

<personGrp> (personal group) describes a group of individuals treated as a single person for analytic purposes. 15.2.2 The Participant Description
組件namesdates — 13 Names, Dates, People, and Places
屬性
rolespecifies the role of this group of participants in the interaction.
狀態 非必備的
資料類型
data.code
a set of keywords to be defined
sexspecifies the sex of the participant group.
狀態 非必備的
資料類型
data.sex | "mixed"
agespecifies the age group of the participants.
狀態 非必備的
資料類型
data.word
suggested values are to be supplied
sizespecifies the size or approximate size of the group.
狀態 非必備的
資料類型 1–∞ occurrences of
data.word
以空白鍵隔開
may contain a number and an indication of accuracy, e.g. approx 200
屬於 model.personLike
可包含
宣告
element personGrp
{
   att.global.attributes,
   attribute role { data.code }?,
   attribute sex { data.sex | "mixed" }?,
   attribute age { data.word }?,
   attribute size { list { data.word+ } }?,
   ( model.pLike+ | model.personPart* )
}
例子
<personGrp
  xml:id="pg1"
  role="audience"
  sex="mixed"
  size="approx 50"/>
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.