Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type pedal
Namespace No namespace
Annotations
The pedal type represents piano pedal marks. The line attribute is yes if pedal lines are used, no if Ped and * signs are used. The change type is used with line set to yes.
Diagram
Diagram musicxml227.tmp#id431 musicxml227.tmp#id432 musicxml6.tmp#id142
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
line yes-no optional
relative-x tenths optional
relative-y tenths optional
type start-stop-change required
Source
<xs:complexType name="pedal">
  <xs:annotation>
    <xs:documentation>The pedal type represents piano pedal marks. The line attribute is yes if pedal lines are used, no if Ped and * signs are used. The change type is used with line set to yes.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="start-stop-change" use="required"/>
  <xs:attribute name="line" type="yes-no"/>
  <xs:attributeGroup ref="print-style"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute pedal/@type
Namespace No namespace
Type start-stop-change
Properties
use: required
Facets
enumeration start, stop, change
Used by
Complex Type pedal
Source
<xs:attribute name="type" type="start-stop-change" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute pedal/@line
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type pedal
Source
<xs:attribute name="line" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd