Overview Schemas Index

presentation_organization_schema         


ENTITY presentation_representation_relationship
          SUBTYPE OF (representation_relationship_with_transformation);
          SELF\representation_relationship.rep_1 : presentation_representation;
          SELF\representation_relationship.rep_2 : presentation_representation;
          SELF\representation_relationship_with_transformation.transformation_operator : graphical_transformation;
WHERE
          WR1: acyclic_presentation_representation_relationship (SELF,
           [SELF\representation_relationship.rep_2]);
          WR2: NOT (('PRESENTATION_ORGANIZATION_SCHEMA.PRESENTATION_AREA' IN
           TYPEOF  (SELF\representation_relationship.rep_1)) 
           AND
           NOT (SIZEOF (['PRESENTATION_ORGANIZATION_SCHEMA.' +
                         'PRODUCT_DATA_REPRESENTATION_VIEW',
                         'PRESENTATION_ORGANIZATION_SCHEMA.' +
                         'VIEW_DEPENDENT_ANNOTATION_REPRESENTATION'] *
           TYPEOF (SELF\representation_relationship.rep_2)) = 0));
          WR3: NOT (('PRESENTATION_ORGANIZATION_SCHEMA.PRESENTATION_VIEW'
           IN TYPEOF  (SELF\representation_relationship.rep_1))
           AND
           NOT (SIZEOF (['PRESENTATION_ORGANIZATION_SCHEMA.' +
                         'PRESENTATION_AREA',
                         'PRESENTATION_ORGANIZATION_SCHEMA.' +
                         'PRESENTATION_VIEW',
                         'PRESENTATION_ORGANIZATION_SCHEMA.' +
                         'AREA_DEPENDENT_ANNOTATION_REPRESENTATION'] *
                TYPEOF (SELF\representation_relationship.rep_2))=0));
          WR4: (NOT ('PRESENTATION_ORGANIZATION_SCHEMA.PRESENTATION_VIEW' IN
           TYPEOF(SELF\representation_relationship.rep_2)))
              XOR
           ('PRESENTATION_ORGANIZATION_SCHEMA.PRESENTATION_AREA'IN
           TYPEOF(SELF\representation_relationship.rep_1));
          WR5: (NOT ('PRESENTATION_ORGANIZATION_SCHEMA.' +
                 'PRODUCT_DATA_REPRESENTATION_VIEW' IN
           (TYPEOF(SELF\representation_relationship.rep_1) +
            TYPEOF(SELF\representation_relationship.rep_2))))
              XOR
           ('PRESENTATION_ORGANIZATION_SCHEMA.PRESENTATION_VIEW' IN
            TYPEOF(SELF\representation_relationship.rep_1))
              AND
           ('PRESENTATION_ORGANIZATION_SCHEMA.PRODUCT_DATA_REPRESENTATION_VIEW' IN
            TYPEOF(SELF\representation_relationship.rep_2));
END_ENTITY; -- presentation_representation_relationship

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
representation_relationship_with_transformation
          transformation_operator: transformation;
presentation_representation_relationship
          (RT) rep_1: presentation_representation;
          (RT) rep_2: presentation_representation;
          (RT) transformation_operator: graphical_transformation;

Users: by entity attributes

representation_relationship
          applied_action_assignment.items
                    action_items
                              ss_action_items
                                        pmri_action_items
                                                  os_action_items
                                                            prgm_action_items
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
                                        ds_classification_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        fbb_collection_membership_groupable_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        classification_item
                                                  requirement_classification_item
                                                            ds_classification_item
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          chain_based_item_identified_representation_usage.directed_link
          chain_based_item_identified_representation_usage.undirected_link
                    chained_representation_link
          characterized_chain_based_item_within_representation.directed_link
          characterized_chain_based_item_within_representation.undirected_link
                    chained_representation_link
          context_dependent_over_riding_styled_item.style_context
                    style_context_select
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                sbb_classification_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_242
          presentation_style_by_context.style_context
                    style_context_select
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
                                                            pmri_action_items
                                                                      os_action_items
                                                                                prgm_action_items
          shape_aspect_relationship_representation_association.representing_representation_relationship
representation_relationship_with_transformation
          applied_group_assignment.items
                    groupable_item
                              groupable_item_203e2
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
presentation_representation_relationship

Users: by defined types, not used by any entity attribute

presentation_representation_relationship
          -

Global rules for this entity data type

          drawing_sheets_not_nested (drawing_definition_schema)
          symbol_representation_rule (presentation_organization_schema)