ENTITY representation

(* SCHEMA plant_spatial_configuration; *)
   ENTITY representation;
      name : label;
      items : SET [1:?] OF representation_item;
      context_of_items : representation_context;
   DERIVE
      id : identifier := get_id_value(SELF);
      description : text := get_description_value(SELF);
   WHERE
      WR1:
         SIZEOF(USEDIN(SELF, 'PLANT_SPATIAL_CONFIGURATION.' + 
'ID_ATTRIBUTE.IDENTIFIED_ITEM')) <= 1;
      WR2:
         SIZEOF(USEDIN(SELF, 'PLANT_SPATIAL_CONFIGURATION.' + 
'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1;
   END_ENTITY;

Explicit Attributes

Entity representation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation
 itemsSET OF representation_item (ENTITY)representation
 context_of_itemsrepresentation_context (ENTITY)representation

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity representation has the following subtypes:
    analysis_tracing_representation*     area_dependent_annotation_representation     character_glyph_symbol     definitional_representation*     drawing_sheet_revision     heat_tracing_representation*     hybrid_shape_representation     plant_csg_shape_representation     plant_design_csg_primitive     presentation_area     presentation_representation*     presentation_view     presentation_with_association     product_data_representation_view     shape_dimension_representation     shape_representation*     site_representation     support_constraint_representation*     symbol_representation*     text_string_representation*     view_dependent_annotation_representation
* - Immediate Subtypes

Referenced By

Entity representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_representation FUNCTION representation
 area_dependent_annotation_representation ENTITY representation
 associated_item SELECT representation
 change_item SELECT representation
 character_glyph_symbol ENTITY representation
 definitional_representation ENTITY representation
 degenerate_pcurve ENTITY representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 document_item SELECT representation
 drawing_sheet_revision ENTITY representation
 hybrid_shape_representation ENTITY representation
 id_attribute_select SELECT representation
 invisible_item SELECT representation
 item_identified_representation_usage ENTITY representation
 pcurve ENTITY representation
 plant_design_csg_primitive ENTITY representation
 plant_spatial_configuration_organization_item SELECT representation
 plant_spatial_configuration_person_item SELECT representation
 presentation_representation ENTITY representation
 presentation_size ENTITY representation
 presentation_with_association ENTITY representation
 product_data_representation_view ENTITY representation
 property_definition_representation ENTITY representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 shape_dimension_representation ENTITY representation
 style_context_select SELECT representation
 text_string_representation ENTITY representation
 using_representations FUNCTION representation
 view_dependent_annotation_representation ENTITY representation


[Top Level Definitions] [Exit]

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