vocabElement (XML)
Representation of a vocabulary element
| Namespace: | http://gedcomx.org/v1/ |
|---|---|
| URI: | http://gedcomx.org/v1/vocabElement |
Properties
| Name | Type | Description | |
|---|---|---|---|
| id | string | ||
| position | int | ||
| sortName | string | ||
| subclass | string | ||
| sublist | string | ||
| type | string | ||
| uri | string |
Example
<v----- xmlns="http://gedcomx.org/v1/"> <id>...</id> <position>...</position> <sortName>...</sortName> <subclass>...</subclass> <sublist>...</sublist> <type>...</type> <uri>...</uri> </v----->