graph TD
subgraph CandidateSupplierType
A[CandidateSupplier]
B[hr:PartyID]
C[hr:PartyName]
D[PersonContact]
E[hr:CandidateSourceCode]
F[hr:PrecedenceCode]
A -- "It contains information about the supplier of the candidate details." --> A
B -- "It contains identifier of registered partner system. The id is provided once registered by the
Interoperability..." --> B
C -- "The name of the candidate supplier. For example, the name of the job board. The name of the employee who made
the..." --> C
D -- "A detailed set of data about one or more people who should be contacted in order to communicate with the
candidate's..." --> D
E -- "A code classifying the source that supplied the candidate ("JobBoard", "StaffingAgency", "Intermediary",
"Referrer")." --> E
F -- "To distinguish the primary or first source in cases where the same candidate was supplied by several sources. May
be..." --> F
A --- B
A --- C
A -- "1..∞" --> D
A --- E
A --- F
end
Information about the supplier of the candidate details.
Element
Description
Cardinality
Rule
Examples
CandidateSupplier
Information about the supplier of the candidate details. This can be the candidate through the EURES Portal,
or a third party (a EURES network member, for example).
1..n
N/A
N/A
Sub-elements
PartyID
Identifier of registered EURES Partner system. The id is provided once registered by the Interoperability
platform ("SUP-34833")
1
Information The /Candidate /SupplierID must be an UUID provided by the sender system
N/A
PartyName
The name of the company supplying the cv.
1
N/A
"Randstad", "Temp Jobs"
PersonContact
A detailed set of data about one or more people who should be contacted in order to communicate with the
candidate's supplier.
1..n
N/A
N/A
See section CandidateSupplier/PersonContact for more information
CandidateSourceCode
A code classifying the source that supplied the candidate ( "JobBoard", "StaffingAgency", "Intermediary",
"Referrer")
0..1
BR-CV-07: The HR-Open Standards Code List "CandidateSourceCodeType" must be used to codify the
/Candidate /Supplier /Source.
HR-Open/EURES: CandidateSourceCodeType [CL04]
This is an HR-Open Standards open list.
PrecedenceCode
As more than one supplier can be provided, this set of enumerations indicates the identifiers' order of arrival.
1
BR-CV-08: The HR-Open Standards Code List "PrecedenceEnumType" must be used to codify the
/Candidate /Supplier /Precedence.
graph TD
subgraph CandidateSupplierType
A[Attributes]
B(hr:EffectiveDateAttributeGroup)
C(@ validFrom)
D(@ validTo)
E[HR-XML's 3.0 architecture makes a distinction between effective-date meta data and effective dating that is an
integral...]
F[Information about the supplier of the candidate details.]
A --> B
B --> C
B --> D
C -- "Card." --> |0..1| C
D -- "Card." --> |0..1| D
style A fill:#fff,stroke:#333,stroke-width:2px
style B fill:#fff,stroke:#333,stroke-width:2px
style C fill:#fff,stroke:#333,stroke-width:2px
style D fill:#fff,stroke:#333,stroke-width:2px
style E fill:#fff,stroke:#333,stroke-width:2px
style F fill:#fff,stroke:#333,stroke-width:2px
end
CandidateSupplier -- "It contains information about the supplier of the candidate details." --> A
Attributes
Description
Card.
Rule
validFrom
Validity start date for this Supplier
0..1
BR-COM-06: Compulsory Date Format is: YYYY-MM-DD, YYYY-MM, YYYY or YYYY-MM-DDThh:mm:ss.
validTo
Validity end date for this Supplier
0..1
BR-COM-06: Compulsory Date Format is: YYYY-MM-DD, YYYY-MM, YYYY or YYYY-MM-DDThh:mm:ss.
PartyID attributes
Attributes
Description
Card.
Rule
PartyName attributes
Attributes
Description
Card.
Rule
languageID
The language in which the name of the Party is mentioned.
0..1
erDiagram
PersonContact ||--o{ Communication : "Method of communication of the related entity."
PersonContact {
@attributes
PersonName : "It contains name of the supplier contact person."
Communication : "A detailed set of data about one or more people who should be contacted in order to communicate with
the candidate's..."
}
PersonContact attributes
Attributes
Description
Card.
Rule
See section /CandidateSupplier/PersonContact Attributes for more information