graph TD
subgraph "eures:SpeakingHistory"
direction LR
A(SpeakingHistoryType) --> B(Attributes)
B --> C(SpeakingEvent)
end
subgraph "It contains information about one or more events in which the person has spoken (as keynote speaker,
for example)."
direction LR
D(eures:SpeakingHistory) -- "0..∞" --> C
end
Element
Description
Cardinality
Rule
Examples
SpeakingHistory
A collection of information about one or more speaking events (as keynotes, for example) given by the
person
0..1
N/A
N/A
Sub-elements
SpeakingEvent
Contains a set of details about an event in which the person was a lecturer or presenter See
section /CandidateProfile/SpeakingHistory/SpeakingEvent for more information
graph TD
subgraph "eures:SpeakingHistory"
direction LR
A(SpeakingHistoryType) --> B(Attributes)
B --> C(hr:EffectiveDateAttributeGroup)
C --> D(validFrom)
C --> E(validTo)
end
subgraph "It contains information about one or more events in which the person has spoken (as keynote speaker,
for example)."
direction LR
F(eures:SpeakingHistory) -- "+" --> A
end
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.
SpeakingEvent attributes
Attributes
Description
Card.
Rule
See section /CandidateProfile/SpeakingHistory/SpeakingEvent for more information
graph TD
A[SpeakingHistoryType] --> B{Attributes}
B --> C(SpeakingEvent)
C --> D(SpeakingEventType)
D --> E[hr:EventName]
D --> F[oa:Description]
E -- "The name of the speaking event." --> E
F -- "Description of the speaking event" --> F
subgraph "ABIE Speaking Event Details"
E
F
end
Element
Description
Cardinality
Rule
Examples
SpeakingEvent
Contains a set of details about an event in which the associated person was a lecturer or presenter.