Enumerations
These lists of keywords can be used with ACTION( ), VOTINGRULE( ), and TASKSTATUS( ) expressions.
ACTION( )
<SaveAction> consists of one of these:
<SaveActionInsert>
<SaveActionUpdate>
<SaveActionDelete>
<SaveActionInsert> consists of this:
INSERT
<SaveActionUpdate> consists of this:
UPDATE
<SaveActionDelete> consists of this:
DELETE
VOTINGRULE( )
<VotingRule> consists of one of these:
<VotingRuleMajority>
<VotingRulePlurality>
<VotingRuleConditionalPlurality>
<VotingRuleMinimumCount>
<VotingRuleMinimumPercentage>
<VotingRuleEarliestResponse>
<VotingRulePreferredChoice>
<VotingRuleMinimumCountPreferredChoice>
<VotingRuleMinimumPercentagePreferredChoice>
<VotingRuleMajority> consists of this:
Majority
<VotingRulePlurality> consists of this:
Plurality
<VotingRuleConditionalPlurality> consists of this:
ConditionalPlurality
<VotingRuleMinimumCount> consists of this:
MinimumCount
<VotingRuleMinimumPercentage> consists of this:
MinimumPercentage
<VotingRuleEarliestResponse> consists of this:
EarliestResponse
<VotingRulePreferredChoice> consists of this:
PreferredChoice
<VotingRuleMinimumCountPreferredChoice> consists of this:
MinimumCountPreferredChoice
<VotingRuleMinimumPercentagePreferredChoice> consists of
				this:
MinimumPercentagePreferredChoice
TASKSTATUS( )
<InitialTaskStatus> consists of one of these:
<TaskStatusReady>
<TaskStatusWaiting>
<TaskStatusReady> consists of this:
READY
<TaskStatusWaiting> consists of this:
WAITING