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

Simple Type: hole-closed-value

Description

The hole-closed-value type represents whether the hole is closed, open, or half-open.

Derived By

Restricting xs:string

Enumeration
Value  Description 
yes 

no 

half 

Referenced By
Definition
<xs:simpleType name="hole-closed-value">
  <xs:annotation>
    <xs:documentation>The hole-closed-value type represents whether the hole is closed, open, or half-open.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="yes" />
    <xs:enumeration value="no" />
    <xs:enumeration value="half" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301