ENTITY property_definition

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

Explicit Attributes

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

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity property_definition has the following subtypes:
    product_definition_shape*
* - Immediate Subtypes

Referenced By

Entity property_definition and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT property_definition
 approval_item SELECT property_definition
 classification_item SELECT property_definition
 class_and_statutory_designation_has_properties RULE property_definition
 class_parameters_has_properties RULE property_definition
 derived_property_select SELECT property_definition
 document_reference_item SELECT property_definition
 effectivity_item SELECT property_definition
 external_identification_item SELECT property_definition
 global_axis_placement_has_properties RULE property_definition
 hull_moulded_form_design_parameter_with_class_references RULE property_definition
 identification_item SELECT property_definition
 id_attribute_select SELECT property_definition
 organization_item SELECT property_definition
 principal_characteristics_has_properties RULE property_definition
 product_definition_for_class_notation RULE property_definition
 product_definition_for_hydrostatic_definition_requires_reference RULE property_definition
 product_definition_for_regulation RULE property_definition
 product_definition_for_stability_definition RULE property_definition
 product_definition_shape ENTITY property_definition
 propeller_moulded_form_design_parameter_with_class_references RULE property_definition
 property_definition_appendage_moulded_form_design_parameter RULE property_definition
 property_definition_for_bottom_moulded_form_design_parameter RULE property_definition
 property_definition_for_bulb_moulded_form_design_parameter RULE property_definition
 property_definition_for_class_notation RULE property_definition
 property_definition_for_class_society RULE property_definition
 property_definition_for_deck_moulded_form_design_parameter RULE property_definition
 property_definition_for_hull_moulded_form_design_parameter RULE property_definition
 property_definition_for_local_coordinate_system RULE property_definition
 property_definition_for_local_coordinate_system_with_position RULE property_definition
 property_definition_for_moulded_form_function_parameters RULE property_definition
 property_definition_for_rudder_moulded_form_design_parameter RULE property_definition
 property_definition_for_thruster_moulded_form_design_parameter RULE property_definition
 property_definition_for_thruster_propeller_parameter RULE property_definition
 property_definition_of_propeller_moulded_form_design_parameter RULE property_definition
 property_definition_relationship ENTITY property_definition
 property_definition_with_identification_assignment RULE property_definition
 representation_item_for_transformation_to_parent RULE property_definition
 represented_definition SELECT property_definition
 ship_overall_dimensions_has_properties RULE property_definition


[Top Level Definitions] [Exit]

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