Differenze tra le versioni di "URN-Registry/schacPersonalUniqueCode:IT"

Da WIKI IDEM GARR.
Jump to navigation Jump to search
(Creata pagina con "== Syntax == <pre> urn:schac:personalUniqueID:it:<organisation_id>:<id_type>[:<id_token>] </pre> - <organisation_id>: identifies the organisation which has issued the specif...")
 
Riga 5: Riga 5:
 
</pre>
 
</pre>
  
- <organisation_id>: identifies the organisation which has issued the specified identifier. The format is a domain name as specified in RFC 1035, example <pre>unical.it:</pre>
+
* <organisation_id>: identifies the organisation which has issued the specified identifier. The format is a domain name as specified in RFC 1035, example "unical.it:"
- <id_type>: type of the role or identifier, example: <pre>student</pre>. It can also assume roles owned locally by the organization, example: studente, dipendente, docente.
+
* <id_type>: type of the role or identifier, example: "student". It can also assume roles owned locally by the organization, example: studente, dipendente, docente.
- <id_token>: OPTIONAL. Internal identifier of the specified id_type, issued by the specified organisation. Should be a proper URN, so the <id_token> may only consist of the characters specified in section 2.2 of RFC2141. An example can be the identification number of a student or other id_type.
+
* <id_token>: OPTIONAL. Internal identifier of the specified id_type, issued by the specified organisation. Should be a proper URN, so the <id_token> may only consist of the characters specified in section 2.2 of RFC2141. An example can be the identification number of a student or other id_type.
 
 
Example:
 
  
 +
A complete example:
 
<pre>
 
<pre>
 
urn:schac:personalUniqueCode:IT:unical.it:dipendente:1740345
 
urn:schac:personalUniqueCode:IT:unical.it:dipendente:1740345
 
</pre>
 
</pre>

Versione delle 13:12, 19 set 2019

Syntax

urn:schac:personalUniqueID:it:<organisation_id>:<id_type>[:<id_token>]
  • <organisation_id>: identifies the organisation which has issued the specified identifier. The format is a domain name as specified in RFC 1035, example "unical.it:"
  • <id_type>: type of the role or identifier, example: "student". It can also assume roles owned locally by the organization, example: studente, dipendente, docente.
  • <id_token>: OPTIONAL. Internal identifier of the specified id_type, issued by the specified organisation. Should be a proper URN, so the <id_token> may only consist of the characters specified in section 2.2 of RFC2141. An example can be the identification number of a student or other id_type.

A complete example:

urn:schac:personalUniqueCode:IT:unical.it:dipendente:1740345