The fret element is used with tablature notation and chord diagrams. Fret numbers start with 0 for an open string and 1 for the first fret. |

| 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 | frame-note/fret, technical/fret |
<xs:complexType name="fret"> <xs:annotation> <xs:documentation>The fret element is used with tablature notation and chord diagrams. Fret numbers start with 0 for an open string and 1 for the first fret.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:nonNegativeInteger"> <xs:attributeGroup ref="font"/> <xs:attributeGroup ref="color"/> </xs:extension> </xs:simpleContent> </xs:complexType> |