|
ENTITY Descriptive_document_property SUBTYPE OF (String_representation_item); INVERSE valued_characteristic : SET [1:1] OF Document_property_representation FOR items; END_ENTITY; -- Descriptive_document_property |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; String_representation_item string_value: STRING; Descriptive_document_property (INV) valued_characteristic: SET [1:1] OF Document_property_representation FOR items; |
Global rules for this entity data type- |