ENTITY group

(* SCHEMA ship_moulded_form_schema; *)
  ENTITY group;
      name        : label;
      description : OPTIONAL text;
    DERIVE
      id : identifier := get_id_value(SELF);
    WHERE
      wr1: (SIZEOF(USEDIN(SELF,'SHIP_MOULDED_FORM_SCHEMA.' + 
               'ID_ATTRIBUTE.IDENTIFIED_ITEM')) <= 1);
  END_ENTITY; -- group

Explicit Attributes

Entity group has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)group
 descriptiontext (STRING)group

Derived Attributes

Entity group has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)group

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity group has the following subtypes:
    class*
* - Immediate Subtypes

Referenced By

Entity group and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 approvals_references_approval_history RULE group
 approval_history_has_at_least_one_member RULE group
 classification_assignment ENTITY group
 classification_item SELECT group
 global_axis_placement_has_properties RULE group
 group_assignment ENTITY group
 group_relationship ENTITY group
 identification_item SELECT group
 id_attribute_select SELECT group
 members_is_referenced_by_at_least_one_revision RULE group
 revision_has_mandatory_attribute_description RULE group
 revision_with_context_referenced_for_context_of_revision RULE group
 unique_approvals_in_approval_history RULE group
 valid_product_definition_for_class_moulded_form RULE group
 versions_is_referenced_by_at_least_one_version_history RULE group
 version_history_has_exactly_one_assigned_group RULE group
 version_history_is_referenced_by_at_least_one_versions RULE group
 version_history_referenced_by_exactly_one_current_version RULE group
 version_history_referenced_by_multiple_roles RULE group
 which_class FUNCTION group


[Top Level Definitions] [Exit]

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