|
ENTITY Externally_defined_picture_representation_item SUBTYPE OF (Picture_representation_item); INVERSE source : External_source_identification FOR item; 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_item(OPT) name: STRING; Binary_representation_item - Bytes_representation_item - Picture_representation_item - Externally_defined_picture_representation_item (INV) source: External_source_identification FOR item; |
Global rules for this entity data type- |