Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element slash/slash-type
Namespace No namespace
Annotations
The slash-type element indicates the graphical note type to use for the display of repetition marks.
Diagram
Diagram musicxml84.tmp#id78
Type note-type-value
Properties
content: simple
Facets
enumeration 256th, 128th, 64th, 32nd, 16th, eighth, quarter, half, whole, breve, long
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element slash/slash-dot
Namespace No namespace
Annotations
The slash-dot element is used to specify any augmentation dots in the note type used to display repetition marks.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type slash
Namespace No namespace
Annotations
The slash type is used to indicate that slash notation is to be used. If the slash is on every beat, use-stems is no (the default). To indicate rhythms but not pitches, use-stems is set to yes. The type attribute indicates whether this is the start or stop of a slash notation style. The use-dots attribute works as for the beat-repeat element, and only has effect if use-stems is no.
Diagram
Diagram musicxml111.tmp#id352 musicxml111.tmp#id353 musicxml111.tmp#id354 musicxml111.tmp#id341 musicxml111.tmp#id342 musicxml111.tmp#id340
Used by
Model slash-type , slash-dot*
Children slash-dot, slash-type
Attributes
QName Type Fixed Default Use Annotation
type start-stop required
use-dots yes-no optional
use-stems yes-no optional
Source
<xs:complexType name="slash">
  <xs:annotation>
    <xs:documentation>The slash type is used to indicate that slash notation is to be used. If the slash is on every beat, use-stems is no (the default). To indicate rhythms but not pitches, use-stems is set to yes. The type attribute indicates whether this is the start or stop of a slash notation style. The use-dots attribute works as for the beat-repeat element, and only has effect if use-stems is no.</xs:documentation>
  </xs:annotation>
  <xs:group ref="slash" minOccurs="0"/>
  <xs:attribute name="type" type="start-stop" use="required"/>
  <xs:attribute name="use-dots" type="yes-no"/>
  <xs:attribute name="use-stems" type="yes-no"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slash/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Used by
Complex Types beat-repeat, slash
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slash/@slashes
Namespace No namespace
Type xs:positiveInteger
Properties
content: simple
Used by
Complex Type beat-repeat
Source
<xs:attribute name="slashes" type="xs:positiveInteger"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slash/@use-dots
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Types beat-repeat, slash
Source
<xs:attribute name="use-dots" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slash/@use-stems
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type slash
Source
<xs:attribute name="use-stems" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slash/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slash/@use-dots
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Source
<xs:attribute name="use-dots" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slash/@use-stems
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Source
<xs:attribute name="use-stems" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element Group slash
Namespace No namespace
Diagram
Diagram musicxml111.tmp#id341 musicxml111.tmp#id342
Used by
Complex Types beat-repeat, slash
Model slash-type , slash-dot*
Children slash-dot, slash-type
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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd