Description
The beam-value type represents the type of beam associated with each of 8 beam levels (up to 1024th notes) available for each note.
Derived By
Restricting xs:string
Enumeration
Value |
Description |
begin |
|
continue |
|
end |
|
forward hook |
|
backward hook |
|
Referenced By
Definition
<xs:simpleType name="beam-value">
<xs:annotation>
<xs:documentation>The beam-value type represents the type of beam associated with each of 8 beam levels (up to 1024th 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>