The part-name type describes the name or abbreviation of a score-part element. Formatting attributes for the part-name element are deprecated in Version 2.0 in favor of the new part-name-display and part-abbreviation-display elements. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
color | color | optional | ||||
default-x | tenths | optional | ||||
default-y | tenths | optional | ||||
font-family | comma-separated-text | optional | ||||
font-size | font-size | optional | ||||
font-style | font-style | optional | ||||
font-weight | font-weight | optional | ||||
justify | left-center-right | optional | ||||
print-object | yes-no | optional | ||||
relative-x | tenths | optional | ||||
relative-y | tenths | optional |
<xs:complexType name="part-name"> <xs:annotation> <xs:documentation>The part-name type describes the name or abbreviation of a score-part element. Formatting attributes for the part-name element are deprecated in Version 2.0 in favor of the new part-name-display and part-abbreviation-display elements.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup ref="part-name-text"/> </xs:extension> </xs:simpleContent> </xs:complexType> |