Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element bass/bass-step
Namespace No namespace
Diagram
Diagram musicxml60.tmp#id84 musicxml61.tmp#id390 musicxml6.tmp#id142 musicxml61.tmp#id389
Type bass-step
Type hierarchy
Properties
content: complex
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
text xs:string optional
Source
<xs:element name="bass-step" type="bass-step"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element bass/bass-alter
Namespace No namespace
Diagram
Diagram musicxml79.tmp#id81 musicxml4.tmp#id138 musicxml6.tmp#id142 musicxml189.tmp#id393 musicxml189.tmp#id392
Type bass-alter
Type hierarchy
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
location left-right optional
print-object yes-no optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:element name="bass-alter" type="bass-alter" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type bass
Namespace No namespace
Annotations
The bass type is used to indicate a bass note in popular music chord symbols, e.g. G/C. It is generally not used in functional harmony, as inversion is generally not used in pop chord symbols. As with root, it is divided into step and alter elements, similar to pitches.
Diagram
Diagram musicxml225.tmp#id388 musicxml225.tmp#id391
Used by
Model bass-step , bass-alter{0,1}
Children bass-alter, bass-step
Source
<xs:complexType name="bass">
  <xs:annotation>
    <xs:documentation>The bass type is used to indicate a bass note in popular music chord symbols, e.g. G/C. It is generally not used in functional harmony, as inversion is generally not used in pop chord symbols. As with root, it is divided into step and alter elements, similar to pitches.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="bass-step" type="bass-step"/>
    <xs:element name="bass-alter" type="bass-alter" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd