ENTITY arrangement_load

(* SCHEMA plant_spatial_configuration; *)
   ENTITY arrangement_load
   SUBTYPE OF (property_definition);
   WHERE
      WR1:
         'PLANT_SPATIAL_CONFIGURATION.DESIGN_ARRANGEMENT_PERFORMANCE' 
IN TYPEOF(SELF.definition);
      WR2:
         SIZEOF(QUERY (pdr <* USEDIN(SELF, 
'PLANT_SPATIAL_CONFIGURATION.' + 
'PROPERTY_DEFINITION_REPRESENTATION.DEFINITION')| 
(pdr.used_representation.name = 'arrangement load characteristics'))) = 
1;
      WR3:
         SIZEOF(QUERY (spc <* QUERY (pdr <* USEDIN(SELF, 
'PLANT_SPATIAL_CONFIGURATION.' + 
'PROPERTY_DEFINITION_REPRESENTATION.DEFINITION')| 
(pdr.used_representation.name = 'arrangement load characteristics'))| 
NOT (SIZEOF(spc.used_representation.items) >= 1))) = 0;
      WR4:
         SIZEOF(QUERY (spc <* QUERY (pdr <* USEDIN(SELF, 
'PLANT_SPATIAL_CONFIGURATION.' + 
'PROPERTY_DEFINITION_REPRESENTATION.DEFINITION')| 
(pdr.used_representation.name = 'arrangement load characteristics'))| 
NOT (SIZEOF(QUERY (it <* spc.used_representation.items| 
('PLANT_SPATIAL_CONFIGURATION.DESCRIPTIVE_REPRESENTATION_ITEM' IN 
TYPEOF(it)) AND (it.name = 'constituent loads'))) = 1))) = 0;
   END_ENTITY;

Explicit Attributes

Entity arrangement_load 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 arrangement_load has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)property_definition

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity arrangement_load inherits from the following supertypes:
  property_definition

Subtypes

    No subtypes

Referenced By

Entity arrangement_load and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 arrangement_plant_item_connection ENTITY property_definition
 change_item SELECT property_definition
 derived_property_select SELECT property_definition
 document_item SELECT property_definition
 hvac_connector ENTITY property_definition
 hvac_plant_item_connection ENTITY property_definition
 identified_item SELECT property_definition
 id_attribute_select SELECT property_definition
 line_plant_item_connection ENTITY property_definition
 material_property ENTITY property_definition
 plant_item_connection ENTITY property_definition
 plant_item_connector ENTITY property_definition
 plant_item_route ENTITY property_definition
 product_definition_shape ENTITY property_definition
 property_definition_relationship ENTITY property_definition
 property_or_shape_select SELECT property_definition
 represented_definition SELECT property_definition
 required_material_property ENTITY property_definition
 reserved_space ENTITY property_definition
 site ENTITY property_definition
 sited_plant ENTITY property_definition


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:41:37-04:00