The extend type represents word extensions for lyrics. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
color | color | optional | ||||
font-family | comma-separated-text | optional | ||||
font-size | font-size | optional | ||||
font-style | font-style | optional | ||||
font-weight | font-weight | optional |
Elements | figure/extend, lyric/extend |
<xs:complexType name="extend"> <xs:annotation> <xs:documentation>The extend type represents word extensions for lyrics.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="font"/> <xs:attributeGroup ref="color"/> </xs:complexType> |