Difference between revisions of "Disability Canonical Evidence"

From DE4A
Jump to navigation Jump to search
 
Line 1: Line 1:
{{DISPLAYTITLE:Non-Academic Information Evidences}}
+
{{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'''
|'''Data Type'''
 
|'''Cardinality'''
 
 
|-
 
|-
|Currency
+
|CertificateID (both types)
|The currency type. Takes values from the Currency authority table codelist.
+
|xsd:string
|edci:MDRCurrencyEnumType
+
|ID of the certificate.
|1..1
 
 
|-
 
|-
|YearlyGrossIncome
+
|EffectiveDate (Disability)
|The amount of yearly gross income of a household for that tax year.
+
|cbc:DateType
|xsd:float
+
|Date from which the disability certificate is valid.
|1..1
 
 
|-
 
|-
|TaxedIncome
+
|RevisionDate (Disability)
|The amount of income taxed in that tax year.
+
|cbc:DateType
|xsd:float
+
|Date on which the disability certificate will be reviewed.
|1..1
 
 
|-
 
|-
|YearlyNetIncome
+
|DisabilityPercentage (Disability)
|The amount of yearly net income of a household for that tax year.
+
|xsd:int
|xsd:float
+
|Specifies the degree of disability of the beneficiary. Indicated as a percentage.
|1..1
 
 
|-
 
|-
|PermanentAddress
+
|ValidCertificate (LargeFamily)
|Address of the permanent residence of the citizen.
+
|xsd:boolean
|edci:AddressType
+
|True/false depending on whether the large family certificate is valid or not.
|1..1
 
 
|-
 
|-
|OtherResidents
+
|IssuingDate (LargeFamily)
|The people they live with.
+
|cbc:DateType
|xsd:nonNegativeInteger
+
|Date of issue of the large family certificate.
|1..1
+
|-
 +
|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 11: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

Disability Certificate and Large Family Certificate data models

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