NameForm (JSON)

A form of a name.

URI:NameForm
Extends:ExtensibleData

Properties

Name Type Description
fullText string The full text of the name form.
parts array of NamePart The different parts of the name form.
lang string The language of the conclusion. See http://www.w3.org/International/articles/language-tags/
Properties inherited from ExtensibleData
id string A local, context-specific id for the data.

Example

{
  "fullText" : "...",
  "parts" : [ {
    "type" : "...",
    "value" : "...",
    "qualifiers" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ],
    "id" : "..."
  }, {
    "type" : "...",
    "value" : "...",
    "qualifiers" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ],
    "id" : "..."
  } ],
  "lang" : "...",
  "id" : "..."
}

變更語言

意見回饋

傳送中……

意見回饋已傳送。

無法傳送意見回饋。5秒鐘後重試。