HypermediaEnabledData (XML)
A data type that supports hypermedia controls (i.e. links).
Namespace: | http://gedcomx.org/v1/ |
---|---|
URI: | http://gedcomx.org/v1/HypermediaEnabledData |
Extends: | ExtensibleData |
Properties
Name | Type | Description | |
---|---|---|---|
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
<h----- id="..." xmlns="http://gedcomx.org/v1/"> <link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..."/> <extension1 xmlns="">...</extension1> <extension2 xmlns="">...</extension2> </h----->