Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type dashes
Namespace No namespace
Annotations
The dashes type represents dashes, used for instance with cresc. and dim. marks.
Diagram
Diagram musicxml201.tmp#id400 musicxml201.tmp#id401 musicxml31.tmp#id133 musicxml2.tmp#id102
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
number number-level optional
relative-x tenths optional
relative-y tenths optional
type start-stop required
Source
<xs:complexType name="dashes">
  <xs:annotation>
    <xs:documentation>The dashes type represents dashes, used for instance with cresc. and dim. marks.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="start-stop" use="required"/>
  <xs:attribute name="number" type="number-level"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute dashes/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Used by
Complex Type dashes
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute dashes/@number
Namespace No namespace
Type number-level
Properties
content: simple
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type dashes
Source
<xs:attribute name="number" type="number-level"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd