Description
The line-width type indicates the width of a line type in tenths. The text content is also expressed in tenths.
Derived By
Extending tenths
Attributes
Name |
Type |
Required? |
Default |
Description |
type |
line-width-type |
Yes |
|
The type attribute defines what type of line is being defined. Values include beam, bracket, dashes, enclosure, ending, extend, heavy barline, leger, light barline, octave shift, pedal, slur middle, slur tip, staff, stem, tie middle, tie tip, tuplet bracket, and wedge.
|
Referenced By
Definition
<xs:complexType name="line-width">
<xs:annotation>
<xs:documentation>The line-width type indicates the width of a line type in tenths. The type attribute defines what type of line is being defined. Values include beam, bracket, dashes, enclosure, ending, extend, heavy barline, leger, light barline, octave shift, pedal, slur middle, slur tip, staff, stem, tie middle, tie tip, tuplet bracket, and wedge. The text content is expressed in tenths.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="tenths">
<xs:attribute name="type" type="line-width-type" use="required">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>