ENTITY document_file
(* SCHEMA technical_data_packaging; *)
ENTITY document_file
SUBTYPE OF (document, characterized_object);
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
Explicit Attributes
Entity document_file has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity document_file has the following local and inherited inverse attributes:
Supertypes
Entity document_file inherits from the following supertypes:
document
characterized_object
Subtypes
No subtypesReferenced By
Entity document_file and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:35-04:00