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:
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
 access_file_requires_external_identification RULE document_file
 access_file_requires_external_identification RULE document
 action_item SELECT document_file
 action_method_with_associated_documents ENTITY document
 applied_document_usage_constraint_assignment_restriction RULE document_file
 approval_item SELECT document_file
 characterized_definition SELECT characterized_object
 document_file ENTITY document
 document_file ENTITY characterized_object
 document_product_association ENTITY document
 document_reference ENTITY document
 document_reference_item SELECT document_file
 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
 indentured_list_method_identification_constraint RULE document
 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


[Top Level Definitions] [Exit]

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