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:
- Position the cursor where you want the command inserted.
- Double-click
=
in the Commands list.