|
ENTITY Numerical_document_property SUBTYPE OF (Numerical_item_with_unit); INVERSE valued_characteristic : SET [1:1] OF Document_property_representation FOR items; END_ENTITY; -- Numerical_document_property |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Measure_item - Value_with_unit unit: Unit; value_component: measure_value; Numerical_item_with_unit - Numerical_document_property (INV) valued_characteristic: SET [1:1] OF Document_property_representation FOR items; |
Global rules for this entity data type- |