Showing:

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