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

Simple Type: accordion-middle

Description

The accordion-middle type may have values of 1, 2, or 3, corresponding to having 1 to 3 dots in the middle section of the accordion registration symbol.

Derived By

Restricting xs:positiveInteger

Restrictions
  • The value must be greater than or equal to 1.

  • The value must be less than or equal to 3.

Referenced By
Definition
<xs:simpleType name="accordion-middle">
  <xs:annotation>
    <xs:documentation>The accordion-middle type may have values of 1, 2, or 3, corresponding to having 1 to 3 dots in the middle section of the accordion registration symbol.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:minInclusive value="1" />
    <xs:maxInclusive value="3" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301