nativeimage (Domino DTD)
A GIF or JPEG image imported as a picture element.
Containment Hierarchy
Contained by: <picture>
Syntax
<!ELEMENT nativeimage EMPTY >
Attributes
<!ATTLIST nativeimage
imagetype |
%image.type; |
#IMPLIED |
---|---|---|
imagename |
%string; |
#IMPLIED |
>
imagename
File name of the image.
imagetype
Image type as defined in the %image.type; entity.
Defined entity for <nativeimage> element
The %image.type; entity defines the different types of native images that can be included in a picture.
Syntax:
<!ENTITY % image.type "gif | jpeg ">