The justify attribute is used to indicate left, center, or right justification. The default value varies for different elements. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
justify | left-center-right | optional |
Attribute Groups | group-name-text, part-name-text, text-formatting |
Complex Type | lyric |
<xs:attributeGroup name="justify"> <xs:annotation> <xs:documentation>The justify attribute is used to indicate left, center, or right justification. The default value varies for different elements.</xs:documentation> </xs:annotation> <xs:attribute name="justify" type="left-center-right"/> </xs:attributeGroup> |