Inspire revision 4711
Gyldig
-- Name --
Category Constraint
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.
| Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
| comparison |
|
-- Name --
comparison
|
ComparisonOperatorValue
(enumeration)
|
1..1 |
| - equalTo |
|
-- Name --
equalTo
|
|
1..1 |
| - notEqualTo |
|
-- Name --
notEqualTo
|
|
1..1 |
| - lessThan |
|
-- Name --
lessThan
|
|
1..1 |
| - greaterThan |
|
-- Name --
greaterThan
|
|
1..1 |
| - lessThanOrEqualTo |
|
-- Name --
lessThanOrEqualTo
|
|
1..1 |
| - greaterThanOrEqualTo |
|
-- Name --
greaterThanOrEqualTo
|
|
1..1 |
| value |
|
-- Name --
value
|
CharacterString |
1..* |
| Constraint |
| constrainedProperty |
|
-- Name --
constrainedProperty
|
PhenomenonTypeValue
(kodeliste)
|
0..1 |
| label |
|
-- Name --
description
|
CharacterString |
0..1 |
| Name |
Type |
English |
Description |
| constrainedProperty |
PhenomenonTypeValue
(kodeliste)
|
|
The property being constrained. e.g. 'colour' if the constraint is 'colour = blue' |
| label |
CharacterString |
|
A human readable title for the constraint as a whole |
| 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) |