Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
emma:one-of
An emma:one-of element is a container element that indicates a choice among a number of mutually exclusive child elements.
Element Definition
<xs:complexType name="one-of">
<xs:group ref="emma:one-of.class" minOccurs="0" maxOccurs="unbounded" />
<xs:attribute name="disjunction-type">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="recognition" />
<xs:enumeration value="understanding" />
<xs:enumeration value="multi-device" />
<xs:enumeration value="multi-process" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="emma:group.attribs" />
</xs:complexType>
Parent Element
An emma:one-of element can be the child of any of the following elements.