Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There can be constraints defined on individual enumeration values, this means that these enumeration values can only be chosen in combination with a different enumeration value for another property. This can be done in the config by the attributes constraintEnumerationId & constraintEnumerationCode.

Example of the csv file referred to from AnnotationMetadataSchema that actually defines properties:

Code Block
titleannotationProperties.csv
id;name;valueTypeId
Categorie;Categorie;Categorie
Sub-Categorie;Sub-Categorie;Sub-Categorie

...