Software Disclaimer

Class UML 2.4.1::Image

Description:

Physical definition of a graphical image.

Direct Superclasses: Element

Direct Subclasses:

Class Precedence List: Image, Element

Properties:

content : String (0 1); -- source Image
format : String (0 1); -- source Image

This indicates the format of the content - which is how the string content should be interpreted. The following values are reserved: SVG, GIF, PNG, JPG, WMF, EMF, BMP. In addition the prefix 'MIME: ' is also reserved. This option can be used as an alternative to express the reserved values above, for example "SVG" could instead be expressed as "MIME: image/svg+xml".

location : String (0 1); -- source Image
ownedComment : Comment (0 *); -- source Element
ownedElement : Element (0 *); -- source Element
owner : Element (0 1); -- source Element

The Element that owns this element.
{readonly}
Derived union with sources: ()
Opposite: Element.ownedElement

Constraints:

No additional constraints.

Operations:

No additional operations.



Send questions or comments to [email protected].