Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element figure/prefix
Namespace No namespace
Annotations
Values for the prefix element include the accidental values sharp, flat, natural, double-sharp, flat-flat, and sharp-sharp. The prefix element may contain additional values for symbols specific to particular figured bass styles.
Diagram
Diagram musicxml6.tmp#id142 musicxml24.tmp#id543
Type style-text
Properties
content: complex
minOccurs: 0
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
relative-x tenths optional
relative-y tenths optional
Source
<xs:element name="prefix" type="style-text" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Values for the prefix element include the accidental values sharp, flat, natural, double-sharp, flat-flat, and sharp-sharp. The prefix element may contain additional values for symbols specific to particular figured bass styles.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element figure/figure-number
Namespace No namespace
Annotations
A figure-number is a number. Overstrikes of the figure number are represented in the suffix element.
Diagram
Diagram musicxml6.tmp#id142 musicxml24.tmp#id543
Type style-text
Properties
content: complex
minOccurs: 0
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
relative-x tenths optional
relative-y tenths optional
Source
<xs:element name="figure-number" type="style-text" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A figure-number is a number. Overstrikes of the figure number are represented in the suffix element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element figure/suffix
Namespace No namespace
Annotations
Values for the suffix element include the accidental values sharp, flat, natural, double-sharp, flat-flat, and sharp-sharp. Suffixes include both symbols that come after the figure number and those that overstrike the figure number. The suffix value slash is used for slashed numbers indicating chromatic alteration. The orientation and display of the slash usually depends on the figure number. The suffix element may contain additional values for symbols specific to particular figured bass styles.
Diagram
Diagram musicxml6.tmp#id142 musicxml24.tmp#id543
Type style-text
Properties
content: complex
minOccurs: 0
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
relative-x tenths optional
relative-y tenths optional
Source
<xs:element name="suffix" type="style-text" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Values for the suffix element include the accidental values sharp, flat, natural, double-sharp, flat-flat, and sharp-sharp. Suffixes include both symbols that come after the figure number and those that overstrike the figure number. The suffix value slash is used for slashed numbers indicating chromatic alteration. The orientation and display of the slash usually depends on the figure number. The suffix element may contain additional values for symbols specific to particular figured bass styles.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element figure/extend
Namespace No namespace
Diagram
Diagram musicxml1.tmp#id108 musicxml2.tmp#id102 musicxml3.tmp#id673
Type extend
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
color color optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
Source
<xs:element name="extend" type="extend"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type figure
Namespace No namespace
Annotations
The figure type represents a single figure within a figured-bass element.
Diagram
Diagram musicxml56.tmp#id675 musicxml56.tmp#id676 musicxml56.tmp#id677 musicxml56.tmp#id678
Used by
Model prefix{0,1} , figure-number{0,1} , suffix{0,1} , extend
Children extend, figure-number, prefix, suffix
Source
<xs:complexType name="figure">
  <xs:annotation>
    <xs:documentation>The figure type represents a single figure within a figured-bass element.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="prefix" type="style-text" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Values for the prefix element include the accidental values sharp, flat, natural, double-sharp, flat-flat, and sharp-sharp. The prefix element may contain additional values for symbols specific to particular figured bass styles.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="figure-number" type="style-text" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A figure-number is a number. Overstrikes of the figure number are represented in the suffix element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="suffix" type="style-text" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Values for the suffix element include the accidental values sharp, flat, natural, double-sharp, flat-flat, and sharp-sharp. Suffixes include both symbols that come after the figure number and those that overstrike the figure number. The suffix value slash is used for slashed numbers indicating chromatic alteration. The orientation and display of the slash usually depends on the figure number. The suffix element may contain additional values for symbols specific to particular figured bass styles.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="extend" type="extend"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd