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

Simple Type: time-only

Description

The time-only type is used to indicate that a particular playback-related element only applies particular times through a repeated section. The value is a comma-separated list of positive integers arranged in ascending order, indicating which times through the repeated section that the element applies.

Derived By

Restricting xs:token

Restrictions
  • Value must match the following pattern: [1-9][0-9]*(, ?[1-9][0-9]*)*

Referenced By
Definition
<xs:simpleType name="time-only">
  <xs:annotation>
    <xs:documentation>The time-only type is used to indicate that a particular playback-related element only applies particular times through a repeated section. The value is a comma-separated list of positive integers arranged in ascending order, indicating which times through the repeated section that the element applies.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:pattern value="[1-9][0-9]*(, ?[1-9][0-9]*)*" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301