Skip to content

Common DataType Elements with Attributes

3.38 Common DataType Elements with Attributes

3.38.1 ActivityType

3.38.1.1 ActivityType Elements

<img>Diagram showing ActivityType with Title, Date, Description, Link elements</img>

Element Description Cardinality Rule Examples
Sub-elements
Title Specifies title of the the activity. 1 N/A N/A
Date Specifies a time period when an activity took place. 0..n N/A N/A
Description Specifies description of the activity. 0..1 N/A N/A
Link Specifies URI link related to the activity. 0..n N/A N/A

3.38.1.2 ActivityType Attributes

classDiagram
    class TimeSpanType {
        - startDate : Date
        - endDate : Date
        - duration : Duration
        - ongoing : boolean
    }

3.38.2 TimeSpanType

3.38.2.1 TimeSpanType Elements

Sub-elements

Element Description Cardinality Rule Examples
StartDate Specifies the start date. 1 BR-COM-16: At least one of its sub-elements must be provided. N/A
EndDate Specifies the end date 0..1 BR-COM-16: At least one of its sub-elements must be provided N/A
Duration Specifies the duration 0..1 N/A N/A
Ongoing Specifies if the duration is ongoing 0..1 N/A N/A

3.38.2.2 TimeSpanType Attributes

StartDate attributes

Refer to /EducationOrganizationAttendance/EducationDegree/DegreeDate attributes.

EndDate attributes

Refer to /EducationOrganizationAttendance/EducationDegree/DegreeDate attributes.

Duration attributes

Attributes Description Card. Rule
It has no attributes.

Ongoing attributes

Attributes Description Card. Rule
It has no attributes.

3.38.3 SkillsType

3.38.3.1 SkillsType Elements

graph TD
    A(SkillsType) --> B(TitleAndDescriptionType (extension base))
    B --> C[Title]
    B --> D[Description]
    B --> E[Link]
    C -- "It specifies the title." --> C
    D -- "It specifies a description." --> D
    E -- "It specifies website link." --> E
Element Description Cardinality Rule Examples
Sub-elements
Title Specifies title of the activity. 1 N/A N/A
Description Specifies description of the activity. 0..1 N/A N/A
Link Specifies URI link related to the activity. 0..n N/A N/A

3.38.3.2 SkillsType Attributes

Title attributes
Attributes Description Card. Rule
languageID Identifier of the language used in the title 0..1 N/A
Description attributes
Attributes Description Card. Rule
Refer to DescriptionType Attributes section for additional attributes.
Link attributes
Attributes Description Card. Rule
It has no attributes.

3.38.4 EventType

3.38.4.1 EventType Elements

graph TD
    A(EventType) --> B[Title]
    A --> C[Date]
    A --> D[Location]
    A --> E[Description]
    A --> F[Link]
    B -- "It specifies the title." --> B
    C -- "It represents a time period when a particular event or activity took place." --> C
    D -- "It specifies location." --> D
    E -- "It specifies a description." --> E
    F -- "It specifies website link." --> F
Element Description Cardinality Rule Examples
erDiagram
    Event {
        Title
        Date
        Description
        Location
        Link
    }
Sub-elements
Title Specifies title of the event. 1 N/A N/A
Date Specifies a time period when a particular event took place. 0..1 N/A N/A
Description It specifies description of the event. 0..1 N/A N/A
Location Specifies the location where the event took place 0..1 N/A N/A
Link It specifies website link. 0..n N/A N/A

3.38.4.2 EventType Attributes

Title attributes
Attributes Description Card. Rule
languageID Identifier of the language used in title 0..1 N/A

Refer to TimeSpanType Attributes for additional information

Date attributes
Attributes Description Card. Rule

Refer to DescriptionType Attributes section for additional attributes.

Description attributes
Attributes Description Card. Rule
Location attributes
Attributes Description Card. Rule
languageID Identifier of the language used to specify location 0..1 N/A
Link attributes
Attributes Description Card. Rule

It has no attributes.

3.38.5 SocialAndNetworkingActivityType

3.36.5.1 SocialAndNetworkingActivityType Element Description
graph TD
    subgraph SocialAndNetworkingActivityType
        A[Activity] --> B[Activity]
        B -- "It contains further information about the activity done, like title, date, description, etc." --> B
        C[Location] --> D[Location]
        D -- "It specifies location." --> D
        E[HonourAwardDate] --> F[HonourAwardDate]
        F -- "It specifies a date when an award or honour was received." --> F
    end
Element Description Cardinality Rule Examples
Sub-elements
Activity Specifies further information about the activity done, like title, date, description, etc.
Refer to ActivityType Elements for sub-elements
0..1 N/A N/A
Location Specifies location where the activity took place. 0..n N/A N/A
HonourAwardDate Specifies a date when an award or honour was received for a selected activity. 0..1 BR-COM-16: At least one of its sub-elements N/A

must be provided.

3.36.5.2 SocialAndNetworkingActivityType Attributes

Attributes Description Card. Rule
Activity attributes
Location attributes
languageID Identifier of the language used in the location description. 0..1
HonourAwardDate attributes
The same as /CandidateProfile/EducationHistory/EducationOrganizationAttendance/EducationDegree/DegreeDate

3.38.6 OtherType

3.38.6.1 OtherType Elements

graph TD
    A[OtherType] --> B[ActivityType (restriction base)]
    B --> C[Title]
    B --> D[Date]
    B --> E[Description]
    B --> F[Link]

    C -- "It specifies the title." --> C
    D -- "It represents a time period when a particular event or activity took place." --> D
    E -- "It specifies a description." --> E
    F -- "It specifies website link." --> F
Element Description Cardinality Rule Examples
Sub-elements
Title Specifies title of the the activity. 1 N/A N/A
Date Specifies a time period when an activity took place. 0..1 N/A N/A
Description Specifies description of the activity. 0..1 N/A N/A
Link Specifies URI link related to the activity. 0..n N/A N/A

3.38.6.2 OtherType Attributes

Attributes Description Card. Rule
Title attributes
languageID Identifier of the language used in the title 0..1 N/A
Date attributes
Refer to TimeSpanType Attributes for additional information
Description attributes
Attributes Description Card. Rule
Refer to DescriptionType Attributes section for additional attributes.
Link attributes
Attributes Description Card. Rule
It has no attributes.