NamePart (XML)
A part of a name.
Namespace: | http://gedcomx.org/v1/ |
URI: | http://gedcomx.org/v1/NamePart |
Extends: | ExtensibleData |
Properties
Name |
Type |
Description |
|
type |
string
|
The type of the name part. |
|
value |
string
|
The value of the name part. |
|
qualifier |
list of
Qualifier
|
The qualifiers associated with this name part. |
FTU
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
<n----- id="..." type="..." value="..." xmlns="http://gedcomx.org/v1/">
<qualifier name="...">...</qualifier>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</n----->