label

provides a label (usually a single letter) to identify which part of
a rhyme scheme this rhyming string instantiates.

Attribute Information

Used By

Element tei:rhyme

Source

<xs:attribute name="label">
  <xs:annotation>
    <xs:documentation>provides a label (usually a single letter) to identify which part of a rhyme scheme this rhyming string instantiates.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample