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

Simple Type: harmony-type

Description

The harmony-type type differentiates different types of harmonies when alternate harmonies are possible. Explicit harmonies have all notes present in the music; implied have some notes missing but implied; alternate represents alternate analyses.

Derived By

Restricting xs:token

Enumeration
Value  Description 
explicit 
implied 
alternate 
Referenced By
Definition
<xs:simpleType name="harmony-type">
  <xs:annotation>
    <xs:documentation>The harmony-type type differentiates different types of harmonies when alternate harmonies are possible. Explicit harmonies have all note present in the music; implied have some notes missing but implied; alternate represents alternate analyses.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="explicit" />
    <xs:enumeration value="implied" />
    <xs:enumeration value="alternate" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301