ENTITY drawing_revision
(* SCHEMA step_merged_ap_schema; *)
-- CASE DIFF IN AP214
-- CASE DIFF IN AP232
-- IN AP203e2/AP214/AP232/AP242
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:
Attribute | Type | Defined By |
---|
revision_identifier | identifier (STRING) | drawing_revision |
drawing_identifier | drawing_definition (ENTITY) | drawing_revision |
intended_scale | text (STRING) | drawing_revision |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity drawing_revision has the following local and inherited inverse attributes:
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:31-04:00