Showing:

Annotations
Diagrams
Properties
Source
Used by
Element staff/staff
Namespace No namespace
Annotations
Staff assignment is only needed for music notated on multiple staves. Used by both notes and directions. Staff values are numbers, with 1 referring to the top-most staff in a part.
Diagram
Diagram
Type xs:positiveInteger
Properties
content: simple
Source
<xs:element name="staff" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>Staff assignment is only needed for music notated on multiple staves. Used by both notes and directions. Staff values are numbers, with 1 referring to the top-most staff in a part.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element Group staff
Namespace No namespace
Diagram
Diagram musicxml47.tmp#id488
Used by
Complex Types direction, forward, harmony, note
Model staff
Children staff
Source
<xs:group name="staff">
  <xs:annotation>
    <xs:documentation>The staff element is defined within a group due to its use by both notes and direction elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="staff" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>Staff assignment is only needed for music notated on multiple staves. Used by both notes and directions. Staff values are numbers, with 1 referring to the top-most staff in a part.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd