<xs:attribute name="rendgrid">
<xs:annotation>
<xs:documentation>Describes how the harmonic indication should be rendered.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="grid">
<xs:annotation>
<xs:documentation>Chord tablature grid.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="gridtext">
<xs:annotation>
<xs:documentation>Chord tablature grid and the element's textual content.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="text">
<xs:annotation>
<xs:documentation>Textual content of the element.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |