<nym>

<nym> (canonical name) contains the definition for a canonical name or name component of any kind. [13.3.7. Names and Nyms]
Modulenamesdates
Attributes
partspoints to constituent nyms
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Contained by
namesdates: listNym nym
May contain
core: p
dictionaries: form
header: idno
linking: ab
namesdates: nym
Example
<nym xml:id="J452">
 <form>
  <orth xml:lang="en-US">Ian</orth>
  <orth xml:lang="en-x-Scots">Iain</orth>
 </form>
</nym>
Content model
<content>
 <sequence>
  <elementRef key="idnominOccurs="0"
   maxOccurs="unbounded"/>

  <classRef key="model.entryPart"
   minOccurs="0maxOccurs="unbounded"/>

  <classRef key="model.pLikeminOccurs="0"
   maxOccurs="unbounded"/>

  <elementRef key="nymminOccurs="0"
   maxOccurs="unbounded"/>

 </sequence>
</content>
Schema Declaration
element nym
{
   tei_att.global.attributes,
   tei_att.typed.attributes,
   tei_att.sortable.attributes,
   attribute parts { list { teidata.pointer+ } }?,
   ( tei_idno*, tei_model.entryPart*, tei_model.pLike*, tei_nym* )
}