FieldInfo (XML)
| Namespace: | http://familysearch.org/v1/ |
| URI: | http://familysearch.org/v1/FieldInfo |
Properties
| Name |
Type |
Description |
|
| uri |
string
|
|
|
| displayLabel |
string
|
|
|
| displayable |
boolean
|
|
|
| editable |
boolean
|
|
|
| elementTypes |
list of
string
|
|
|
| fieldType |
string
|
|
|
| standard |
boolean
|
|
|
Example
<fieldInfo uri="..." xmlns="http://familysearch.org/v1/">
<displayLabel>...</displayLabel>
<displayable>...</displayable>
<editable>...</editable>
<elementTypes>...</elementTypes>
<fieldType>...</fieldType>
<standard>...</standard>
</fieldInfo>