ENTITY draughting_specification_reference

(* SCHEMA explicit_draughting; *)
  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

Explicit Attributes

Entity draughting_specification_reference has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_documentdocument (ENTITY)document_reference
 sourcelabel (STRING)document_reference
 specified_itemsSET OF specified_item (SELECT)draughting_specification_reference

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity draughting_specification_reference inherits from the following supertypes:
  document_reference

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:37:43-04:00