ENTITY drawing_revision

(* SCHEMA technical_data_packaging; *)
  ENTITY drawing_revision
    SUBTYPE OF (presentation_set);
      revision_identifier : identifier;
      drawing_identifier  : drawing_definition;
      intended_scale      : OPTIONAL text;
    UNIQUE
      ur1 : revision_identifier, drawing_identifier;
  END_ENTITY; -- drawing_revision

Explicit Attributes

Entity drawing_revision has the following local and inherited explicit attributes:
AttributeTypeDefined By
 revision_identifieridentifier (STRING)drawing_revision
 drawing_identifierdrawing_definition (ENTITY)drawing_revision
 intended_scaletext (STRING)drawing_revision

Derived Attributes

    No derived attributes

Inverse Attributes

Entity drawing_revision has the following local and inherited inverse attributes:
AttributeTypeDefined By
 areasSET OF area_in_set (ENTITY)presentation_set

Supertypes

Entity drawing_revision inherits from the following supertypes:
  presentation_set

Subtypes

Entity drawing_revision has the following subtypes:
    draughting_drawing_revision*
* - Immediate Subtypes

Referenced By

Entity drawing_revision and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 approved_item SELECT drawing_revision
 area_in_set ENTITY presentation_set
 draughting_titled_item SELECT drawing_revision
 presentation_representation_select SELECT presentation_set
 style_context_select SELECT presentation_set


[Top Level Definitions] [Exit]

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