NameForm (XML)
A form of a name.
Namespace: | http://gedcomx.org/v1/ |
---|---|
URI: | http://gedcomx.org/v1/NameForm |
Extends: | ExtensibleData |
Properties
Name | Type | Description | |
---|---|---|---|
lang | string | The language of the conclusion. See http://www.w3.org/International/articles/language-tags/ | |
fullText | string | The full text of the name form. | |
part | list of NamePart | The different parts of the name form. | |
Properties inherited from ExtensibleData | |||
id | string | A local, context-specific id for the data. |
Example
<n----- id="..." xml:lang="..." xmlns="http://gedcomx.org/v1/"> <fullText>...</fullText> <part id="..." type="..." value="..."> <qualifier name="...">...</qualifier> <extension1 xmlns="">...</extension1> <extension2 xmlns="">...</extension2> </part> <extension1 xmlns="">...</extension1> <extension2 xmlns="">...</extension2> </n----->