Overview Schemas Index

Geometric_validation_property_representation_arm         


ENTITY Geometric_validation_property;
          property_representation : Representation;
          property_value : point_or_measure;
          validated_model : Geometric_model;
WHERE
          WR1: 'GEOMETRIC_VALIDATION_PROPERTY_REPRESENTATION_ARM.NUMERICAL_REPRESENTATION_CONTEXT' IN TYPEOF(property_representation\Representation.context_of_items);
          WR2: property_representation.name IN ['centroid', 'volume', 'surface area'];
          WR3: property_value IN property_representation\Representation.items;
END_ENTITY; -- Geometric_validation_property

Entity data types and their attributes

Geometric_validation_property
          property_representation: Representation;
          property_value: point_or_measure;
          validated_model: Geometric_model;

Users: by entity attributes

Geometric_validation_property

Users: by defined types, not used by any entity attribute

Geometric_validation_property
          -

Global rules for this entity data type

          -