ENTITY draughting_presented_item

(* SCHEMA aic_drawing_structure_and_administration; *)
ENTITY draughting_presented_item
  SUBTYPE OF (presented_item);
  items : SET [1:?] OF draughting_presented_item_select;
WHERE
  WR1:                                        -- presented_item_presentation:
       SIZEOF (QUERY (pir <* USEDIN (SELF,
                'AIC_DRAWING_STRUCTURE_AND_ADMINISTRATION.' +
                'PRESENTED_ITEM_REPRESENTATION.ITEM') |
          NOT ('AIC_DRAWING_STRUCTURE_AND_ADMINISTRATION.DRAWING_REVISION'
                IN TYPEOF (pir.presentation)) )) = 0;
END_ENTITY;

Explicit Attributes

Entity draughting_presented_item has the following local and inherited explicit attributes:
AttributeTypeDefined By
 itemsSET OF draughting_presented_item_select (SELECT)draughting_presented_item

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity draughting_presented_item inherits from the following supertypes:
  presented_item

Subtypes

    No subtypes

Referenced By

Entity draughting_presented_item and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 presented_item_representation ENTITY presented_item


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00