Difference between revisions of "Secondary Education Diploma Canonical Evidence"

From DE4A
Jump to navigation Jump to search
m (Updated status)
Line 1: Line 1:
=== Completion of Secondary Education ===
+
== Description ==
Requirement: Add [[Canonical Evidence|canonical evidence]] recording the completion of secondary education.
+
In order to represent the proof of completion of secondary education, DE4A implements canonical evidence type '''SecondaryEducationDiplomaType''' that provides the respective information. Figure below offers a UML diagrammatic overview for this evidence type.
  
Suggestion: Adopted the 4 fields specified in D4.1 - Table 5, and added 2 additional fields included in SDG:
+
== Data model ==
 +
[[File:Secondary education Canonical Evidence Data model.png|left|thumb|550x550px]]
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
== Attribute Specification ==
 
{| class="wikitable"
 
{| class="wikitable"
 
!'''DE4A name'''
 
!'''DE4A name'''
Line 12: Line 24:
 
!'''Definition'''
 
!'''Definition'''
 
|-
 
|-
|country
+
|Country
 
|Datatype
 
|Datatype
 
|[1..1]
 
|[1..1]
Line 18: Line 30:
 
|edci:MDRCountryCodeEnumType
 
|edci:MDRCountryCodeEnumType
 
|[https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/country/?target=Browse&uri=http://publications.europa.eu/resource/authority/country Country]
 
|[https://op.europa.eu/en/web/eu-vocabularies/at-concept-scheme/-/resource/authority/country/?target=Browse&uri=http://publications.europa.eu/resource/authority/country Country]
|Country of completed secondary education; code list.
+
|Country of completed secondary education. Takes values from the Country Authority Table codelist.
 
|-
 
|-
|degree
+
|Degree
 
|Datatype
 
|Datatype
 
|[1..1]
 
|[1..1]
Line 26: Line 38:
 
|edci:TextType
 
|edci:TextType
 
|
 
|
|Degree previously obtained. E.g. "General upper secondary education".
+
|Degree previously obtained (e.g. General upper secondary education).
 
|-
 
|-
|nameOfSchool
+
|NameOfSchool
 
|Datatype
 
|Datatype
 
|[1..1]
 
|[1..1]
Line 34: Line 46:
 
|edci:TextType
 
|edci:TextType
 
|
 
|
|Name of a secondary school that a person finished. E.g. "International school".
+
|Name of a secondary school that the person finished.
 
|-
 
|-
|nameOfProgram
+
|NameOfProgram
 
|Datatype
 
|Datatype
 
|[1..1]
 
|[1..1]
Line 42: Line 54:
 
|edci:TextType
 
|edci:TextType
 
|
 
|
|Name of a secondary school programme that a person successfully finished. E.g. "General secondary programme".
+
|Name of a secondary school programme that a person successfully finished (e.g. General secondary programme).
 
|-
 
|-
|grade
+
|IssuingDate
 
|Datatype
 
|Datatype
 
|[0..1]
 
|[0..1]
 
|Text
 
|Text
|edci:TextScoreType
+
|cbc:DateType
 
|
 
|
|The grade indicating a degree of accomplishment.
+
|Issuing date of the accomplishment.
 
|-
 
|-
|issuingDate
+
|Grade
 
|Datatype
 
|Datatype
 
|[0..1]
 
|[0..1]
|Date
+
|Text
|cbc:DateType
+
|gradeType
 
|
 
|
|The date on which the Secondary Education Completion Evidence was issued.
+
|Mark indicating a degree of accomplishment. Custom type.
 
|}
 
|}
Status: Pending feedback from pilot partners.
+
==XML Schema==
 
+
XSD files can be found on the [https://github.com/de4a-wp3/study_abroad GitHub repository]
=== Non Academic Information ===
 
Requirement: Add canonical evidence recording non-academic information concerning the household income and the household composition.
 
 
 
Suggestion: The following attributes are included in SDG:
 
 
 
* householdIncome:
 
** The amount of yearly gross income of a household for that tax year;
 
** The amount of income taxed in that tax year;
 
** The amount of yearly net income of a household for that tax year.
 
* householdComposition:
 
** Address of the permanent residence of the citizen;
 
** The people they live with.
 
 
 
Status: Pending feedback from pilot partners.
 

Revision as of 09:14, 18 January 2023

Description

In order to represent the proof of completion of secondary education, DE4A implements canonical evidence type SecondaryEducationDiplomaType that provides the respective information. Figure below offers a UML diagrammatic overview for this evidence type.

Data model

Secondary education Canonical Evidence Data model.png






Attribute Specification

DE4A name Property type Cardinality Data type Related vocabulary Controlled Vocabulary Definition
Country Datatype [1..1] Identifier edci:MDRCountryCodeEnumType Country Country of completed secondary education. Takes values from the Country Authority Table codelist.
Degree Datatype [1..1] Text edci:TextType Degree previously obtained (e.g. General upper secondary education).
NameOfSchool Datatype [1..1] Text edci:TextType Name of a secondary school that the person finished.
NameOfProgram Datatype [1..1] Text edci:TextType Name of a secondary school programme that a person successfully finished (e.g. General secondary programme).
IssuingDate Datatype [0..1] Text cbc:DateType Issuing date of the accomplishment.
Grade Datatype [0..1] Text gradeType Mark indicating a degree of accomplishment. Custom type.

XML Schema

XSD files can be found on the GitHub repository