ENTITY property_definition_representation

(* SCHEMA Ship_arrangement_schema; *)


   ENTITY property_definition_representation;
      definition : represented_definition;
      used_representation : representation;
   DERIVE
      description : text := get_description_value(SELF);
      name : label := get_name_value(SELF);
   WHERE
      WR1:
         SIZEOF(USEDIN(SELF, 'SHIP_ARRANGEMENT_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1;
      WR2:
         SIZEOF(USEDIN(SELF, 'SHIP_ARRANGEMENT_SCHEMA.' + 'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1;
   END_ENTITY;

Explicit Attributes

Entity property_definition_representation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 definitionrepresented_definition (SELECT)property_definition_representation
 used_representationrepresentation (ENTITY)property_definition_representation

Derived Attributes

Entity property_definition_representation has the following local and inherited derived attributes:
AttributeTypeDefined By
 descriptiontext (STRING)property_definition_representation
 namelabel (STRING)property_definition_representation

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity property_definition_representation has the following subtypes:
    shape_definition_representation*
* - Immediate Subtypes

Referenced By

Entity property_definition_representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 classification_item SELECT property_definition_representation
 class_and_statutory_designation_has_properties RULE property_definition_representation
 class_parameters_has_properties RULE property_definition_representation
 date_and_time_item SELECT property_definition_representation
 description_attribute_select SELECT property_definition_representation
 freeboard_characteristics_has_properties RULE property_definition_representation
 global_axis_placement_has_properties RULE property_definition_representation
 lightship_definition_has_properties RULE property_definition_representation
 name_attribute_select SELECT property_definition_representation
 principal_characteristics_has_properties RULE property_definition_representation
 product_definition_shape_for_deck_zone_design RULE property_definition_representation
 property_definition_for_class_bulk_load_requirement_definition RULE property_definition_representation
 property_definition_for_class_compartment_requirement_definition RULE property_definition_representation
 property_definition_for_class_deck_load_requirement_definition RULE property_definition_representation
 property_definition_for_class_notation RULE property_definition_representation
 property_definition_for_class_tank_requirement_definition RULE property_definition_representation
 property_definition_for_compartment_design_requirement RULE property_definition_representation
 property_definition_for_compartment_function RULE property_definition_representation
 property_definition_for_compensated_gross_tonnage RULE property_definition_representation
 property_definition_for_damage_stability_definition_requires_reference RULE property_definition_representation
 property_definition_for_deck_zone_function RULE property_definition_representation
 property_definition_for_gross_tonnage RULE property_definition_representation
 property_definition_for_local_coordinate_system RULE property_definition_representation
 property_definition_for_local_coordinate_system_with_position RULE property_definition_representation
 property_definition_for_net_tonnage RULE property_definition_representation
 property_definition_for_stability_definition_requires_reference RULE property_definition_representation
 property_definition_for_tonnage_definition RULE property_definition_representation
 property_definition_for_zone_function RULE property_definition_representation
 property_definition_has_references_with_name_loadline RULE property_definition_representation
 property_definition_representation_for_date_of_measurement RULE property_definition_representation
 property_definition_representation_for_gross_tonnage RULE property_definition_representation
 property_definition_representation_for_net_tonnage RULE property_definition_representation
 property_definition_with_lightship_weight_item RULE property_definition_representation
 property_definition_with_weight_and_centre_of_gravity RULE property_definition_representation
 representation_item_for_transformation_to_parent RULE property_definition_representation
 tonnage_definition_has_properties RULE property_definition_representation


[Top Level Definitions] [Exit]

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