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

Simple Type: line-type

Description

The line-type type distinguishes between solid, dashed, dotted, and wavy lines.

Derived By

Restricting xs:token

Enumeration
Value  Description 
solid 

dashed 

dotted 

wavy 

Referenced By
Definition
<xs:simpleType name="line-type">
  <xs:annotation>
    <xs:documentation>The line-type type distinguishes between solid, dashed, dotted, and wavy lines.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="solid" />
    <xs:enumeration value="dashed" />
    <xs:enumeration value="dotted" />
    <xs:enumeration value="wavy" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301