<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> |