Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type fermata-shape
Namespace No namespace
Annotations
The fermata-shape type describes the appearance of a fermata element. The empty value is equivalent to the normal value.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration normal, angled, square,
Used by
Complex Type fermata
Source
<xs:simpleType name="fermata-shape">
  <xs:annotation>
    <xs:documentation>The fermata-shape type describes the appearance of a fermata element. The empty value is equivalent to the normal value.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="normal"/>
    <xs:enumeration value="angled"/>
    <xs:enumeration value="square"/>
    <xs:enumeration value=""/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd