FUNCTION at_most_one_class_system

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* Implicit interfaced from: Catalog_data_information_mim *)
FUNCTION at_most_one_class_system (ent: GENERIC       ): LOGICAL;
RETURN(
  SIZEOF ( QUERY (ia <* USEDIN ( ent , 'AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF' + '.APPLIED_CLASSIFICATION_ASSIGNMENT.ITEMS' ) | 
	ia.role.name = 'class system membership' ) )<=1 );
END_FUNCTION;

Referenced By

Defintion at_most_one_class_system is references by the following definitions:
DefinitionType
 restrict_class_system_assignment_for_approval_status RULE
 restrict_class_system_assignment_for_descriptive_representation_item RULE
 restrict_class_system_assignment_for_document_type RULE
 restrict_class_system_assignment_for_planar_extent RULE
 restrict_class_system_assignment_for_security_classification_level RULE


[Top Level Definitions] [Exit]

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