<xs:attribute name="trans" default="smooth">
<xs:annotation>
<xs:documentation>(transition) indicates the nature of the transition between this utterance and the previous one.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="smooth">
<xs:annotation>
<xs:documentation>this utterance begins without unusual pause or rapidity.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="latching">
<xs:annotation>
<xs:documentation>this utterance begins with a markedly shorter pause than normal.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="overlap">
<xs:annotation>
<xs:documentation>this utterance begins before the previous one has finished.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="pause">
<xs:annotation>
<xs:documentation>this utterance begins after a noticeable pause.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |