VocabTerm (XML)
A data type that supports hypermedia controls (i.e. links).
| Namespace: | http://familysearch.org/v1/ |
| URI: | http://familysearch.org/v1/VocabTerm |
| Extends: | HypermediaEnabledData |
Properties
| Name |
Type |
Description |
|
| sublistPosition |
int
|
Get the position of this vocabulary term within it's associated sublist. |
|
| sublistUri |
string
|
Get the URI of the sublist this vocabulary term is associated with. |
|
| typeUri |
string
|
Get the vocabulary term type. |
|
| values |
list of
TextValue
|
Get the vocabulary term values. |
|
| Properties inherited from HypermediaEnabledData |
| link |
list of
Link
|
The list of hypermedia links. Links are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS. |
|
| Properties inherited from ExtensibleData |
| id |
string
|
A local, context-specific id for the data. |
|
Example
<vocabTerm id="..." xmlns="http://familysearch.org/v1/">
<sublistPosition>...</sublistPosition>
<sublistUri>...</sublistUri>
<typeUri>...</typeUri>
<values xml:lang="...">...</values>
<link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..." xmlns="http://gedcomx.org/v1/"/>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</vocabTerm>