diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7f791..ba4bf9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ its initial `1.0.0` release. Please note, that all changes in the `v1` branch will be backward-compatible. +Version 1.5.0 +------------- + +* Added support for additional fields on the learner (placeOfBirh, birthName, currentAddress, gender). See [this issue](https://github.com/emrex-eu/elmo-schemas/issues/44) +* Signature on the elmo element is now optional. See [this issue](https://github.com/erasmus-without-paper/ewp-specs-api-imobility-tors/issues/7) + Version 1.4.0 ------------- diff --git a/schema.xsd b/schema.xsd index e1ea796..168f1bf 100644 --- a/schema.xsd +++ b/schema.xsd @@ -1,8 +1,16 @@ - + + This schema describes the EMREX ELMO XML format, used for formatting students' Transcripts of Records. @@ -251,6 +259,67 @@ + + + The student's place of birth. + + For server implementers: If this is not known then you MUST skip the element + altogether (instead of, for example, providing an empty value). + + + + + + First name(s) and family name(s) of the student at birth, described as a single text value. + + For server implementers: If this is not known then you MUST skip the element + altogether (instead of, for example, providing an empty value). + + + + + + + The student's current physical address. This is the address which should work when, for example, + the user pastes it (without the recipientName part) into Google Maps. + + This element has been described in detail in Erasmus Without Paper: + https://github.com/erasmus-without-paper/ewp-specs-types-address + + + + + + ISO/IEC 5218 code of human gender. + + https://en.wikipedia.org/wiki/ISO/IEC_5218 + + + + + + + Unknown - the gender of the person has not been recorded. + + + + + Male + + + + + Female + + + + + Not Applicable - indeterminate, i.e. unable to be classified as either male or female + + + + + @@ -449,7 +518,7 @@ - + Every EMREX ELMO element MUST be signed with xmldsig-core2 enveloped signature. The ds:SignedInfo element MUST contain a single ds:Reference with an empty URI. The