Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type bass-step
Namespace No namespace
Annotations
The bass-step type represents the pitch step of the bass of the current chord within the harmony element. The text attribute indicates how the bass should appear on the page if not using the element contents.
Diagram
Diagram musicxml60.tmp#id84 musicxml61.tmp#id390 musicxml6.tmp#id142
Type extension of step
Type hierarchy
Used by
Element bass/bass-step
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:complexType name="bass-step">
  <xs:annotation>
    <xs:documentation>The bass-step type represents the pitch step of the bass of the current chord within the harmony element. The text attribute indicates how the bass should appear on the page if not using the element contents.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="step">
      <xs:attribute name="text" type="xs:string"/>
      <xs:attributeGroup ref="print-style"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute bass-step/@text
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Complex Type bass-step
Source
<xs:attribute name="text" type="xs:string"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd