Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type wedge
Namespace No namespace
Annotations
The wedge type represents crescendo and diminuendo wedge symbols. The type attribute is crescendo for the start of a wedge that is closed at the left side, and diminuendo for the start of a wedge that is closed on the right side. Spread values are measured in tenths; those at the start of a crescendo wedge or end of a diminuendo wedge are ignored.
Diagram
Diagram musicxml254.tmp#id423 musicxml254.tmp#id424 musicxml254.tmp#id425 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
spread tenths optional
type wedge-type required
Source
<xs:complexType name="wedge">
  <xs:annotation>
    <xs:documentation>The wedge type represents crescendo and diminuendo wedge symbols. The type attribute is crescendo for the start of a wedge that is closed at the left side, and diminuendo for the start of a wedge that is closed on the right side. Spread values are measured in tenths; those at the start of a crescendo wedge or end of a diminuendo wedge are ignored.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="wedge-type" use="required"/>
  <xs:attribute name="number" type="number-level"/>
  <xs:attribute name="spread" type="tenths"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute wedge/@type
Namespace No namespace
Type wedge-type
Properties
use: required
Facets
enumeration crescendo, diminuendo, stop
Used by
Complex Type wedge
Source
<xs:attribute name="type" type="wedge-type" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute wedge/@number
Namespace No namespace
Type number-level
Properties
content: simple
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type wedge
Source
<xs:attribute name="number" type="number-level"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute wedge/@spread
Namespace No namespace
Type tenths
Properties
content: simple
Used by
Complex Type wedge
Source
<xs:attribute name="spread" type="tenths"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd