|
ENTITY Drawing SUBTYPE OF (Presentation_set); revision_identifier : STRING; drawing_identifier : Drawing_definition; intended_scale : OPTIONAL STRING; UNIQUE UR1 : revision_identifier, drawing_identifier; END_ENTITY; -- Drawing |
Entity data types and their attributesPresentation_setareas: SET [1:?] OF View_area; Drawing revision_identifier: STRING; drawing_identifier: Drawing_definition; (OPT) intended_scale: STRING; |
Users: by entity attributesPresentation_setPresentation_set_assignment.associated_presentation Drawing Draughting_title.items draughting_titled_item Drawing_sequence.predecessor Drawing_sequence.successor Users: by defined types, not used by any entity attributeDrawing- |
Global rules for this entity data type- |