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