<xs:attribute name="con">
<xs:annotation>
<xs:documentation>Describes the symbols typically used to indicate breaks between syllables and their functions.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="s">
<xs:annotation>
<xs:documentation>Space (word separator).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="d">
<xs:annotation>
<xs:documentation>Dash (syllable separator).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="u">
<xs:annotation>
<xs:documentation>Underscore (syllable extension).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="t">
<xs:annotation>
<xs:documentation>Tilde (syllable elision).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="c">
<xs:annotation>
<xs:documentation>Circumflex [angled line above] (syllable elision).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="v">
<xs:annotation>
<xs:documentation>Caron [angled line below] (syllable elision).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="i">
<xs:annotation>
<xs:documentation>Inverted breve [curved line above] (syllable elision).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="b">
<xs:annotation>
<xs:documentation>Breve [curved line below] (syllable elision).</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |