Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element figured-bass/figure
Namespace No namespace
Diagram
Diagram musicxml56.tmp#id675 musicxml56.tmp#id676 musicxml56.tmp#id677 musicxml56.tmp#id678 musicxml56.tmp#id674
Type figure
Properties
content: complex
maxOccurs: unbounded
Model prefix{0,1} , figure-number{0,1} , suffix{0,1} , extend
Children extend, figure-number, prefix, suffix
Instance
<figure>
  <prefix color="" default-x="" default-y="" font-family="" font-size="" font-style="" font-weight="" relative-x="" relative-y="">{0,1}</prefix>
  <figure-number color="" default-x="" default-y="" font-family="" font-size="" font-style="" font-weight="" relative-x="" relative-y="">{0,1}</figure-number>
  <suffix color="" default-x="" default-y="" font-family="" font-size="" font-style="" font-weight="" relative-x="" relative-y="">{0,1}</suffix>
  <extend color="" font-family="" font-size="" font-style="" font-weight="">{1,1}</extend>
</figure>
Source
<xs:element name="figure" type="figure" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type figured-bass
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml6.tmp#id142 musicxml137.tmp#id143 musicxml138.tmp#id681 musicxml138.tmp#id680 musicxml139.tmp#id659 musicxml139.tmp#id658 musicxml39.tmp#id263 musicxml39.tmp#id262 musicxml44.tmp#id265 musicxml44.tmp#id264 musicxml103.tmp#id261
Used by
Model figure+ , duration , footnote , level
Children duration, figure, footnote, level
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
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
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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute figured-bass/@parentheses
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type figured-bass
Source
<xs:attribute name="parentheses" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd