emma:model

Microsoft Speech Platform SDK 11

Collapse image Expand Image Copy image CopyHover image

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

Element Definition

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

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.