Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type first-fret
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml223.tmp#id513 musicxml223.tmp#id514
Type extension of xs:positiveInteger
Used by
Attributes
QName Type Fixed Default Use Annotation
location left-right optional
text xs:token optional
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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute first-fret/@text
Namespace No namespace
Type xs:token
Properties
content: simple
Used by
Complex Type first-fret
Source
<xs:attribute name="text" type="xs:token"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute first-fret/@location
Namespace No namespace
Type left-right
Properties
content: simple
Facets
enumeration left, right
Used by
Complex Type first-fret
Source
<xs:attribute name="location" type="left-right"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd