text-element-data

The text-element-data type represents a syllable or portion of a syllable for lyric text underlay. A hyphen in the string content should only be used for an actual hyphenated word. Language names for text elements come from ISO 639, with optional country subcodes from ISO 3166.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
dir text-direction optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
letter-spacing number-or-normal optional
line-through number-of-lines optional
overline number-of-lines optional
rotation rotation-degrees optional
underline number-of-lines optional
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.

Used By

Element lyric/text

Source

<xs:complexType name="text-element-data">
  <xs:annotation>
    <xs:documentation>The text-element-data type represents a syllable or portion of a syllable for lyric text underlay. A hyphen in the string content should only be used for an actual hyphenated word. Language names for text elements come from ISO 639, with optional country subcodes from ISO 3166.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attributeGroup ref="font"/>
      <xs:attributeGroup ref="color"/>
      <xs:attributeGroup ref="text-decoration"/>
      <xs:attributeGroup ref="text-rotation"/>
      <xs:attributeGroup ref="letter-spacing"/>
      <xs:attribute ref="xml:lang"/>
      <xs:attributeGroup ref="text-direction"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>