An organisation or a person with a role related to a resource.
-- Description --
NOTE 1 A party, typically an individual person, acting as a general point of contact for a resource can be specified without providing any particular role.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
individualName |
voidable |
-- Name --
individual name
|
PT_FreeText |
0..1 |
organisationName |
voidable |
-- Name --
organisation name
|
PT_FreeText |
0..1 |
positionName |
voidable |
-- Name --
position name
|
PT_FreeText |
0..1 |
contact |
voidable |
-- Name --
contact
|
Contact |
0..1 |
role |
voidable |
|
PartyRoleValue |
0..* |
Navn |
Type |
Lengde |
Multiplisitet |
|
PT_FreeText |
|
0..1 |
|
PT_FreeText |
|
0..1 |
|
PT_FreeText |
|
0..1 |
|
Contact |
|
0..1 |
|
PartyRoleValue |
|
0..* |
Name |
Type |
English |
Description |
individualName |
PT_FreeText |
|
Name of the related person. |
organisationName |
PT_FreeText |
|
Name of the related organisation. |
positionName |
PT_FreeText |
|
Position of the party in relation to a resource, such as head of department. |
contact |
Contact |
|
Contact information for the related party. |
role |
PartyRoleValue |
|
Role(s) of the party in relation to a resource, such as owner. |
Navn |
Beskrivelse |
individual, organisation or position name shall be provided |
/*At least the individual, organisation or position name shall be provided.*/
inv: individualName->notEmpty() or organisationName->notEmpty() or positionName->notEmpty() |