You are here: MusicXML Reference > Score Schema (XSD) > Complex Types > Complex Type: level

Complex Type: level

Description

The level type is used to specify editorial information for different MusicXML elements.

Derived By

Extending xs:string

Attributes
Name  Type  Required?  Default  Description 
reference  yes-no  No  If the reference attribute for the level element is yes, this indicates editorial information that is for display only and should not affect playback. For instance, a modern edition of older music may set reference="yes" on the attributes containing the music's original clef, key, and time signature. It is no by default.
parentheses  yes-no  No 
bracket  yes-no  No 
size  symbol-size  No 
Referenced By
Definition
<xs:complexType name="level">
  <xs:annotation>
    <xs:documentation>The level type is used to specify editorial information for different MusicXML elements. If the reference attribute for the level element is yes, this indicates editorial information that is for display only and should not affect playback. For instance, a modern edition of older music may set reference="yes" on the attributes containing the music's original clef, key, and time signature. It is no by default.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="reference" type="yes-no">
        <xsd:annotation>
          <xsd:documentation>
          </xsd:documentation>
        </xsd:annotation>
      </xs:attribute>
      <xs:attributeGroup ref="level-display" />
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301