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

Simple Type: degree-symbol-value

Description

The degree-symbol-value type indicates indicates that a symbol should be used in specifying the degree.

Derived By

Restricting xs:token

Enumeration
Value  Description 
major 

normal

use-symbol="yes"

minor 

normal

use-symbol="yes"

augmented 

diminished 

half-diminished 

Referenced By
Definition
<xs:simpleType name="degree-symbol-value">
  <xs:annotation>
    <xs:documentation>The degree-symbol-value type indicates indicates that a symbol should be used in specifying the degree.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="major" />
    <xs:enumeration value="minor" />
    <xs:enumeration value="augmented" />
    <xs:enumeration value="diminished" />
    <xs:enumeration value="half-diminished" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301