A constraint based on some qualifying category. e..g colour = 'Red'.
-- Description --
A constraint based on some qualifying category. e..g colour = 'Red'.
The value ('Red') of the constraint ('colour') can be any string, although it may be desirable to constrain this in particular application domains.
Navn |
Type |
Lengde |
Multiplisitet |
|
ComparisonOperatorValue |
|
1..1 |
|
CharacterString |
|
1..* |
Name |
Type |
English |
Description |
comparison |
ComparisonOperatorValue |
|
A comparison operator. In the case of a category constraint it should be 'equalTo' or 'notEqualTo'. |
value |
CharacterString |
|
The value of the property that is constrained e.g. 'blue' (if the constrained property is colour) |