<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. !!! TODO Double-check that this can be positive vs. non-negative integer.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:positiveInteger"/>
</xs:simpleType> |