You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: valign

Simple Type: valign

Description

The valign type is used to indicate vertical alignment to the top, middle, bottom, or baseline of the text. Defaults are implementation-dependent.

Derived By

Restricting xs:token

Enumeration
Value  Description 
top 

middle 

bottom 

baseline 

Referenced By
Definition
<xs:simpleType name="valign">
  <xs:annotation>
    <xs:documentation>The valign type is used to indicate vertical alignment to the top, middle, bottom, or baseline of the text. Defaults are implementation-dependent.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="top" />
    <xs:enumeration value="middle" />
    <xs:enumeration value="bottom" />
    <xs:enumeration value="baseline" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301