Skip to content

Commit 98c4ff1

Browse files
Merge pull request #39 from erasmus-without-paper/esi
European Student Identifier added to the get response
2 parents 55b5f1a + fefab42 commit 98c4ff1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ document, starting from its first beta draft version.
88
-----
99

1010
* First stable release.
11+
* European Student Identifier added to the get response.
1112

1213

1314
0.16.0

endpoints/get-response.xsd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,15 @@
322322
</xs:documentation>
323323
</xs:annotation>
324324
</xs:element>
325+
<xs:element name="global-id" type="xs:string" minOccurs="0" maxOccurs="1">
326+
<xs:annotation>
327+
<xs:documentation>
328+
Global student identifier. Should follow the specification of the
329+
European Student Identifier
330+
(https://github.com/erasmus-without-paper/european-student-identifier).
331+
</xs:documentation>
332+
</xs:annotation>
333+
</xs:element>
325334
<xs:element name="birth-date" type="xs:date" minOccurs="0" maxOccurs="1">
326335
<xs:annotation>
327336
<xs:documentation>

0 commit comments

Comments
 (0)