|
ENTITY externally_defined_picture_representation_item SUBTYPE OF (picture_representation_item); INVERSE source : applied_external_identification_assignment FOR items; WHERE WR1: NOT (SELF\representation_item.name IN pre_defined_picture_representation_types); END_ENTITY; -- externally_defined_picture_representation_item |
Entity data types and their attributesrepresentation_itemname: label; binary_representation_item binary_value: BINARY; bytes_representation_item (DER) no_of_bytes: INTEGER; picture_representation_item - externally_defined_picture_representation_item (INV) source: applied_external_identification_assignment FOR items; |
Global rules for this entity data type- |