ENTITY document_file

(* SCHEMA AP239_PRODUCT_LIFE_CYCLE_SUPPORT_MIM_LF; *)
 
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; (* declared in: file_identification_mim *)

Explicit Attributes

Entity document_file has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)document
 namelabel (STRING)document
 descriptiontext (STRING)document
 kinddocument_type (ENTITY)document
 namelabel (STRING)characterized_object
 descriptiontext (STRING)characterized_object

Derived Attributes

    No derived attributes

Inverse Attributes

Entity document_file has the following local and inherited inverse attributes:
AttributeTypeDefined By
 representation_typesSET OF document_representation_type (ENTITY)document

Supertypes

Entity document_file inherits from the following supertypes:
  document
  characterized_object

Subtypes

    No subtypes

Referenced By

Entity document_file and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_items SELECT document_file
 action_method_items SELECT document_file
 action_request_item SELECT document_file
 characterized_definition SELECT characterized_object
 characterized_object_relationship ENTITY characterized_object
 classification_item SELECT characterized_object
 classification_item SELECT document_file
 date_and_time_item SELECT document_file
 date_item SELECT document_file
 document_file ENTITY document
 document_file ENTITY characterized_object
 document_product_association ENTITY document
 document_reference ENTITY document
 document_relationship ENTITY document
 document_representation_type ENTITY document
 document_usage_constraint ENTITY document
 external_identification_item SELECT document_file
 identification_item SELECT document_file
 ir_usage_item SELECT document_file
 location_item SELECT document_file
 organization_item SELECT document_file
 person_and_organization_item SELECT document_file
 product_definition_with_associated_documents ENTITY document
 security_classification_item SELECT document_file
 statechar_action_items SELECT document_file
 state_observed_of_item SELECT document_file
 state_type_of_item SELECT document_file


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:36-04:00