Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type staff-type
Namespace No namespace
Annotations
The staff-type value can be ossia, cue, editorial, regular, or alternate. An alternate staff indicates one that shares the same musical data as the prior staff, but displayed differently (e.g., treble and bass clef, standard notation and tab).
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ossia, cue, editorial, regular, alternate
Used by
Source
<xs:simpleType name="staff-type">
  <xs:annotation>
    <xs:documentation>The staff-type value can be ossia, cue, editorial, regular, or alternate. An alternate staff indicates one that shares the same musical data as the prior staff, but displayed differently (e.g., treble and bass clef, standard notation and tab).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="ossia"/>
    <xs:enumeration value="cue"/>
    <xs:enumeration value="editorial"/>
    <xs:enumeration value="regular"/>
    <xs:enumeration value="alternate"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd