Skip to content.
|Networking government in New Zealand.
You are here: Home » Standards » Interoperability (e-GIF) » Authentication Standards » Data Formats for Identity Records Standard » Appendix E - Sample Validated Exchange File

Appendix E - Sample Validated Exchange File

You are viewing an ARCHIVED version of this document. Please see the latest version here.

This appendix contains a sample validated exchange file. The exchange file has been validated against the CIQ v3.0 Specifications. This example contains a sample record for illustrative purposes only. Exchanging parties should use the latest CIQ v3.0 schema available, agreed by the parties.

<?xml version="1.0" encoding="UTF-8" ?>
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by (name and location withheld) -->
<n1:Party xmlns:n1="urn:oasis:names:tc:ciq:xpil:3" xmlns:a="urn:oasis:names:tc:ciq:xal:3" xmlns:n="urn:oasis:names:tc:ciq:xnl:3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:ciq:xpil:3 xPIL.xsd">
    <n: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>
    </n:PartyName>
    <n1:PersonInfo n1:Gender="M" />
    <n1:BirthInfo>
        <n1:BirthInfoElement n1:ElementType="BirthYear">1963</n1:BirthInfoElement>
        <n1:BirthInfoElement n1:ElementType="BirthMonth">11</n1:BirthInfoElement>
        <n1:BirthInfoElement n1:ElementType="BirthDay">01</n1:BirthInfoElement>
        <n1:BirthInfoElement n1:ElementType="BirthTime" />
        <n1:BirthInfoElement n1:ElementType="MothersName">Jane Public</n1:BirthInfoElement>
            <n1:BirthPlace>
                <a:Country>
                    <a:Name a:Abbreviation="true">NZ</a:Name>
                </a:Country>
                <a:Locality>
                    <a:Name a:NameType="Type">Town</a:Name>
                    <a:Name a:NameType="Name">Taihape</a:Name>
                </a:Locality>
            </n1:BirthPlace>
    </n1:BirthInfo>
</n1:Party>

 

Previous ]