Class UML 2.5::Image
Description:
Physical definition of a graphical image.
Direct Superclasses: ElementDirect Subclasses: Class Precedence List: Image,
ElementProperties:
content : String (0 1); -- source
ImageThis contains the serialization of the image according to the format. The
value could represent a bitmap, image such as a GIF file, or drawing 'instructions'
using a standard such as Scalable Vector Graphic (SVG) (which is XML based).
format : String (0 1); -- source
ImageThis 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
ElementConstraints:
No additional constraints.
Operations:
No additional operations.
Send questions or comments to
[email protected].