slash

The slash group combines elements used for more complete specification of the slash and beat-repeat measure-style elements. They have the same values as the type and dot elements, and define what the beat is for the display of repetition marks. If not present, the beat is based on the current time signature.

Element Group Information

Model

Used By

Complex Types beat-repeat, slash

Source

<xs:group name="slash">
  <xs:annotation>
    <xs:documentation>The slash group combines elements used for more complete specification of the slash and beat-repeat measure-style elements. They have the same values as the type and dot elements, and define what the beat is for the display of repetition marks. If not present, the beat is based on the current time signature.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="slash-type" type="note-type-value">
      <xs:annotation>
        <xs:documentation>The slash-type element indicates the graphical note type to use for the display of repetition marks.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="slash-dot" type="empty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The slash-dot element is used to specify any augmentation dots in the note type used to display repetition marks.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>