Surname

MADS Element: name

Element DefinitionUsed for personal, corporate, event, conference, or family names
AILLA Definition A list of all surnames or last names of a person; Latin American surnames with two parts should be given in this order: paternal surname followed by maternal surname.
Form option

Text

RepeatableNo
Form Required?Required
AILLA Required?Required
Subelement/Attribute NameDefinition/DescriptionExamplesXPath SyntaxDublin Core
Type

Defines the type of name as personal

"Personal" is auto-generated in Persons database

personalmads:name[@type="personal"]to be added

Name part

Subelement

Used for separating out different parts of names (ie. family or given) mads:name/mads:namePartto be added
TypeDefines the name part as the last name of the personfamilymads:namePart[@type="family"]to be added
XML

<name type="personal">

    <namePart type="family">Zavala Maldonado</namePart>

</name>