You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: number-of-lines

Simple Type: number-of-lines

Description

The number-of-lines type is used to specify the number of lines in text decoration attributes.

Derived By

Restricting xs:nonNegativeInteger

Restrictions
  • The value must be greater than or equal to 0.

  • The value must be less than or equal to 3.

Referenced By
Definition
<xs:simpleType name="number-of-lines">
  <xs:annotation>
    <xs:documentation>The number-of-lines type is used to specify the number of lines in text decoration attributes.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:nonNegativeInteger">
    <xs:minInclusive value="0" />
    <xs:maxInclusive value="3" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301