personPart (components of personal names) groups elements which form part of a personal name.
Attributes:
type provides more culture- linguistic- or application- specific information used to categorize this name component.
Datatype: CDATA
Values: one of a set of codes defined for the application.
Default: #IMPLIED
full indicates whether the name component is given in full, as an abbreviation or simply as an initial.
Datatype: (yes | abb | init)
Legal values:
yes the name component is spelled out in full.
abb the name component is given in an abbreviated form.
init the name component is indicated only by one initial.
Default: yes
sort specifies the sort order of the name component in relation to others within the personal name.
Datatype: NUMBER
Values: A positive number indicating the sort order.
Default: #IMPLIED
Note
Tagsetadditional tag set for names and dates
Classnames
Filenameteind2.ent
ParentspersName
MembersaddName forename genName nameLink roleName surname
Declaration <!ENTITY % m.personPart ' %x.personPart surname | roleName | nameLink | genName | forename | addName' > <!ENTITY % a.personPart ' %a.global %a.names type CDATA #IMPLIED full (yes | abb | init) yes sort NUMBER #IMPLIED' >
See 20.1

Back to index