mei:mei_att.articulation.attribute.artic

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
artic restriction of list of mei:mei_data.ARTICULATION optional
Encodes the written articulation(s). Articulations are normally encoded in
order from the note head outward; that is, away from the stem. See additional notes at
att.vis.note. Only articulations should be encoded in the artic attribute; for example,
fingerings should be encoded using the <fingering> element.

Used By

Source

<xs:attributeGroup name="mei_att.articulation.attribute.artic">
  <xs:attribute name="artic">
    <xs:annotation>
      <xs:documentation>Encodes the written articulation(s). Articulations are normally encoded in order from the note head outward; that is, away from the stem. See additional notes at att.vis.note. Only articulations should be encoded in the artic attribute; for example, fingerings should be encoded using the <fingering> element.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="mei:mei_data.ARTICULATION"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>