<elementSpec module="corpus" id="PERSON" usage="opt" ident="person">
 
 <equiv/>
 <gloss/>
 <desc>describes a single participant in a language interaction. </desc>
 <content>
  <rng:choice>
   <rng:oneOrMore>
    <rng:ref name="model.pLike"/>
   </rng:oneOrMore>
   <rng:zeroOrMore>
    <rng:ref name="model.personPart"/>
   </rng:zeroOrMore>
  </rng:choice>
 </content>
 <attList>
  <attDef ident="role" usage="opt">
   <equiv/>
   <desc>specifies the role of this participant in the group.</desc>
   <datatype>
    <rng:ref name="data.code"/>
   </datatype>
   <valDesc>a set of keywords to be defined</valDesc>
  </attDef>
  <attDef ident="sex" usage="opt">
   <equiv/>
   <desc>specifies the sex of the participant.</desc>
   <datatype>
    <rng:ref name="data.sex"/>
   </datatype>
  </attDef>
  <attDef ident="age" usage="opt">
   <equiv/>
   <desc>specifies the age group to which the participant belongs.</desc>
   <datatype>
    <rng:ref name="data.word"/>
   </datatype>
   <valDesc>suggested values are to be supplied</valDesc>
  </attDef>
 </attList>
 <exemplum>
  <egXML>
   <person sex="2" age="42">
    <p>Female informant, well-educated, born in Shropshire
    UK, 12 Jan 1950, of unknown occupation.
    Speaks French fluently. Socio-Economic status B2.</p>
   </person>
  </egXML>
 </exemplum>
 <remarks>
  <p rend="dataDesc">May contain a prose description organized as paragraphs, or
  any sequence of demographic elements in any combination.</p>
 </remarks>
 <listRef>
  <ptr target="#CCAHPA"/>
 </listRef>
</elementSpec>