Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type start-stop-single
Namespace No namespace
Annotations
The start-stop-single type is used for an attribute of musical elements that can be used for either multi-note or single-note musical elements, as for tremolos.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration start, stop, single
Used by
Source
<xs:simpleType name="start-stop-single">
  <xs:annotation>
    <xs:documentation>The start-stop-single type is used for an attribute of musical elements that can be used for either multi-note or single-note musical elements, as for tremolos.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="start"/>
    <xs:enumeration value="stop"/>
    <xs:enumeration value="single"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd