mei:mei_att.endings.attribute.ending.rend

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
ending.rend restriction of xs:token optional
Describes where ending marks should be displayed.

Used By

Source

<xs:attributeGroup name="mei_att.endings.attribute.ending.rend">
  <xs:attribute name="ending.rend">
    <xs:annotation>
      <xs:documentation>Describes where ending marks should be displayed.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="top">
          <xs:annotation>
            <xs:documentation>Ending rendered only above top staff.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="barred">
          <xs:annotation>
            <xs:documentation>Ending rendered above staves that have bar lines drawn across them.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="grouped">
          <xs:annotation>
            <xs:documentation>Endings rendered above staff groups.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>