Share via


EMMA.grammar_ref Field

Definition

Represents the emma:grammar-ref XML attributes.

public static readonly System.Xml.Linq.XName grammar_ref;
 staticval mutable grammar_ref : System.Xml.Linq.XName
Public Shared ReadOnly grammar_ref As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: group, interpretation, one_of, sequence.
  • corresponds to the following strongly-typed properties: Group.GrammarRef, Interpretation.GrammarRef, OneOf.GrammarRef, Sequence.GrammarRef.

Applies to