Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Alla yksinkertaistettu esimerkki. Ilmoita etenkin koon image_large, image_master ja image_original -kuvissa myös tiedostojen koko LIDO skeeman mukaisesti, jotta käyttäjä näkee, millaista tiedostoa on mahdollisesti lataamassa. Katso tarkempi malli LIDOmallipohjasta Museoviraston sivuilta ja tästä esimerkkitietueesta1 tai esimerkkitietueesta 2.

Code Block
languagexml
<resourceWrap>
    <resourceSet>
        <resourceRepresentation type="image_thumb">
            <linkResource formatResource="jpg">http://xxx</linkResource>
        </resourceRepresentation>
        <resourceRepresentation type="image_large">
            <linkResource formatResource="jpg">http://xxx</linkResource>
        </resourceRepresentation>
        <resourceRepresentation type="image_master">
            <linkResource formatResource="jpg">http://xxx</linkResource>
        </resourceRepresentation>
		<resourceRepresentation type="image_original">
            <linkResource formatResource="tiff">http://xxx</linkResource>
        </resourceRepresentation>
    </resourceSet>
</resourceWrap>

...