RuleSet Element
Represents one set of diagram-validation rules.
Syntax
<RuleSet
ID
NameU
[Name]
[Description]
[Enabled]>
</RuleSet>
Attributes
ID
Required unsigned Long. Specifies the unique identifier of the validation rule set.
NameU
Required string. Specifies the universal name of the validation rule set.
[Name]
Optional string. Specifies the local name of the validation rule set. Defaults to NameU attribute value.
[Description]
Optional string. Specifies the description that appears in the user interface for the validation rule set. Default is an empty string.
[Enabled]
Optional Boolean. Specifies whether the rules in the specified validation rule set are checked when validation is triggered for the current document. Default is True.
Element properties
Property |
Value |
---|---|
Name |
RuleSet |
Minimum Occurrences |
0 |
Maximum Occurrences |
Unbounded |
Element information
Parent elements
Child elements
See also
ValidationRuleSet Object