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

Simple Type: number-or-normal

Description

The number-or-normal values can be either a decimal number or the string "normal". This is used by the line-height and letter-spacing attributes.

Derived By

Union xs:anySimpleType

Referenced By
Definition
<xs:simpleType name="number-or-normal">
  <xs:annotation>
    <xs:documentation>The number-or-normal values can be either a decimal number or the string "normal". This is used by the line-height and letter-spacing attributes.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:decimal">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="normal" />
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301