NamePart (JSON)
A part of a name.
| URI: | NamePart |
|---|---|
| Extends: | ExtensibleData |
Properties
| Name | Type | Description | |
|---|---|---|---|
| type | string | The type of the name part. | |
| value | string | The value of the name part. | |
| qualifiers | array 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
{
"type" : "...",
"value" : "...",
"qualifiers" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ],
"id" : "..."
}