You are here: MusicXML Reference > Score Schema (XSD) > Complex Types > Complex Type: play

Complex Type: play

Description

The play type, new in Version 3.0, specifies playback techniques to be used in conjunction with the instrument-sound element. When used as part of a sound element, it applies to all notes going forward in score order. When used as part of a note element, it applies to the current note only.

Derived By

Restricting xs:anyType

Attributes
Name  Type  Required?  Default  Description 
id  xs:IDREF  No  In multi-instrument parts, the affected instrument should be specified using the id attribute.
Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Default  Description 
  1..1 
  0..* 
ipa  xs:string  1..1  The ipa element represents International Phonetic Alphabet (IPA) sounds for vocal music. String content is limited to IPA 2005 symbols represented in Unicode 6.0.
mute  mute  1..1  The mute type represents muting for different instruments, including brass, winds, and strings. The on and off values are used for undifferentiated mutes. The remaining values represent specific mutes.
other-play  other-play  1..1  The other-play element represents other types of playback. The required type attribute indicates the type of playback to which the element content applies.
semi-pitched  semi-pitched  1..1  The semi-pitched type represents categories of indefinite pitch for percussion instruments.
Referenced By
Definition
<xs:complexType name="play">
  <xs:annotation>
    <xs:documentation>The play type, new in Version 3.0, specifies playback techniques to be used in conjunction with the instrument-sound element. When used as part of a sound element, it applies to all notes going forward in score order. In multi-instrument parts, the affected instrument should be specified using the id attribute. When used as part of a note element, it applies to the current note only.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="ipa" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ipa element represents International Phonetic Alphabet (IPA) sounds for vocal music. String content is limited to IPA 2005 symbols represented in Unicode 6.0.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="mute" type="mute" />
      <xs:element name="semi-pitched" type="semi-pitched" />
      <xs:element name="other-play" type="other-play" />
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="id" type="xs:IDREF">
    <xsd:annotation>
      <xsd:documentation>
      </xsd:documentation>
    </xsd:annotation>
  </xs:attribute>
</xs:complexType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301