ENTITY document_file

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
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; -- 10303-214: automotive_design

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_item SELECT document_file
 action_request_item SELECT document_file
 approval_item SELECT document_file
 bead_end ENTITY characterized_object
 characterized_definition SELECT characterized_object
 classification_item SELECT document_file
 composite_hole ENTITY characterized_object
 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
 joggle_termination ENTITY characterized_object
 organization_item SELECT document_file
 person_and_organization_item SELECT document_file
 pocket_bottom ENTITY characterized_object
 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
 slot_end ENTITY characterized_object
 subtype_exclusiveness_characterized_object RULE characterized_object
 time_interval_item SELECT document_file


[Top Level Definitions] [Exit]

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