Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type beam-value
Namespace No namespace
Annotations
The beam-value type represents the type of beam associated with each of 6 beam levels (up to 256th notes) available for each note.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration begin, continue, end, forward hook, backward hook
Used by
Complex Types beam, metronome-beam
Source
<xs:simpleType name="beam-value">
  <xs:annotation>
    <xs:documentation>The beam-value type represents the type of beam associated with each of 6 beam levels (up to 256th notes) available for each note.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="begin"/>
    <xs:enumeration value="continue"/>
    <xs:enumeration value="end"/>
    <xs:enumeration value="forward hook"/>
    <xs:enumeration value="backward hook"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd