[Refdb-users] xnal (names)
Status: Beta
Brought to you by:
mhoenicka
|
From: Bruce D'A. <bd...@fa...> - 2004-02-13 18:53:14
|
Just was pointed to another standard that handles names. More at: http://netapps.muohio.edu/movabletype/archives/darcusb/darcusb/ 000135.html Am not sure what to make of it, but here's an example: <NameDetails PartyType="Person"> <PersonName> <Title>Mr</Title> <FirstName Type="GivenName">Ram</FirstName> <MiddleName>Laxhman</MiddleName> <MiddleName Type="Initial">B</MiddleName> <LastName NameType="SurName">Kumar</LastName> <Alias>Ram</Alias> <FormerName> <NameLine>Ramkumar</NameLine> </FormerName> </PersonName> </NameDetails> |