Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

emma:model

An emma:model element contains either an inline data model or a reference to a data model.

Element Definition

<xs:complexType name="model">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:any namespace="##other" processContents="lax" />
  </xs:choice>
  <xs:attributeGroup ref="emma:model.attribs" />
</xs:complexType>

Parent Element

emma:emma

Remarks

The data model plays a role analogous to a grammar, by specifying constraints on the content and structure of input data. The reference to a data model is contained in an emma:model.attribs attribute group.