Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type accidental
Namespace No namespace
Annotations
The accidental type represents actual notated accidentals. Editorial and cautionary indications are indicated by attributes. Values for these attributes are "no" if not present. Specific graphic display such as parentheses, brackets, and size are controlled by the level-display attribute group.
Diagram
Diagram musicxml93.tmp#id75 musicxml94.tmp#id630 musicxml94.tmp#id631 musicxml95.tmp#id119 musicxml6.tmp#id142
Type extension of accidental-text
Type hierarchy
Used by
Element note/accidental
Attributes
QName Type Fixed Default Use Annotation
bracket yes-no optional
cautionary yes-no optional
color color optional
default-x tenths optional
default-y tenths optional
editorial yes-no optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
parentheses yes-no optional
relative-x tenths optional
relative-y tenths optional
size symbol-size optional
Source
<xs:complexType name="accidental">
  <xs:annotation>
    <xs:documentation>The accidental type represents actual notated accidentals. Editorial and cautionary indications are indicated by attributes. Values for these attributes are "no" if not present. Specific graphic display such as parentheses, brackets, and size are controlled by the level-display attribute group.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="accidental-text">
      <xs:attribute name="cautionary" type="yes-no"/>
      <xs:attribute name="editorial" type="yes-no"/>
      <xs:attributeGroup ref="level-display"/>
      <xs:attributeGroup ref="print-style"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute accidental/@cautionary
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type accidental
Source
<xs:attribute name="cautionary" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute accidental/@editorial
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type accidental
Source
<xs:attribute name="editorial" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd