Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type slur
Namespace No namespace
Annotations
Slur types are empty. Most slurs are represented with two elements: one with a start type, and one with a stop type. Slurs can add more elements using a continue type. This is typically used to specify the formatting of cross-system slurs, or to specify the shape of very complex slurs.
Diagram
Diagram musicxml166.tmp#id729 musicxml166.tmp#id730 musicxml70.tmp#id127 musicxml31.tmp#id133 musicxml7.tmp#id131 musicxml81.tmp#id129 musicxml57.tmp#id95 musicxml2.tmp#id102
Used by
Element notations/slur
Attributes
QName Type Fixed Default Use Annotation
bezier-offset divisions optional
bezier-offset2 divisions optional
bezier-x tenths optional
bezier-x2 tenths optional
bezier-y tenths optional
bezier-y2 tenths optional
color color optional
default-x tenths optional
default-y tenths optional
line-type line-type optional
number number-level 1 optional
orientation over-under optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
type start-stop-continue required
Source
<xs:complexType name="slur">
  <xs:annotation>
    <xs:documentation>Slur types are empty. Most slurs are represented with two elements: one with a start type, and one with a stop type. Slurs can add more elements using a continue type. This is typically used to specify the formatting of cross-system slurs, or to specify the shape of very complex slurs.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="start-stop-continue" use="required"/>
  <xs:attribute name="number" type="number-level" default="1"/>
  <xs:attributeGroup ref="line-type"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="placement"/>
  <xs:attributeGroup ref="orientation"/>
  <xs:attributeGroup ref="bezier"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slur/@type
Namespace No namespace
Type start-stop-continue
Properties
use: required
Facets
enumeration start, stop, continue
Used by
Complex Type slur
Source
<xs:attribute name="type" type="start-stop-continue" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slur/@number
Namespace No namespace
Type number-level
Properties
default: 1
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type slur
Source
<xs:attribute name="number" type="number-level" default="1"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd