This is implemented as described in ISO 21090.
Specializes
Attributes
| Name |
Data type |
Occurs |
Description |
|
language
|
LraHumanLanguage
|
0..1 |
This is implemented as described in ISO 21090. |
|
translation
|
ST.NT
|
1..1 |
This is implemented as described in ISO 21090. |
|
value
|
String
|
0..1 |
This is implemented as described in ISO 21090. |
Constraints
| Type |
Name |
Specification |
| no nested translations |
Invariant |
inv: translation->forAll(t | t.translation->isEmpty) |
| null or content |
Invariant |
inv: isNull xor (value.oclIsDefined and value.size > 0) |