Difference between revisions of "Disability Canonical Evidence"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{DISPLAYTITLE:Non-Academic Information | + | {{DISPLAYTITLE: Non-Academic Information Evidences}} |
==Description== | ==Description== | ||
| + | In order to represent non-academic information (e.g., for the purposes of awarding a scholarship or grant), two canonical evidence types are introduced, DisabilityCertificateType and LargeFamilyCertificateType, which correspond to the respective certificates for proving a disability and a large family, respectively. | ||
==Data model== | ==Data model== | ||
| − | [[File:Disability CE data model.png|none|frame]] | + | [[File:Disability CE data model.png|none|frame|Disability Certificate and Large Family Certificate data models ]] |
| − | == Attribute Specification == | + | ==Attribute Specification== |
{| class="wikitable" | {| class="wikitable" | ||
|'''Field''' | |'''Field''' | ||
| + | |'''Data type''' | ||
|'''Definition''' | |'''Definition''' | ||
| − | |||
| − | |||
|- | |- | ||
| − | | | + | |CertificateID (both types) |
| − | | | + | |xsd:string |
| − | + | |ID of the certificate. | |
| − | | | ||
|- | |- | ||
| − | | | + | |EffectiveDate (Disability) |
| − | | | + | |cbc:DateType |
| − | + | |Date from which the disability certificate is valid. | |
| − | | | ||
|- | |- | ||
| − | | | + | |RevisionDate (Disability) |
| − | | | + | |cbc:DateType |
| − | + | |Date on which the disability certificate will be reviewed. | |
| − | | | ||
|- | |- | ||
| − | | | + | |DisabilityPercentage (Disability) |
| − | + | |xsd:int | |
| − | |xsd: | + | |Specifies the degree of disability of the beneficiary. Indicated as a percentage. |
| − | | | ||
|- | |- | ||
| − | | | + | |ValidCertificate (LargeFamily) |
| − | | | + | |xsd:boolean |
| − | + | |True/false depending on whether the large family certificate is valid or not. | |
| − | | | ||
|- | |- | ||
| − | | | + | |IssuingDate (LargeFamily) |
| − | | | + | |cbc:DateType |
| − | |xsd: | + | |Date of issue of the large family certificate. |
| − | | | + | |- |
| + | |ExpiryDate (LargeFamily) | ||
| + | |cbc:DateType | ||
| + | |Expiry date of the large family certificate. | ||
| + | |- | ||
| + | |NumberOfChildren (LargeFamily) | ||
| + | |xsd:int | ||
| + | |Indicates the number of children the holder of the large family title has. | ||
|} | |} | ||
==XML Schema== | ==XML Schema== | ||
XSD files can be found on the [https://github.com/de4a-wp3/study_abroad GitHub repository] | XSD files can be found on the [https://github.com/de4a-wp3/study_abroad GitHub repository] | ||
| + | |||
| + | {{DEFAULTSORT:Non_Academic_Information}} | ||
Latest revision as of 10:28, 18 January 2023
Description
In order to represent non-academic information (e.g., for the purposes of awarding a scholarship or grant), two canonical evidence types are introduced, DisabilityCertificateType and LargeFamilyCertificateType, which correspond to the respective certificates for proving a disability and a large family, respectively.
Data model
Attribute Specification
| Field | Data type | Definition |
| CertificateID (both types) | xsd:string | ID of the certificate. |
| EffectiveDate (Disability) | cbc:DateType | Date from which the disability certificate is valid. |
| RevisionDate (Disability) | cbc:DateType | Date on which the disability certificate will be reviewed. |
| DisabilityPercentage (Disability) | xsd:int | Specifies the degree of disability of the beneficiary. Indicated as a percentage. |
| ValidCertificate (LargeFamily) | xsd:boolean | True/false depending on whether the large family certificate is valid or not. |
| IssuingDate (LargeFamily) | cbc:DateType | Date of issue of the large family certificate. |
| ExpiryDate (LargeFamily) | cbc:DateType | Expiry date of the large family certificate. |
| NumberOfChildren (LargeFamily) | xsd:int | Indicates the number of children the holder of the large family title has. |
XML Schema
XSD files can be found on the GitHub repository
