XML FOR DOMINO
Represents a picture or an image in rich text.
Containment Hierarchy
Contained by: <imagemap>, %richtext.nonhot.inline;
Contains: <border>, %image.formats;, <imageref>, <caption>, <nativeimage>
Syntax
<!ELEMENT picture ( border?, ( %image.formats; | imageref | nativeimage ) caption?, code* )>
Content
border?, ( %image.formats; | imageref | nativeimage ) , caption?, code*
<!ATTLIST picture
align
The %picture.aligns; entity defines how to wrap text that displays with a picture.
Syntax:
<!ENTITY % picture.aligns " around | left | right | bottom | middle | top | baseline ">
around