scr:PersonRole
A part played by a Person in an Encounter.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:PersonRoleType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:PersonRoleID [0..*] An identifier that represents a PERSON ROLE.
- scr:PersonRoleEffectiveDate [0..*] The date when the PERSON ROLE came into existence.
- scr:PersonRoleEndDate [0..*] The date when the PERSON ROLE ended.
- scr:PersonRoleCategoryCode [0..*] A kind of person role.
- scr:PersonRoleCategoryText [0..*] A kind of person role.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- NIEM reference target from scr:AgentPersonRoleReference
- Type scr:PersonAugmentationType (Element scr:PersonAugmentation)
Sample instance
<scr:PersonRole> <scr:PersonRoleID>string</scr:PersonRoleID> <scr:PersonRoleEffectiveDate> <nc:Date>2000-01-01</nc:Date> </scr:PersonRoleEffectiveDate> <scr:PersonRoleEndDate> <nc:Date>2000-01-01</nc:Date> </scr:PersonRoleEndDate> <scr:PersonRoleCategoryCode>Agent</scr:PersonRoleCategoryCode> <scr:PersonRoleCategoryText>string</scr:PersonRoleCategoryText> </scr:PersonRole>