ENTITY condition_property

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
ENTITY condition_property
SUBTYPE OF (general_property_association);
  SELF\general_property_association.base_definition : physical_quantity_range;
WHERE
  link_to_condition : (
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.PROPERTY_CONDITION_FOR_ACTIVITY'
     IN TYPEOF(SELF\general_property_association.derived_definition)) OR (
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.PROPERTY_CONDITION_FOR_PRODUCT'
     IN TYPEOF(SELF\general_property_association.derived_definition));
END_ENTITY;

Explicit Attributes

Entity condition_property has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)general_property_association
 descriptiontext (STRING)general_property_association
 base_definitionphysical_quantity_range (ENTITY)condition_property(Redcl from general_property_association)
 derived_definitionderived_property_select (SELECT)general_property_association

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity condition_property inherits from the following supertypes:
  general_property_association

Subtypes

    No subtypes

Referenced By

Entity condition_property and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 condition_property ENTITY general_property_association
 possessed_physical_quantity_space ENTITY general_property_association
 possessed_property ENTITY general_property_association


[Top Level Definitions] [Exit]

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