ENTITY schematic_element_occurrence

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
ENTITY schematic_element_occurrence
SUBTYPE OF (schematic_element);
INVERSE
  usage_in_map : SET [1:?] OF representation_map FOR mapped_representation;
WHERE
  no_styled_item : SIZEOF(QUERY(it <* SELF.items | 
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.STYLED_ITEM' IN TYPEOF
    (it))) = 0;
END_ENTITY;

Explicit Attributes

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

Derived Attributes

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

Inverse Attributes

Entity schematic_element_occurrence has the following local and inherited inverse attributes:
AttributeTypeDefined By
 usage_in_mapSET OF representation_map (ENTITY)schematic_element_occurrence

Supertypes

Entity schematic_element_occurrence inherits from the following supertypes:
  group
    class
      schematic_element
  representation
    draughting_model
  representation
    presentation_representation

Subtypes

    No subtypes

Referenced By

Entity schematic_element_occurrence and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_items SELECT schematic_element
 action_property_representation ENTITY representation
 acyclic_mapped_item_usage FUNCTION representation
 acyclic_mapped_representation FUNCTION representation
 classification ENTITY class
 classification_assignment ENTITY group
 complement ENTITY class
 complete_membership ENTITY class
 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
 external_identification_item SELECT schematic_element
 identical_sets FUNCTION class
 identical_to_one_of_set_of_sets FUNCTION class
 id_attribute_select SELECT group
 id_attribute_select SELECT representation
 intersection ENTITY class
 invisibility_context SELECT presentation_representation
 invisible_item SELECT representation
 power_set ENTITY class
 presentation_representation ENTITY representation
 presentation_representation_select SELECT presentation_representation
 presentation_size ENTITY representation
 property_definition_representation ENTITY representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 same_membership ENTITY class
 schematic_element ENTITY schematic_element_occurrence
 style_context_select SELECT representation
 style_context_select SELECT group
 subset ENTITY class
 symbolization_by_schematic_element ENTITY schematic_element
 symbolized_class_select SELECT schematic_element
 symbolized_item_select SELECT schematic_element
 union ENTITY class
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

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