Element urllink
This element contains a reference to a web document.
| Element | Type | Mandatory | Domain | Description |
|---|---|---|---|---|
| urlLinkAddress | Url | Yes | N/A | The web address of the document |
| urlLinkDescription | MultilingualString | No | N/A | The description of the content of the reference |
| urlLinkType | UrlLinkTypeEnum | No | documentPdf, html, image, rss, videoStream, voiceStream, other | The type of the web document being referenced |
Example
<sit:urlLink>
<com:urlLinkAddress>http://web.site</com:urlLinkAddress>
<com:urlLinkDescription>
<com:values>
<com:value>Beschrijving website</com:value>
</com:values>
</com:urlLinkDescription>
<com:urlLinkType>html</com:urlLinkType>
</sit:urlLink>