Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type fermata
Namespace No namespace
Annotations
The fermata text content represents the shape of thefermata sign and may be normal, angled, or square. An empty fermata element represents a normal fermata. The fermata type is upright if not specified.
Diagram
Diagram musicxml40.tmp#id10 musicxml41.tmp#id235 musicxml6.tmp#id142
Type extension of fermata-shape
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
relative-x tenths optional
relative-y tenths optional
type upright-inverted optional
Source
<xs:complexType name="fermata">
  <xs:annotation>
    <xs:documentation>The fermata text content represents the shape of thefermata sign and may be normal, angled, or square. An empty fermata element represents a normal fermata. The fermata type is upright if not specified.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="fermata-shape">
      <xs:attribute name="type" type="upright-inverted"/>
      <xs:attributeGroup ref="print-style"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute fermata/@type
Namespace No namespace
Type upright-inverted
Properties
content: simple
Facets
enumeration upright, inverted
Used by
Complex Type fermata
Source
<xs:attribute name="type" type="upright-inverted"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd