ENTITY draughting_presented_item
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
ENTITY draughting_presented_item
SUBTYPE OF (presented_item);
items : SET [1:?] OF draughting_presented_item_select;
WHERE
wr1 : SIZEOF(QUERY(pir <* USEDIN(SELF,
'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.PRESENTED_ITEM_REPRESENTATION.ITEM'
) | NOT (
'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.DRAWING_REVISION' IN
TYPEOF(pir.presentation)))) = 0;
END_ENTITY;
Explicit Attributes
Entity draughting_presented_item has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity draughting_presented_item inherits from the following supertypes:
presented_item
Subtypes
No subtypesReferenced By
Entity draughting_presented_item and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:32-04:00