mei:mei_att.curvature.attribute.bezier

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
bezier restriction of list of union of(xs:decimal, xs:decimal) optional
Records the placement of Bezier control points as a series of pairs of
space-separated values; e.g., 19 45 -32 118.

Used By

Source

<xs:attributeGroup name="mei_att.curvature.attribute.bezier">
  <xs:attribute name="bezier">
    <xs:annotation>
      <xs:documentation>Records the placement of Bezier control points as a series of pairs of space-separated values; e.g., 19 45 -32 118.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:union memberTypes="xs:decimal xs:decimal"/>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
        <xs:minLength value="2"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>