forked from Gerstep/EDCI-Data-Model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
edci_presentation.xml
87 lines (86 loc) · 5.27 KB
/
edci_presentation.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8"?>
<!--
In this implementation a verifiableCredential-element can contain any xml credential of any type and structure. It can contain any wellformed xml fragment. The xml fragment (i.e. credential) will not be validated by this schema.
The presentation xsd schema does not include the credential xsd schema. The credential xsd schema does not make part of the presentation xsd schema.
The xml header of the original credential xml document must be encoded (i.e. <![CDATA[<?xml version="1.0" encoding="UTF-8"?>]]>. Will the proof of the credential still validate if the xml header is removed? The original document is changed...
-->
<verifiablePresentation xmlns="http://data.europa.eu/europass/model/credentials#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:eup="http://data.europa.eu/europass/model/credentials#" xsi:schemaLocation="http://data.europa.eu/europass/model/credentials# edci_presentation.xsd">
<verifiableCredentials>
<verifiableCredential id="ID1">
<![CDATA[?xml version="1.0" encoding="UTF-8"?>]]>
<europassCredential xmlns="http://data.europa.eu/europass/model/credentials#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:eup="http://data.europa.eu/europass/model/credentials#" xsi:schemaLocation="http://data.europa.eu/europass/model/credentials# edci_credential.xsd" id="urn:example:credential:b576d4a4-c669-458b-ba17-23bd3237e177" xsdVersion="0.4.0">
<type uri="http://data.europa.eu/europass/credentialType/generic"/>
<issuanceDate>2016-08-16T11:13:35</issuanceDate>
<issuer idref=""/>
<title lang="en">KULeuven Credential Master in Geology</title>
<credentialSubject id="">
<nationalId schemeID="" schemeAgencyName="" spatialID="http://publications.europa.eu/resource/authority/country/BEL">86.02.20-409.89</nationalId>
<givenNames lang="nl">Pieter Herman</givenNames>
<familyName lang="nl">Fannes</familyName>
<dateOfBirth>1986-02-20</dateOfBirth>
</credentialSubject>
<agentReferences>
<organization id="urn:example:organization:0001">
<registration schemeID="http://data.europa.eu/idTypes/KBO" schemeAgencyName="Kruispuntbank van Ondernemingen" issuedDate="2000-10-01T00:00:00" spatialID="http://publications.europa.eu/resource/authority/country/BEL">0419.052.173</registration>
<vatIdentifier schemeID="http://data.europa.eu/idTypes/VatId" schemeAgencyName="Kruispuntbank van Ondernemingen" issuedDate="1992-02-25T00:00:00" spatialID="http://publications.europa.eu/resource/authority/country/BEL">BE0419.052.173</vatIdentifier>
<!--taxIdentifier schemeID="" schemeAgencyName="" spatial=""></taxIdentifier-->
<prefLabel lang="en">KU Leuven</prefLabel>
<altLabel lang="en">Katholieke Universiteit Leuven</altLabel>
<homepage>
<uri>https://www.kuleuven.be</uri>
</homepage>
<spatial uri="http://publications.europa.eu/resource/authority/country/BEL"/>
<communication>
<mailBox>
<uri>mailto:[email protected]</uri>
</mailBox>
</communication>
<hasAccreditation idref="urn:example:accreditation:0001"/>
</organization>
<organization id="urn:example:organization:0003">
<registration schemeID="http://data.europa.eu/idTypes/KBO" schemeAgencyName="Kruispuntbank van Ondernemingen" issuedDate="2000-10-01T00:00:00" spatialID="http://publications.europa.eu/resource/authority/country/BEL">00101.052.173</registration>
<prefLabel lang="en">NVAO</prefLabel>
<prefLabel lang="en">The Accreditation Organisation of the Netherlands and Flanders</prefLabel>
<homepage>
<uri>https://www.nvao.net/en/about-us</uri>
</homepage>
</organization>
</agentReferences>
<accreditationReferences>
<accreditation id="urn:example:accreditation:0001">
<type uri="http://data.europa.eu/europass/accreditationType/institutionalLicense"/>
<title lang="en">ddd</title>
<organization idref="urn:example:organization:0001"/>
<accreditingAgent idref="urn:example:organization:0003"/>
</accreditation>
</accreditationReferences>
<proof/>
</europassCredential>
</verifiableCredential>
<verifiableCredential id="ID2">
any valid xml content is accepted
<anyCredentialType>anything</anyCredentialType>
</verifiableCredential>
<verifiableCredential id="ID3">
any valid xml content is accepted
<verifiableCredential>anything</verifiableCredential>
</verifiableCredential>
<verifiableCredential id="ID4">
any valid xml content is accepted
<credential>anything</credential>
</verifiableCredential>
</verifiableCredentials>
<verification subject="ID1">
<verififcationCheck>
<type uri="http://data.europa.eu/europass/verificationType/format"/>
<status uri="http://data.europa.eu/europass/verificationStatus/green"/>
<description><text lang="en" content-type="text/plain">Some free text about the check done and the result...</text></description>
</verififcationCheck>
<verififcationCheck>
<type uri="http://data.europa.eu/europass/verificationType/seal"/>
<status uri="http://data.europa.eu/europass/verificationStatus/gray"/>
<description><text lang="en" content-type="text/plain">Some free text about the check done and the result...</text></description>
</verififcationCheck>
</verification>
<proof/>
</verifiablePresentation>