Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type syllabic
Namespace No namespace
Annotations
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.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration single, begin, end, middle
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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd