ENTITY make_from_usage_option_group

(* SCHEMA product_structure_schema; *)
ENTITY make_from_usage_option_group;
  members : SET [2:?] OF make_from_usage_option;
WHERE
  WR1: SIZEOF (QUERY (example <* members |
       example.related_product_definition
       :=: members[1].related_product_definition)) =SIZEOF(members);
END_ENTITY;

Explicit Attributes

Entity make_from_usage_option_group has the following local and inherited explicit attributes:
AttributeTypeDefined By
 membersSET OF make_from_usage_option (ENTITY)make_from_usage_option_group

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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