ENTITY schematic_element

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
ENTITY schematic_element
ABSTRACT SUPERTYPE OF (ONEOF (schematic_element_definition, 
schematic_element_occurrence))
SUBTYPE OF (class, draughting_model, presentation_representation);
WHERE
  valid_mapping : SIZEOF(QUERY(it <* SELF.items | (
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.MAPPED_ITEM' IN TYPEOF
    (it)) AND (
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.DRAUGHTING_MODEL' IN 
    TYPEOF(it\mapped_item.mapping_source.mapped_representation)) AND NOT (
    SIZEOF(['FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.' + 
    'DERIVATION_OF_SCHEMATIC_ELEMENT_DEFINITION', 
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.' + 
    'USAGE_OF_SCHEMATIC_ELEMENT_OCCURRENCE', 
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.' + 
    'DEFINITION_OF_SCHEMATIC_ELEMENT_OCCURRENCE'] * TYPEOF(it)) = 1))) = 0;
END_ENTITY;

Explicit Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

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

Subtypes

Entity schematic_element has the following subtypes:
    explicit_schematic_element_definition
    implicit_schematic_element_definition
    intra_page_connector
    off_page_connector
    on_page_connector
    page_connector
    schematic_drawing
    schematic_element_definition*
    schematic_element_occurrence*
* - Immediate Subtypes

Referenced By

Entity schematic_element 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 representation
 id_attribute_select SELECT group
 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
 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