figured-bass

The figured-bass element represents figured bass notation. Figured bass elements take their position from the first regular note that follows. Figures are ordered from top to bottom. The value of parentheses is "no" if not present.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable 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
parentheses yes-no optional
print-dot yes-no optional
print-lyric yes-no optional
print-object yes-no optional
print-spacing yes-no optional
relative-x tenths optional
relative-y tenths optional

Used By

Source

<xs:complexType name="figured-bass">
  <xs:annotation>
    <xs:documentation>The figured-bass element represents figured bass notation. Figured bass elements take their position from the first regular note that follows. Figures are ordered from top to bottom. The value of parentheses is "no" if not present.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="figure" type="figure" maxOccurs="unbounded"/>
    <xs:group ref="duration" minOccurs="0"/>
    <xs:group ref="editorial"/>
  </xs:sequence>
  <xs:attributeGroup ref="print-style"/>
  <xs:attributeGroup ref="printout"/>
  <xs:attribute name="parentheses" type="yes-no"/>
</xs:complexType>