Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type wedge-type
Namespace No namespace
Annotations
The wedge type is crescendo for the start of a wedge that is closed at the left side, diminuendo for the start of a wedge that is closed on the right side, and stop for the right side.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration crescendo, diminuendo, stop
Used by
Attribute wedge/@type
Source
<xs:simpleType name="wedge-type">
  <xs:annotation>
    <xs:documentation>The wedge type is crescendo for the start of a wedge that is closed at the left side, diminuendo for the start of a wedge that is closed on the right side, and stop for the right side.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="crescendo"/>
    <xs:enumeration value="diminuendo"/>
    <xs:enumeration value="stop"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd