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

Simple Type: enclosure-shape

Description

The enclosure-shape type describes the shape and presence / absence of an enclosure around text or symbols. A bracket enclosure is similar to a rectangle with the bottom line missing, as is common in jazz notation.

Derived By

Restricting xs:token

Enumeration
Value  Description 
rectangle 

square 

oval 

circle 

bracket 

triangle 

diamond 

none 
Referenced By
Definition
<xs:simpleType name="enclosure-shape">
  <xs:annotation>
    <xs:documentation>The enclosure-shape type describes the shape and presence / absence of an enclosure around text or symbols. A bracket enclosure is similar to a rectangle with the bottom line missing, as is common in jazz notation.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="rectangle" />
    <xs:enumeration value="square" />
    <xs:enumeration value="oval" />
    <xs:enumeration value="circle" />
    <xs:enumeration value="bracket" />
    <xs:enumeration value="triangle" />
    <xs:enumeration value="diamond" />
    <xs:enumeration value="none" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301