Skip to content

Attachments (level 2)

3.25 /CandidateProfile/Attachment (level 2)

3.25.1 Attachment Element Description

graph TD
subgraph "AttachmentType"
A[Attributes]
B(eures:Attachment)
end
A --> C[oa:EmbeddedData]
A --> D[hr:EmbeddedText]
A --> E[oa:URI]
A --> F[oa:FileName]
A --> G[hr:DocumentDateTime]
A --> H[oa:Description]
A --> I[oa:FileType]
A --> J[hr:DocumentTitle]
A --> K[hr:AttachmentXPath]
A --> L[hr:Instructions]

B -- "0..∞" --> C
B -- "0..∞" --> D
B -- "0..∞" --> E
B -- "0..∞" --> F
B -- "0..∞" --> G
B -- "0..∞" --> H
B -- "0..∞" --> I
B -- "0..∞" --> J
B -- "0..∞" --> K
B -- "0..∞" --> L

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
style G fill:#fff,stroke:#333,stroke-width:2px
style H fill:#fff,stroke:#333,stroke-width:2px
style I fill:#fff,stroke:#333,stroke-width:2px
style J fill:#fff,stroke:#333,stroke-width:2px
style K fill:#fff,stroke:#333,stroke-width:2px
style L fill:#fff,stroke:#333,stroke-width:2px
Element Description Cardinality Rule Examples
Attachment Allows for embedding or referencing external documents or digital objects 0..n BR-COM-42: An Attachment shall not embed and simultaneously refer to an URI that contains the same document. External references to documents, using the URI element, are the recommended method (when possible) for attaching documents. N/A
Sub-elements
EmbeddedData Allows the data to be embedded directly into the BOD instance 0..1 N/A -
EmbeddedText Embedded text 0..1 N/A "Embedded text"
URI Represents a Uniform Resource Identifier Reference (URI). An URI value can be absolute or relative, and may have an optional 0..1 N/A "http://uri.org", etc.
fragment identifier (i.e., it may be a URI Reference). This type should be used to specify the intention that the value fulfils the role of a URI, as defined by [RFC 2396] and as amended by [RFC 2732].
FileName Indicates the name of the File being referenced 0..1 N/A "File Name"
DocumentDateTime The date and/or time associated with the current or referenced version of a document 0..1 N/A "2012/12/23", etc.
Description Description of the attachment 0..1 N/A "Description of the attachment"
FileType Identifies the type of the file type of the attachment 1 BR-COM-35: Compulsory use of the "EURES_FileTypeCode-CodeList.gc" list defined by EURES. "PDF", "DOC", etc.
Full code list: "HR-Open/EURES: FileTypeCode [CL17]"
DocumentTitle The name of the associated document 0..1 N/A "Photo", "Europass CV", etc.
AttachmentPath Path to the external documents attached 0..n N/A "/Candidate/CandidatePerson", etc.
Instructions Identifies the type of attachment uploaded 1 BR-CV-29: Compulsory use of the "EURES_AttachmentInstructionCVCode" list defined by EURES. "CV", "ProfilePicture", "Other", etc.
Full code list: "HR-Open/EURES: AttachmentInstructionCVCode [CL61]"

3.25.2 Attachment Attributes

<img>Diagram showing AttachmentType with attributes validFrom, validTo, eures:Attachment, and a note about effective-date meta data and effective dating.</img>

Attributes Description Card. Rule
validFrom Validity start date for this entity's information 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 entity's information 0..1 BR-COM-06: Compulsory Date Format is: YYYY-MM-DD, YYYY-MM, YYYY or YYYY-MM-DDThh:mm:ss.

3.25.3 EmbeddedData attributes

Attributes Description Card. Rule
mimeCode Codes that specify the data MIME code. 1 BR-COM-50: Compulsory use of Mime Codes [CL56]. HR-Open/EURES: MimeCodes [CL56]
encodingCode The data encoding type 1 BR-COM-51: Only ‘base64Binary’ is allowed. If not present it is considered as encoded in base64Binary.
uri The URI of the file. 0..1 N/A
filename The name of the file. 0..1 N/A
format The format of the binary content 0..1
characterSetCode The character set of the binary object if the mime type is text 0..1

URI attributes

Attributes Description Card. Rule
This sub-element has no attributes.

FileName attributes

Attributes Description Card. Rule
Refer to NameType Attributes section for additional attributes

DocumentDateTime attributes

Attributes Description Card. Rule
This sub-element has no attributes.

Description attributes

Attributes Description Card. Rule
Refer to DescriptionType Attributes section for additional attributes

FileType attributes

Attributes Description Card. Rule
Refer to CodeType Attributes section for additional attributes

Instructions attributes

Attributes Description Card. Rule
Refer to DescriptionType Attributes section for additional attributes