Description
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.
Derived By
Extending xs:positiveInteger
Attributes
Name |
Type |
Required? |
Default |
Description |
text |
xs:token |
No |
|
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.
|
location |
left-right |
No |
|
The location attribute indicates whether the text appears to the left or right of the frame.
|
Referenced By
Definition
<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">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="location" type="left-right">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>