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:
Derived Attributes
Entity arrangement_load has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity arrangement_load inherits from the following supertypes:
property_definition
Subtypes
No subtypesReferenced By
Entity arrangement_load and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:41:37-04:00