ENTITY representation

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
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, 
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.ID_ATTRIBUTE.IDENTIFIED_ITEM'
    )) <= 1;
  wr2 : SIZEOF(USEDIN(SELF, 
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.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:
    draughting_model*     draughting_subfigure_representation     draughting_symbol_representation     drawing_sheet_revision     drawing_sheet_revision_class_of_document     explicit_schematic_element_definition     geometrically_bounded_2d_wireframe_representation     implicit_schematic_element_definition     intra_page_connector     off_page_connector     on_page_connector     page_connector     presentation_area     presentation_representation*     presentation_view     schematic_drawing     schematic_element     schematic_element_definition     schematic_element_occurrence     shape_representation*     symbol_representation*
* - Immediate Subtypes

Referenced By

Entity representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_property_representation ENTITY representation
 acyclic_mapped_item_usage FUNCTION representation
 acyclic_mapped_representation FUNCTION representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 draughting_model ENTITY representation
 draughting_subfigure_representation ENTITY representation
 draughting_symbol_representation ENTITY representation
 drawing_sheet_revision ENTITY representation
 id_attribute_select SELECT representation
 invisible_item SELECT representation
 presentation_representation ENTITY representation
 presentation_size ENTITY representation
 property_definition_representation ENTITY representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 style_context_select SELECT representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

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