Image

A reference to an image, with a description of its properties and type.

Properties

Name Type Cardinality
imageLocation xs:anyURI 0..1
typeOfImage CodeValueType 0..1
dpi xs:integer 0..1
languageOfImage xs:language 0..1

imageLocation

A reference to the location of the image using a URI.

typeOfImage

Brief description of the image type. Supports the use of an external controlled vocabulary.

dpi

Provides the resolution of the image in dots per inch to assist in selecting the appropriate image for various uses.

languageOfImage

Language of image.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Image [ label = "{<id>Image | + imageLocation : xs:anyURI \l + typeOfImage : CodeValueType \l + dpi : xs:integer \l + languageOfImage : xs:language \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Image" ] subgraph { label = "" node [ color = "#" ] } }