| Component Structure |
|
| Is Member Of Composites |
Composite Name |
Description of Composite Role |
Cardinality |
DataType |
|
|
pcs:Artist
|
A Composite containing details of the Names for the Artist. |
1-n |
|
|
|
pcs:MessagingParty
|
A Composite containing details of the Names for the MessagingParty. |
0-1 |
|
|
|
pcs:PartyDescriptor
|
A Composite containing details of the Names for the Party. |
1-n |
|
| Components |
Name |
Description of Element Role |
Cardinality |
DataType |
|
|
LanguageCode
|
The Language of the PartyName (represented by an ISO 639-2 Language Code). The default is English. This is represented in an XML Schema as an XML Attribute. |
0-1 |
iso639a2:LanguageCode
|
|
|
CharacterCoding
|
The CharacterCoding of the PartyName expressed in ISO 2375. This is represented in an XML Schema as an XML Attribute. |
0-1 |
String
|
|
|
XmlSequence
|
|
1 |
|
|
|
FullName
|
The complete Name of the Party, in its normal form of presentation (eg John H. Smith, Acme Music Inc, The Beatles). |
1 |
String
|
|
|
FullNameTranscribed
|
The FullName transcribed using 7-bit ASCII code. |
0-1 |
String
|
|
|
FullNameIndexed
|
The complete Name of the Party in the form in which it normally appears in an alphabetic index, with the KeyName first (eg Smith, John H.; Beatles, The). |
0-1 |
String
|
|
|
NamesBeforeKeyName
|
The Name(s) preceding the KeyName in the FullName (and that is placed after it in a FullNameIndexed). Examples: "George" in "George Michael"; "John Fitzgerald" in "John Fitzgerald Kennedy". Not all PartyNames have a NameBeforeKeyName (Examples: Madonna, EMI Music Inc). This Element is used in the basic PartyNameComposite. In the more detailed PartyNameDetailedComposite this Element may be fragmented into various parts (see its Children). |
0-1 |
String
|
|
|
KeyName
|
The part of a Name of the Party normally used to index an entry in an alphabetical list, such as "Smith" (in John Smith) or "Garcia Marquez" or "Madonna" or "Francis de Sales" (in Saint Francis de Sales). For persons, this normally corresponds to the "family name" or names, which in Western name forms usually comes as a surname at the end of a FullName, and in Asian name forms often at the beginning of a FullName. |
0-1 |
String
|
|
|
NamesAfterKeyName
|
The Name(s) following the KeyName. Example:"Ibrahim" (in Anwar Ibrahim). This is common, for example, in many Asian personal name forms where a FullName begins with the KeyName, which is followed by other names. This Element is used in the basic PartyNameComposite. In the more detailed PartyNameDetailedComposite this Element may be fragmented into various parts (see its Children). |
0-1 |
String
|
| Relationships |
|
| Belongs to Class |
NameComposite
| |