mei:mei_att.turn.log.attribute.form

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
form restriction of xs:token optional
Indicates the style of the turn.

Used By

Source

<xs:attributeGroup name="mei_att.turn.log.attribute.form">
  <xs:attribute name="form">
    <xs:annotation>
      <xs:documentation>Indicates the style of the turn.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="inv">
          <xs:annotation>
            <xs:documentation>Inverted turn, e.g., begins on the note below the written note.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="norm">
          <xs:annotation>
            <xs:documentation>"normal" turn, e.g., begins on the note above the written note.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>