Showing:

Annotations
Diagrams
Source
Used by
Simple Type staff-line
Namespace No namespace
Annotations
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.
Diagram
Diagram
Type xs:positiveInteger
Used by
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd