Description
The figured-bass element represents figured bass notation. Figured bass elements take their position from the first regular note (not a grace note or chord note) that follows in score order. The optional duration element is used to indicate changes of figures under a note. Figures are ordered from top to bottom. The value of parentheses is "no" if not present.
Derived By
Restricting xs:anyType
Attributes
Content Model
Contains elements as defined in the following table.
Referenced By
Definition
<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 (not a grace note or chord note) that follows in score order. The optional duration element is used to indicate changes of figures under a note.
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">
<xsd:annotation>
<xsd:documentation>The figure type represents a single figure within a figured-bass element.</xsd:documentation>
</xsd:annotation>
</xs:element>
<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">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:complexType>