ENTITY drawing_revision

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
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;

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*
    drawing_revision_class_of_document*
* - 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
 classified_item SELECT drawing_revision
 contracted_item SELECT drawing_revision
 draughting_organization_item SELECT drawing_revision
 draughting_titled_item SELECT drawing_revision
 invisibility_context SELECT presentation_set
 presentation_representation_select SELECT presentation_set
 specified_item SELECT drawing_revision
 style_context_select SELECT presentation_set


[Top Level Definitions] [Exit]

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