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]"
<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.