Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type harmony-type
Namespace No namespace
Annotations
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.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration explicit, implied, alternate
Used by
Attribute harmony/@type
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd