<nym>
<nym> (canonical name) contains the definition for a canonical name or name component of any kind. [13.3.6 Names and Nyms] | |||||||
Module | namesdates — Names, Dates, People, and Places | ||||||
Attributes | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.sortable (@sortKey)
| ||||||
Contained by | |||||||
May contain | |||||||
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> | ||||||
Schema Declaration | <rng:element name="nym"> 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* ) } |