ENTITY product_concept_feature_category

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (Product_class_mim); *)
ENTITY product_concept_feature_category
  SUBTYPE OF (group);
WHERE
	WR1 : SIZEOF(QUERY
									( 
										aga <* USEDIN( SELF, 'AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.' + 'GROUP_ASSIGNMENT.ASSIGNED_GROUP' ) 
										|
    								(
    									( aga.role.name <> 'specification category member' ) 
    									OR 
    									( SIZEOF(QUERY 
    															( 
    																i <* aga.items 
    																| 
    																('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.'+ 'PRODUCT_CONCEPT_FEATURE' IN TYPEOF ( i ) ) 
    																AND 
    																NOT ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.'+ 'CONDITIONAL_CONCEPT_FEATURE' IN TYPEOF (i))
    															)
    													) <> SIZEOF (aga.items)
    									)
    								) 
       						) 
       				) =0;
END_ENTITY;

Explicit Attributes

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

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity product_concept_feature_category inherits from the following supertypes:
  group

Subtypes

Entity product_concept_feature_category has the following subtypes:
    exclusive_product_concept_feature_category*
* - Immediate Subtypes

Referenced By

Entity product_concept_feature_category and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 approval_item SELECT product_concept_feature_category
 attribute_classification_assignment ENTITY group
 attribute_language_item SELECT group
 classification_assignment ENTITY group
 classification_item SELECT product_concept_feature_category
 classification_item SELECT group
 date_and_time_item SELECT product_concept_feature_category
 date_item SELECT product_concept_feature_category
 document_reference_item SELECT product_concept_feature_category
 effectivity_item SELECT product_concept_feature_category
 event_occurrence_item SELECT product_concept_feature_category
 group_assignment ENTITY group
 group_relationship ENTITY group
 identification_item SELECT product_concept_feature_category
 id_attribute_select SELECT group
 language ENTITY group
 multi_language_attribute_item SELECT group
 organization_item SELECT product_concept_feature_category
 person_and_organization_item SELECT product_concept_feature_category
 product_concept_feature_category_usage ENTITY product_concept_feature_category
 restrict_multi_language_for_group RULE group
 subtype_exclusiveness_group RULE group


[Top Level Definitions] [Exit]

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