Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type tied
Namespace No namespace
Annotations
The tied type represents the notated tie. The tie element represents the tie sound.
Diagram
Diagram musicxml208.tmp#id725 musicxml208.tmp#id726 musicxml70.tmp#id127 musicxml31.tmp#id133 musicxml7.tmp#id131 musicxml81.tmp#id129 musicxml57.tmp#id95 musicxml2.tmp#id102
Used by
Element notations/tied
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 optional
orientation over-under optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
type start-stop required
Source
<xs:complexType name="tied">
  <xs:annotation>
    <xs:documentation>The tied type represents the notated tie. The tie element represents the tie sound.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="start-stop" use="required"/>
  <xs:attribute name="number" type="number-level"/>
  <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 tied/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Used by
Complex Type tied
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute tied/@number
Namespace No namespace
Type number-level
Properties
content: simple
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type tied
Source
<xs:attribute name="number" type="number-level"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd