The image-attributes group is used to include graphical images in a score. The required source attribute is the URL for the image file. The required type attribute is the MIME type for the image file format. Typical choices include application/postscript, image/gif, image/jpeg, image/png, and image/tiff. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
default-x | tenths | optional | ||||
default-y | tenths | optional | ||||
halign | left-center-right | optional | ||||
relative-x | tenths | optional | ||||
relative-y | tenths | optional | ||||
source | xs:anyURI | required | ||||
type | xs:token | required | ||||
valign | valign-image | optional |
Complex Type | image |
<xs:attributeGroup name="image-attributes"> <xs:annotation> <xs:documentation>The image-attributes group is used to include graphical images in a score. The required source attribute is the URL for the image file. The required type attribute is the MIME type for the image file format. Typical choices include application/postscript, image/gif, image/jpeg, image/png, and image/tiff.</xs:documentation> </xs:annotation> <xs:attribute name="source" type="xs:anyURI" use="required"/> <xs:attribute name="type" type="xs:token" use="required"/> <xs:attributeGroup ref="position"/> <xs:attributeGroup ref="halign"/> <xs:attributeGroup ref="valign-image"/> </xs:attributeGroup> |