Skip to content.
|Networking government in New Zealand.
Archive

Archived articles:

 
You are here: Home » Standards » Interoperability (e-GIF) » Authentication Standards » Data Formats for Identity Records Standard » Appendix E - Pseudonymous Identifiers

Appendix E - Pseudonymous Identifiers

[ Table of Contents ]

This appendix contains sample XML code to illustrate how exchanging parties can incorporate a pseudonymous identifier in an exchange file by using the "PartyID" and "PartyIDType" attributes for the <Party> container. The IVS is expected to incorporate such an identifier when it exchanges identity-related data.

<p:Party p:PartyID="1234567" p:PartyIDType="IVS">
 <p:PartyName>
  <n:PersonName>
   <n:NameElement n:ElementType="LastName">Citizen</n:NameElement>
   <n:NameElement n:ElementType="FirstName">Fred</n:NameElement>
   <n:NameElement n:ElementType="MiddleName">Wiremu</n:NameElement>
   <n:NameElement n:ElementType="MiddleName">John</n:NameElement>
  </n:PersonName>
 </p:PartyName>
</p:Party>

[ Previous | Contents | Next ]