Overview Schemas Index

Drawing_definition_arm         


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 attributes

Presentation_set
          areas: SET [1:?] OF View_area;
Drawing
          revision_identifier: STRING;
          drawing_identifier: Drawing_definition;
          (OPT) intended_scale: STRING;

Users: by entity attributes

Presentation_set
          Presentation_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 attribute

Drawing
          -

Global rules for this entity data type

          -