The image type is used to include graphical images in a score. |
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 |
Elements | credit/credit-image, direction-type/image |
<xs:complexType name="image"> <xs:annotation> <xs:documentation>The image type is used to include graphical images in a score.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="image-attributes"/> </xs:complexType> |