ENTITY drawing_revision

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_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

    No subtypes

Referenced By

Entity drawing_revision and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 area_in_set ENTITY presentation_set
 draughting_titled_item SELECT drawing_revision
 drawing_revision_sequence ENTITY drawing_revision
 invisibility_context SELECT presentation_set
 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:15:31-04:00