ENTITY document_file

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (File_identification_mim); *)
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;

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
 approval_item SELECT document_file
 characterized_definition SELECT characterized_object
 characterized_object_relationship ENTITY 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
 effectivity_item SELECT document_file
 event_occurrence_item SELECT document_file
 external_identification_item SELECT document_file
 identification_item SELECT document_file
 organization_item SELECT document_file
 person_and_organization_item SELECT document_file
 product_definition_with_associated_documents ENTITY document
 restrict_properties_of_document_file RULE document_file
 restrict_version_assignment_for_document_file RULE document_file
 security_classification_item SELECT document_file
 subtype_exclusiveness_characterized_object RULE characterized_object


[Top Level Definitions] [Exit]

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