Description
The staff-line type indicates the line on a given staff. Staff lines are numbered from bottom to top, with 1 being the bottom line on a staff. Staff line values can be used to specify positions outside the staff, such as a C clef positioned in the middle of a grand staff.
Derived By
Restricting xs:integer
Referenced By
Definition
<xs:simpleType name="staff-line">
<xs:annotation>
<xs:documentation>The staff-line type indicates the line on a given staff. Staff lines are numbered from bottom to top, with 1 being the bottom line on a staff. Staff line values can be used to specify positions outside the staff, such as a C clef positioned in the middle of a grand staff.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer" />
</xs:simpleType>