| <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> |