<trait>

<trait> 人物や場所の文化的な特性を示す.
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) att.editLike (@cert, @resp, @evidence, @source) att.naming (@nymRef) att.typed (@type, @subtype)
当該モジュールを使用するもの
下位
header: biblFull
linking: ab
msdescription: msDesc
namesdates: trait
textcrit: witDetail
宣言

<rng:element name="trait">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.datable.w3c.attributes"/>
<rng:ref name="att.datable.iso.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.naming.attributes"/>
<rng:ref name="att.canonical.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="trait"/>
 </rng:oneOrMore>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.headLike"/>
  </rng:zeroOrMore>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.noteLike"/>
    <rng:ref name="model.biblLike"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
 <rng:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.labelLike"/>
    <rng:ref name="model.noteLike"/>
    <rng:ref name="model.biblLike"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:choice>
</rng:element>
element trait
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.editLike.attributes,
   att.naming.attributes,
   att.typed.attributes,
   (
      trait+
    | ( model.headLike*, model.pLike+, ( model.noteLike | model.biblLike )* )
    | ( ( model.labelLike | model.noteLike | model.biblLike )* )
   )
}
<trait
  cert="high"
  type="social"
  from="1987-01-01"
  to="1997-12-31">

 <label>citizenship</label>
 <desc>Between 1987 and 1997 held status of naturalized UK citizen</desc>
</trait>
<trait type="physical">
 <label>Eye colour</label>
 <desc>Blue</desc>
</trait>