|
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 attributesGeometric_validation_propertyproperty_representation: Representation; property_value: point_or_measure; validated_model: Geometric_model; |
Users: by entity attributesGeometric_validation_propertyUsers: by defined types, not used by any entity attributeGeometric_validation_property- |
Global rules for this entity data type- |