mei:mei_att.slurpresent.attribute.slur

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
slur restriction of list of mei:mei_data.SLUR optional
Indicates that this element participates in a slur. If visual information
about the slur needs to be recorded, then a <slur> element should be
employed.

Used By

Source

<xs:attributeGroup name="mei_att.slurpresent.attribute.slur">
  <xs:attribute name="slur">
    <xs:annotation>
      <xs:documentation>Indicates that this element participates in a slur. If visual information about the slur needs to be recorded, then a <slur> element should be employed.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="mei:mei_data.SLUR"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>