PrivateImage

References an image using the standard Image description. In addition to the standard attributes provides an effective date (period), the type of image, and a privacy ranking.

Extends

Image

Properties

Name Type Cardinality
effectivePeriod Date 0..1
privacy CodeValueType 0..1

effectivePeriod

The period for which this image is effective/valid.

privacy

Specify the level privacy for the image as public, restricted, or private. Supports the use of an external controlled vocabulary.

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_PrivateImage [ label = "{<id>PrivateImage | + effectivePeriod : Date \l + privacy : CodeValueType \l \l \l| \l \l}" tooltip = "ComplexDataTypes:PrivateImage" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] 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" ]; } DDI4_PrivateImage -> DDI4_Image [arrowhead=empty color="#000000" ]; }