mei:mei_att.joined.attribute.join

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
join restriction of list of mei:mei_data.URI optional
Used for linking visually separate entities that form a single logical
entity, for example, multiple slurs broken across a system break that form a single
musical phrase. Also used to indicate a measure which metrically completes the current
one. Record the identifiers of the separately encoded components, excluding the one
carrying the attribute.

Used By

Source

<xs:attributeGroup name="mei_att.joined.attribute.join">
  <xs:attribute name="join">
    <xs:annotation>
      <xs:documentation>Used for linking visually separate entities that form a single logical entity, for example, multiple slurs broken across a system break that form a single musical phrase. Also used to indicate a measure which metrically completes the current one. Record the identifiers of the separately encoded components, excluding the one carrying the attribute.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="mei:mei_data.URI"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>