<nym>

<nym> (canonical name) contains the definition for a canonical name or name component of any kind. [13.3.7 Names and Nyms]
Module namesdates — Names, Dates, People, and Places
Attributes
parts⚓︎ points to constituent nyms
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Contained by
namesdates: listNym nym
May contain
core: p
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
<rng:element name="nym">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.sortable.attributes"/>
 <rng:optional>
  <rng:attribute name="parts">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="idno"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="model.entryPart"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="model.pLike"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="nym"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element nym
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attributes,
   att.sortable.attributes,
   attribute parts { list { teidata.pointer+ } }?,
   ( idno*, model.entryPart*, model.pLike*, nym* )
}