ENTITY property_definition

(* SCHEMA ship_structures_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_STRUCTURES_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_request_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
 external_identification_item SELECT property_definition
 freeboard_characteristics_has_properties RULE property_definition
 global_axis_placement_has_properties RULE property_definition
 homogeneous_ship_material_property_has_named_references RULE property_definition
 identification_item SELECT property_definition
 id_attribute_select SELECT property_definition
 lightship_definition_has_properties RULE 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_regulation RULE property_definition
 product_definition_has_references_with_class_loadline RULE property_definition
 product_definition_local_coordinate_system_with_station_reference RULE property_definition
 product_definition_shape ENTITY property_definition
 property_definition_for_class_notation RULE property_definition
 property_definition_for_class_society RULE property_definition
 property_definition_for_corrugated_structure_function RULE property_definition
 property_definition_for_edge_cutout_function_parameters RULE property_definition
 property_definition_for_edge_feature_function_parameters RULE property_definition
 property_definition_for_homogeneous_ship_material_property RULE property_definition
 property_definition_for_interior_cutout_function_parameters 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_panel_system_function_parameters RULE property_definition
 property_definition_for_plate_function_parameters RULE property_definition
 property_definition_for_plate_strake_function_parameters RULE property_definition
 property_definition_for_profile_function_parameters RULE property_definition
 property_definition_for_ship_material_property_parameters RULE property_definition
 property_definition_for_structural_system_function_parameters RULE property_definition
 property_definition_for_weld_filler_material_design RULE property_definition
 property_definition_has_references_lightship_weight_item RULE property_definition
 property_definition_has_references_with_name_loadline RULE property_definition
 property_definition_relationship ENTITY property_definition
 property_definition_structural_weld_shrinkage_allowance_feature RULE property_definition
 property_definition_to_structural_added_material_feature_design RULE property_definition
 property_definition_with_identification_assignment RULE property_definition
 property_definition_with_weight_and_centre_of_gravity RULE property_definition
 property_or_shape_select SELECT property_definition
 representation_item_for_transformation_to_parent RULE property_definition
 represented_definition SELECT property_definition
 ship_material_property_has_at_most_one_named_references RULE property_definition


[Top Level Definitions] [Exit]

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