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 D - File Interpretation and Navigation

Appendix D - File Interpretation and Navigation

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

This appendix contains XML Path Language (XPath) statements that can be used to locate the person's identity-related data elements in the sample validated exchange file shown in Appendix E. Exchanging parties should use the latest XPath statements available, agreed by the parties.

Xpath statements to locate a persons identity

Data element

XPath statement

First Name

//Party/PartyName/PersonName/NameElement

where ElementType = "FirstName"

Last Name

//Party/PartyName/PersonName/NameElement

where ElementType = "LastName"

Middle Name

//Party/PartyName/PersonName/NameElement

where ElementType = "MiddleName"

Gender

//Party/PersonInfo (Gender = text string)

Mother's Name

//Party/PersonInfo/BirthInfo/BirthElement

where BirthInfoElement(ElementType) = "MothersName"

Birth Year

//Party/PersonInfo/BirthInfo/BirthInfoElement

where BirthInfoElement(ElementType) = "BirthYear"

Birth Month

//Party/PersonInfo/BirthInfo/BirthInfoElement

where BirthInfoElement(ElementType) = "BirthMonth"

Birth Day

//Party/PersonInfo/BirthInfo/BirthInfoElement

where BirthInfoElement(ElementType) = "BirthDay"

Birth Time

//Party/PersonInfo/BirthInfo/BirthInfoElement

where BirthInfoElement(ElementType) = "BirthTime"

Place of Birth (Country)

//Party/PersonInfo/BirthInfo/BirthPlace/Country/Name

where Name(Abbreviation)= "true"

Place of Birth (Locality)

//Party/PersonInfo/BirthInfo/BirthPlace/Locality/Name

where Name(Type)= "Type"

[ Previous ] [ Next]