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

Simple Type: font-weight

Description

The font-weight type represents a simplified version of the CSS font-weight property.

Derived By

Restricting xs:token

Enumeration
Value  Description 
normal 
bold 
Referenced By
Definition
<xs:simpleType name="font-weight">
  <xs:annotation>
    <xs:documentation>The font-weight type represents a simplified version of the CSS font-weight property.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="normal" />
    <xs:enumeration value="bold" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301