first-fret

The first-fret type indicates which fret is shown in the top space of the frame; it is fret 1 if the element is not present. The optional text attribute indicates how this is represented in the fret diagram, while the location attribute indicates whether the text appears to the left or right of the frame.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
location left-right optional
text xs:token optional

Used By

Source

<xs:complexType name="first-fret">
  <xs:annotation>
    <xs:documentation>The first-fret type indicates which fret is shown in the top space of the frame; it is fret 1 if the element is not present. The optional text attribute indicates how this is represented in the fret diagram, while the location attribute indicates whether the text appears to the left or right of the frame.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:positiveInteger">
      <xs:attribute name="text" type="xs:token"/>
      <xs:attribute name="location" type="left-right"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>