emma:one-of

Microsoft Speech Platform SDK 11

Collapse image Expand Image Copy image CopyHover image

An emma:one-of element is a container element that indicates a choice among a number of mutually exclusive child elements.

Element Definition

XML Copy imageCopy Code
<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.