VocabConcept (XML)
A data type that supports hypermedia controls (i.e. links).
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/VocabConcept |
Extends: | HypermediaEnabledData |
Properties
Name |
Type |
Description |
|
attributes |
list of
VocabConceptAttribute
|
Get the attributes associated with this vocabulary concept. |
|
definitions |
list of
TextValue
|
Get the definitions associated with this vocabulary concept. |
|
description |
string
|
Get the vocabulary concept description. |
|
gedcomxUri |
string
|
Get the Gedcomx URI associated with this vocabulary concept. |
|
note |
string
|
Get the vocabulary concept note. |
|
vocabTerms |
list of
VocabTerm
|
Get the vocabulary terms associated with this vocabulary concept. |
|
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
<vocabConcept id="..." xmlns="http://familysearch.org/v1/">
<attributes>
<id>...</id>
<name>...</name>
<value>...</value>
</attributes>
<definitions xml:lang="...">...</definitions>
<description>...</description>
<gedcomxUri>...</gedcomxUri>
<note>...</note>
<vocabTerms>
<sublistPosition>...</sublistPosition>
<sublistUri>...</sublistUri>
<typeUri>...</typeUri>
<values xml:lang="...">...</values>
<link xmlns="http://gedcomx.org/v1/"/>
</vocabTerms>
<link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..." xmlns="http://gedcomx.org/v1/"/>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</vocabConcept>