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 ]