Skip to content

Element urllink

The element contains the identifier/name of the information source.

Element Type Mandatory Domain Description
urlLinkAddress Url Yes N/A The web address of the document
urlLinkDescription MultilingualString Nee NVT The description of the content of the reference
urlLinkType UrlLinkTypeEnum No documentPdf, html, image, rss, videoStream, voiceStream, other The type of web document being referenced

Voorbeeld

<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>
Go back to the previous page