mei:mei_att.rehearsal.attribute.reh.enclose

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
reh.enclose restriction of xs:token optional
Describes the enclosing shape for rehearsal marks.

Used By

Source

<xs:attributeGroup name="mei_att.rehearsal.attribute.reh.enclose">
  <xs:attribute name="reh.enclose">
    <xs:annotation>
      <xs:documentation>Describes the enclosing shape for rehearsal marks.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="box">
          <xs:annotation>
            <xs:documentation>Enclosed by box.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="circle">
          <xs:annotation>
            <xs:documentation>Enclosed by circle.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="none">
          <xs:annotation>
            <xs:documentation>No enclosing shape.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>