FUNCTION at_most_one_version_id

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

Referenced By

Defintion at_most_one_version_id is references by the following definitions:
DefinitionType
 restrict_version_assignment_for_applied_identification_assignment RULE
 restrict_version_assignment_for_class RULE
 restrict_version_assignment_for_configuration_item RULE
 restrict_version_assignment_for_document_file RULE
 restrict_version_assignment_for_effectivity RULE
 restrict_version_assignment_for_general_property RULE
 restrict_version_assignment_for_product_concept RULE
 restrict_version_assignment_for_product_concept_feature RULE
 restrict_version_assignment_for_shape_representation RULE


[Top Level Definitions] [Exit]

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