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

Simple Type: time-separator

Description

The time-separator type indicates how to display the arrangement between the beats and beat-type values in a time signature. The default value is none. The horizontal, diagonal, and vertical values represent horizontal, diagonal lower-left to upper-right, and vertical lines respectively. For these values, the beats and beat-type values are arranged on either side of the separator line. The none value represents no separator with the beats and beat-type arranged vertically. The adjacent value represents no separator with the beats and beat-type arranged horizontally.

Derived By

Restricting xs:token

Enumeration
Value  Description 
none 

horizontal 

diagonal 

vertical 

adjacent 

Referenced By
Definition
<xs:simpleType name="time-separator">
  <xs:annotation>
    <xs:documentation>The time-separator type indicates how to display the arrangement between the beats and beat-type values in a time signature. The default value is none. The horizontal, diagonal, and vertical values represent horizontal, diagonal lower-left to upper-right, and vertical lines respectively. For these values, the beats and beat-type values are arranged on either side of the separator line. The none value represents no separator with the beats and beat-type arranged vertically. The adjacent value represents no separator with the beats and beat-type arranged horizontally.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="none" />
    <xs:enumeration value="horizontal" />
    <xs:enumeration value="diagonal" />
    <xs:enumeration value="vertical" />
    <xs:enumeration value="adjacent" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301