Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type start-stop-change
Namespace No namespace
Annotations
The start-stop-change type is used to distinguish types of pedal directions.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration start, stop, change
Used by
Attribute pedal/@type
Source
<xs:simpleType name="start-stop-change">
  <xs:annotation>
    <xs:documentation>The start-stop-change type is used to distinguish types of pedal directions.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="start"/>
    <xs:enumeration value="stop"/>
    <xs:enumeration value="change"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd