Difference between revisions of "Secondary Education Diploma Canonical Evidence"
Jump to navigation
Jump to search
m (Updated status) |
|||
Line 1: | Line 1: | ||
− | == | + | == 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 == | |
+ | [[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 |
|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 | + | |Country of completed secondary education. Takes values from the Country Authority Table codelist. |
|- | |- | ||
− | | | + | |Degree |
|Datatype | |Datatype | ||
|[1..1] | |[1..1] | ||
Line 26: | Line 38: | ||
|edci:TextType | |edci:TextType | ||
| | | | ||
− | |Degree previously obtained | + | |Degree previously obtained (e.g. General upper secondary education). |
|- | |- | ||
− | | | + | |NameOfSchool |
|Datatype | |Datatype | ||
|[1..1] | |[1..1] | ||
Line 34: | Line 46: | ||
|edci:TextType | |edci:TextType | ||
| | | | ||
− | |Name of a secondary school that | + | |Name of a secondary school that the person finished. |
|- | |- | ||
− | | | + | |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 | + | |Name of a secondary school programme that a person successfully finished (e.g. General secondary programme). |
|- | |- | ||
− | | | + | |IssuingDate |
|Datatype | |Datatype | ||
|[0..1] | |[0..1] | ||
|Text | |Text | ||
− | | | + | |cbc:DateType |
| | | | ||
− | | | + | |Issuing date of the accomplishment. |
|- | |- | ||
− | | | + | |Grade |
|Datatype | |Datatype | ||
|[0..1] | |[0..1] | ||
− | | | + | |Text |
− | | | + | |gradeType |
| | | | ||
− | | | + | |Mark indicating a degree of accomplishment. Custom type. |
|} | |} | ||
− | + | ==XML Schema== | |
− | + | XSD files can be found on the [https://github.com/de4a-wp3/study_abroad GitHub repository] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 08: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
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