Rule for to be enforced in an object structure by structured authoring.
Properties
Name |
Type |
Description |
|
StructureId |
Integer |
Unique identifier for structure. |
|
StructureRuleId |
Integer |
Unique identifier for structure rule. |
|
RuleType |
StructureRuleType |
Type of rule. |
|
ParentRuleId |
Integer |
Identifier of parent structure rule. |
|
Sequence |
StructureRuleSequence |
Sequence rule is applied in. |
|
Name |
String |
Short name of rule. |
|
Description |
String |
Full description of rule. |
|
MinimumOccurrence |
Integer |
Minimum number of times entity can occur. |
|
MaximumOccurrence |
Integer |
Maximum number of times entity can occur. |
|
AllowedIds |
Integer List |
Identifiers for entities that are allowed by this rule. |
|
Children |
StructureRule List |
Child rules. |