mei:mei_att.harm.vis.attribute.rendgrid

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
rendgrid restriction of xs:token optional
Describes how the harmonic indication should be
rendered.

Used By

Source

<xs:attributeGroup name="mei_att.harm.vis.attribute.rendgrid">
  <xs:attribute name="rendgrid">
    <xs:annotation>
      <xs:documentation>Describes how the harmonic indication should be rendered.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="grid">
          <xs:annotation>
            <xs:documentation>Chord tablature grid.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="gridtext">
          <xs:annotation>
            <xs:documentation>Chord tablature grid and the element's textual content.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="text">
          <xs:annotation>
            <xs:documentation>Textual content of the element.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>