You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: degree-type-value

Simple Type: degree-type-value

Description

The degree-type-value type indicates whether the current degree element is an addition, alteration, or subtraction to the kind of the current chord in the harmony element.

Derived By

Restricting xs:string

Enumeration
Value  Description 
add  If the degree element is in addition to the kind of the current chord.
alter  If the degree element is an alteration to the kind of the current chord.
subtract  If the degree element is a subtraction from the kind of the current chord.
Referenced By
Definition
<xs:simpleType name="degree-type-value">
  <xs:annotation>
    <xs:documentation>The degree-type-value type indicates whether the current degree element is an addition, alteration, or subtraction to the kind of the current chord in the harmony element.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="add" />
    <xs:enumeration value="alter" />
    <xs:enumeration value="subtract" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301