The content of the degree-value type is a number indicating the degree of the chord (1 for the root, 3 for third, etc). The text attribute specifies how the type of the degree should be displayed. |
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 | ||||
relative-x | tenths | optional | ||||
relative-y | tenths | optional | ||||
text | xs:token | optional |
Element | degree/degree-value |
<xs:complexType name="degree-value"> <xs:annotation> <xs:documentation>The content of the degree-value type is a number indicating the degree of the chord (1 for the root, 3 for third, etc). The text attribute specifies how the type of the degree should be displayed.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:positiveInteger"> <xs:attribute name="text" type="xs:token"/> <xs:attributeGroup ref="print-style"/> </xs:extension> </xs:simpleContent> </xs:complexType> |