Skip to content

Element urllink

De element bevat de verwijzing naar een webdocument.

Element Type Verplicht Domein Omschrijving
urlLinkAddress Url Ja NVT Het webadres van het document
urlLinkDescription MultilingualString Nee NVT De omschrijving van de inhoud van de verwijzing
urlLinkType UrlLinkTypeEnum Nee documentPdf, html, image, rss, videoStream, voiceStream, other Het type webdocument waarnaar verwezen wordt

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