syllabic

Lyric hyphenation is indicated by the syllabic type. The single, begin, end, and middle values represent single-syllable words, word-beginning syllables, word-ending syllables, and mid-word syllables, respectively.

Simple Type Information

Used By

Element lyric/syllabic

Source

<xs:simpleType name="syllabic">
  <xs:annotation>
    <xs:documentation>Lyric hyphenation is indicated by the syllabic type. The single, begin, end, and middle values represent single-syllable words, word-beginning syllables, word-ending syllables, and mid-word syllables, respectively.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="single"/>
    <xs:enumeration value="begin"/>
    <xs:enumeration value="end"/>
    <xs:enumeration value="middle"/>
  </xs:restriction>
</xs:simpleType>