-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:jpvdplasse/irma-demo-schememanager
- Loading branch information
Showing
7 changed files
with
151 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<IssueSpecification version="4"> | ||
<Name> | ||
<en>Demo Actual Wage (UWV)</en> | ||
<nl>Demo Acteel Loon (UWV)</nl> | ||
</Name> | ||
<ShortName> | ||
<en>Demo Actual Wage (UWV)</en> | ||
<nl>Demo Acteel Loon (UWV)</nl> | ||
</ShortName> | ||
<SchemeManager>irma-demo</SchemeManager> | ||
<IssuerID>VeriD</IssuerID> | ||
<CredentialID>actualWage</CredentialID> | ||
<Description> | ||
<en>Demo Actual Wage (UWV)</en> | ||
<nl>Demo Acteel Loon (UWV)</nl> | ||
</Description> | ||
<IssueURL> | ||
<en>https://verid-uwv.framer.website/</en> | ||
<nl>https://verid-uwv.framer.website/</nl> | ||
</IssueURL> | ||
<ShouldBeSingleton>true</ShouldBeSingleton> | ||
<Attributes> | ||
<Attribute id="wage"> | ||
<Name> | ||
<en>Wage</en> | ||
<nl>Loon (SV)</nl> | ||
</Name> | ||
<Description> | ||
<en>Your current wage</en> | ||
<nl>Je actuele loon</nl> | ||
</Description> | ||
</Attribute> | ||
<Attribute id="period"> | ||
<Name> | ||
<en>Period</en> | ||
<nl>Periode</nl> | ||
</Name> | ||
<Description> | ||
<en>The period of the wage</en> | ||
<nl>De periode van het loon</nl> | ||
</Description> | ||
</Attribute> | ||
<Attribute id="kind" | ||
optional="true"> | ||
<Name> | ||
<en>Kind</en> | ||
<nl>Soort loon</nl> | ||
</Name> | ||
<Description> | ||
<en>What kind of wage is it?</en> | ||
<nl>Wat voor loon is het?</nl> | ||
</Description> | ||
</Attribute> | ||
<Attribute id="range" | ||
optional="true"> | ||
<Name> | ||
<en>Range</en> | ||
<nl>Bereik</nl> | ||
</Name> | ||
<Description> | ||
<en>What range is the wage in?</en> | ||
<nl>In welk bereik valt het loon?</nl> | ||
</Description> | ||
</Attribute> | ||
</Attributes> | ||
</IssueSpecification> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<IssueSpecification version="4"> | ||
<Name> | ||
<en>Demo Status Education Implementation Service</en> | ||
<nl>Demo Status Dienst Uitvoering Onderwijs</nl> | ||
</Name> | ||
<ShortName> | ||
<en>Demo Status DUO</en> | ||
<nl>Demo Status DUO</nl> | ||
</ShortName> | ||
<SchemeManager>irma-demo</SchemeManager> | ||
<IssuerID>VeriD</IssuerID> | ||
<CredentialID>duoStatus</CredentialID> | ||
<Description> | ||
<en>Demo Status Education Implementation Service</en> | ||
<nl>Demo Dienst Uitvoering Onderwijs, je actuele status bij duo</nl> | ||
</Description> | ||
<IssueURL> | ||
<en>https://verid-duo.framer.website/</en> | ||
<nl>https://verid-duo.framer.website/</nl> | ||
</IssueURL> | ||
<ShouldBeSingleton>true</ShouldBeSingleton> | ||
<Attributes> | ||
<Attribute id="studentFinance" | ||
optional="true"> | ||
<Name> | ||
<en>Student finance</en> | ||
<nl>Studiefinanciering</nl> | ||
</Name> | ||
<Description> | ||
<en>Travel product</en> | ||
<nl>Studiefinanciering</nl> | ||
</Description> | ||
</Attribute> | ||
<Attribute id="travelProduct" | ||
optional="true"> | ||
<Name> | ||
<en>Travel product</en> | ||
<nl>Reisproduct</nl> | ||
</Name> | ||
<Description> | ||
<en>Travel product</en> | ||
<nl>Reisproduct</nl> | ||
</Description> | ||
</Attribute> | ||
<Attribute id="travelProduct" | ||
optional="true"> | ||
<Name> | ||
<en>Student finance</en> | ||
<nl>Reisproduct</nl> | ||
</Name> | ||
<Description> | ||
<en>Travel product</en> | ||
<nl>Reisproduct</nl> | ||
</Description> | ||
</Attribute> | ||
<Attribute id="performanceGrant" | ||
optional="true"> | ||
<Name> | ||
<en>Performance grant</en> | ||
<nl>Prestatiebeurs</nl> | ||
</Name> | ||
<Description> | ||
<en>Performance grant</en> | ||
<nl>Prestatiebeurs</nl> | ||
</Description> | ||
</Attribute> | ||
<Attribute id="studentDebt" | ||
optional="true"> | ||
<Name> | ||
<en>Student debt</en> | ||
<nl>Studieschuld</nl> | ||
</Name> | ||
<Description> | ||
<en>Student debt</en> | ||
<nl>Studieschuld</nl> | ||
</Description> | ||
</Attribute> | ||
</Attributes> | ||
</IssueSpecification> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1728466077 | ||
1730985246 |