mei:mei_att.curvature.attribute.bulge

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
bulge restriction of list of union of(xs:decimal, mei:mei_data.PERCENT) optional
Describes a curve as one or more pairs of values with respect to an
imaginary line connecting the starting and ending points of the curve. The first value
captures a distance to the left (positive value) or right (negative value) of the line,
expressed in virtual units. The second value of each pair represents a point along the
line, expressed as a percentage of the line's length. N.B. An MEI virtual unit (VU) is
half the distance between adjacent staff lines.

Used By

Source

<xs:attributeGroup name="mei_att.curvature.attribute.bulge">
  <xs:attribute name="bulge">
    <xs:annotation>
      <xs:documentation>Describes a curve as one or more pairs of values with respect to an imaginary line connecting the starting and ending points of the curve. The first value captures a distance to the left (positive value) or right (negative value) of the line, expressed in virtual units. The second value of each pair represents a point along the line, expressed as a percentage of the line's length. N.B. An MEI virtual unit (VU) is half the distance between adjacent staff lines.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:union memberTypes="xs:decimal mei:mei_data.PERCENT"/>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
        <xs:minLength value="2"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>