Assignment Operator (=)

Required for <root> command and rule variables.

Indicates an assignment operator.

Example

<root> = <GivenName><FamilyName>;

<GivenName>= @Table("Given Names");

<FamilyName>= @Table("Family Names");

To use this command:

  1. Position the cursor where you want the command inserted.
  2. Double-click = in the Commands list.