Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type barre
Namespace No namespace
Annotations
The barre element indicates placing a finger over multiple strings on a single fret. The type is "start" for the lowest pitched string (e.g., the string with the highest MusicXML number) and is "stop" for the highest pitched string.
Diagram
Diagram musicxml169.tmp#id386 musicxml2.tmp#id102
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
type start-stop required
Source
<xs:complexType name="barre">
  <xs:annotation>
    <xs:documentation>The barre element indicates placing a finger over multiple strings on a single fret. The type is "start" for the lowest pitched string (e.g., the string with the highest MusicXML number) and is "stop" for the highest pitched string.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="start-stop" use="required"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute barre/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Used by
Complex Type barre
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd