Last reviewed: 3/23/2024 8:29:41 AM
<ID>
An <ID> element is a name/value pair used to assign a constant value to other grammar elements via their PROPID attribute. <ID> elements are declared within a <DEFINE> element.
<GRAMMAR LANGID="409">
<DEFINE>
<ID NAME="FIRSTCHOICE" VAL="1"/>
<ID NAME="SECONDCHOICE" VAL="2"/>
</DEFINE>
</GRAMMAR>
Attributes
NAME
String identifier of the element.
VAL
The value associated with the identifier.
Children
none