scr:PersonEmploymentAssociationAugmentation
Additional information about a person employment.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:PersonEmploymentAssociationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:PersonEmploymentAssociationType
Content
- Sequence [1..1]
- nc:PersonReference [0..*] A human being.
- nc:OrganizationReference [0..*] A unit which conducts some sort of business or operations.
- scr:PayRateAmount [0..*] The amount of remuneration resulting from PERSON EMPLOYMENT.
- scr:BeginSalaryAmount [0..*] The date when the remuneration for PERSON EMPLOYMENT started
- scr:EndSalaryAmount [0..*] The date when the remuneration for PERSON EMPLOYMENT ended.
- scr:EmployeeStarNumberID [0..*] A number representing the call number of an EMPLOYEE.
- scr:EmployeeBadgeNumber [0..*] The number representing the badge of the EMPLOYEE
- scr:EmployeeCallNumber [0..*] The number representing the call number of the EMPLOYEE
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:PersonEmploymentAssociationAugmentation
Sample instance
<scr:PersonEmploymentAssociationAugmentation> <nc:PersonReference/> <nc:OrganizationReference/> <scr:PayRateAmount>1.0</scr:PayRateAmount> <scr:BeginSalaryAmount>1.0</scr:BeginSalaryAmount> <scr:EndSalaryAmount>1.0</scr:EndSalaryAmount> <scr:EmployeeStarNumberID>string</scr:EmployeeStarNumberID> <scr:EmployeeBadgeNumber>string</scr:EmployeeBadgeNumber> <scr:EmployeeCallNumber>string</scr:EmployeeCallNumber> </scr:PersonEmploymentAssociationAugmentation>