Overview Schemas Index

automotive_design         


ENTITY draughting_specification_reference
          SUBTYPE OF (document_reference);
          specified_items : SET [1:?] OF specified_item;
WHERE
          WR1: ( SELF.assigned_document. kind.product_data_type =
     'draughting specification' );
END_ENTITY; -- draughting_specification_reference

Entity data types and their attributes

document_reference
          assigned_document: document;
          source: label;
          (DER) role: object_role;
draughting_specification_reference
          specified_items: SET [1:?] OF specified_item;

Users: by entity attributes

document_reference
          role_association.item_with_role
                    role_select
draughting_specification_reference

Users: by defined types, not used by any entity attribute

draughting_specification_reference
          -

Global rules for this entity data type

          -