<img>ER Diagram showing PersonAvailabilityType with sub-elements AvailabilityDates, NoticePeriodMeasure,
ImmediateStartIndicator</img>
Element
Description
Cardinality
Rule
Examples
PersonAvailability
Detailed set of data about the person's availability
0..1
N/A
N/A
Sub-elements
AvailabilityDates
Start and end dates of availability See section CandidateProfile/PersonAvailability/AvailabilityDates for
more information
0..n
N/A
N/A
NoticePeriodMeasure
A period measured in number of days, weeks, or months in advance of which an employee must give notice of his
or her intention to resign his or her employment
0..1
N/A
N/A
ImmediateStartIndicator
An indicator as to whether the person is available to start immediately
0..1
N/A
"True" = This person is available to start immediately. "False" = This person is not available to start
immediately.
graph TD
subgraph AvailabilityDatesType
A((eures:AvailabilityDates)) --> B(hr:StartDateTime)
A --> C(hr:EndDateTime)
end
A -- "It contains start and end dates of availability." --> A_desc
B -- "The timestamp marking the beginning of a time period during which a related entity or status is effective or
applicable." --> B_desc
C -- "The timestamp marking the end of a time period during which a related entity or status is effective or
applicable." --> C_desc
Element
Description
Cardinality
Rule
Examples
AvailabilityDates
Start and end dates of availability
0..n
N/A
N/A
Sub-elements
StartDateTime
The timestamp marking the beginning of a time period during which a related entity or status is effective or
applicable
0..1
BR-COM-06: Compulsory Date Format is: YYYY-MM-DD, YYYY-MM, YYYY or YYYY-MM-DDThh:mm:ss.
"2014-10-09"
EndDateTime
The timestamp marking the end of a time period during which a related entity or status is effective or
applicable
0..1
BR-COM-06: Compulsory Date Format is: YYYY-MM-DD, YYYY-MM, YYYY or YYYY-MM-DDThh:mm:ss.