|
ENTITY document_file SUBTYPE OF (characterized_object, document); WHERE WR1: SELF\characterized_object.name = ''; WR2: NOT EXISTS(SELF\characterized_object.description); WR3: SIZEOF(QUERY(drt <* SELF\document.representation_types | drt.name IN ['digital', 'physical'])) = 1; END_ENTITY; -- document_file |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; document id: identifier; name: label; (OPT) description: text; kind: document_type; (INV) representation_types: SET [0:?] OF document_representation_type FOR represented_document; document_file - |
Global rules for this entity data typerestrict_properties_of_document_file (automotive_design)restrict_properties_of_document_file (Catalog_data_information_mim) restrict_version_assignment_for_document_file (automotive_design) restrict_version_assignment_for_document_file (Catalog_data_information_mim) |