<xs:complexType name="metronome-note">
<xs:annotation>
<xs:documentation>The metronome-note type defines the appearance of a note within a metric relationship mark.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="metronome-type" type="note-type-value">
<xs:annotation>
<xs:documentation>The metronome-type element works like the type element in defining metric relationships.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="metronome-dot" type="empty" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The metronome-dot element works like the dot element in defining metric relationships.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="metronome-beam" type="metronome-beam" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="metronome-tuplet" type="metronome-tuplet" minOccurs="0"/>
</xs:sequence>
</xs:complexType> |