Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type line-width
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml19.tmp#id37 musicxml237.tmp#id617
Type extension of tenths
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
type line-width-type required
Source
<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"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute line-width/@type
Namespace No namespace
Type line-width-type
Properties
use: required
Used by
Complex Type line-width
Source
<xs:attribute name="type" type="line-width-type" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd