Missing attributes type

Created by: oliviertournaire

[Thanks to Joachim Benner for reporting this issue] Some attributes have no type. This is due to a bad specification in the UML model. Can be fixed by correcting types in the UML model and / or by setting proper conversion rules in ShapeChange configuration files. Here is a list (might not be exhaustive) of the types that have to be changed:

  • MeasureType --> Measure
  • LengthType --> Length
  • AreaType --> Area
  • VolumeType --> Volume
  • boolean --> Boolean
  • Int --> Integer
  • ScaleType --> Scale
  • UomIdentifier --> Measure
  • AngleType --> Angle