Overview Schemas Index

aic_mechanical_design_shaded_presentation         


ENTITY mechanical_design_shaded_presentation_area
          SUBTYPE OF (presentation_area);
WHERE
          WR1: SIZEOF (QUERY (it1 <* SELF.items |
        NOT (('AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.AXIS2_PLACEMENT'
        IN  TYPEOF  (it1))
        OR
        (('AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.MAPPED_ITEM'
        IN  TYPEOF (it1)) AND
        ('AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.PRESENTATION_VIEW'
        IN TYPEOF
        (it1\mapped_item.mapping_source.mapped_representation)))))) = 0;
          WR2: SIZEOF (QUERY (pv <* QUERY  (mi1 <* QUERY (it1 <* SELF.items |
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.MAPPED_ITEM'
        IN  TYPEOF  (it1)) |
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.PRESENTATION_VIEW'
        IN  TYPEOF
        (mi1\mapped_item.mapping_source.mapped_representation)) |
        (* search IN  all presentation_views FOR  axis2_placements and
           mapped_items AND  FOR the SUBTYPE OF mapped_item,
           camera_image_3d_with_scale; the latter shall reference
           a mechanical_design_geometric_presentation_representation;
           the SUPERTYPE mapped_item shall REFERENCE presentation_view. *)
        NOT  (SIZEOF(QUERY(it2 <* pv\mapped_item.mapping_source.
        mapped_representation\representation.items |
        NOT  (('AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.AXIS2_PLACEMENT'
        IN  TYPEOF(it2))
        OR
        (('AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.MAPPED_ITEM'
        IN  TYPEOF(it2)) AND  NOT
        ('AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' +
        'CAMERA_IMAGE_3D_WITH_SCALE' IN  TYPEOF(it2))) AND  NOT  (
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.PRESENTATION_VIEW'
        IN  TYPEOF
        (it2\mapped_item.mapping_source.mapped_representation)))
        OR
        (('AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' +
        'CAMERA_IMAGE_3D_WITH_SCALE' IN  TYPEOF(it2))
        AND NOT (
        ('AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' +
        'MECHANICAL_DESIGN_SHADED_PRESENTATION_REPRESENTATION'
        IN TYPEOF (it2\mapped_item.mapping_source.mapped_representation) ))
        ))) = 0))) = 0;
          WR3: (SIZEOF (QUERY(ps <* USEDIN  (SELF, 
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' + 
        'PRESENTATION_SIZE.UNIT') |
        NOT  ((ps.size\planar_extent.size_in_x > 0) 
        AND  (ps.size\planar_extent.size_in_y > 0)) )) = 0)
        AND
        (* check secondly FOR presentation_set, via area_in_set *)
        (SIZEOF (QUERY(pset <* QUERY(ais <* 
        USEDIN (SELF, 'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' + 
        'AREA_IN_SET.AREA') 
        | 'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' +
        'PRESENTATION_SET' IN TYPEOF (ais.in_set)) |
        (* after having collected all presentation_set, check their sizes *)
        SIZEOF (QUERY(psize <* USEDIN(pset, 
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' + 
        'PRESENTATION_SIZE.UNIT')
        | NOT ((psize.size\planar_extent.size_in_x > 0) 
        AND (psize.size\planar_extent.size_in_y > 0)) )) = 0)) = 0);
          WR4: (SIZEOF(QUERY( psize <* USEDIN  (SELF, 
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' + 
        'PRESENTATION_SIZE.UNIT') 
        | 'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' +
        'AXIS2_PLACEMENT_2D' 
        IN  TYPEOF  (psize.size.placement))) = 1)
        AND
        (* check secondly FOR presentation_set, via area_in_set *)
        (SIZEOF (QUERY(pset <* QUERY(ais <* 
        USEDIN (SELF, 'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' +
        'AREA_IN_SET.AREA')
        | 'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' +
        'PRESENTATION_SET' IN  TYPEOF  (ais.in_set)) |
        (* after having collected all presentation_set, check their 
           dimension *)
        SIZEOF (QUERY(psize <* USEDIN(pset, 
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' + 
        'PRESENTATION_SIZE.UNIT')
        | NOT ('AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.' + 
        'AXIS2_PLACEMENT_2D' 
        IN TYPEOF (psize.size.placement)) )) = 0)) = 0);
          WR5: SIZEOF (QUERY (pv <* QUERY  (mi1 <* QUERY (it1 <* SELF.items |
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.MAPPED_ITEM' 
        IN  TYPEOF  (it1)) |
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.PRESENTATION_VIEW' 
        IN  TYPEOF 
        (mi1\mapped_item.mapping_source.mapped_representation)) |
        (* search IN  all presentation_views FOR  
           mapped_items AND FOR the SUBTYPE OF mapped_item,
           camera_image_3d_with_scale; the latter shall reference
           a camera_usage that shall have AS its mapping_origin either
           camera_model_d3, camera_model_d3_with_hlhsr, or
           camera_model_with_light_sources. *)
        NOT (SIZEOF(QUERY(ci <* pv\mapped_item.mapping_source.
        mapped_representation\representation.items |
        ('AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.'+
         'CAMERA_IMAGE_3D_WITH_SCALE' IN TYPEOF(ci))
        AND
        (SIZEOF(['AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.'+
        'CAMERA_MODEL_D3',
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.'+
        'CAMERA_MODEL_D3_WITH_HLHSR',
        'AIC_MECHANICAL_DESIGN_SHADED_PRESENTATION.'+
        'CAMERA_MODEL_WITH_LIGHT_SOURCES'] * TYPEOF
        (ci\mapped_item.mapping_source.mapping_origin))
        = 1))) = 0))) = 0;
END_ENTITY; -- mechanical_design_shaded_presentation_area

Entity data types and their attributes

representation
          name: label;
          items: SET [1:?] OF representation_item;
          context_of_items: representation_context;
          (DER) id: identifier;
          (DER) description: text;
presentation_representation
          (RT) context_of_items: geometric_representation_context;
presentation_area
          -
mechanical_design_shaded_presentation_area
          -

Users: by entity attributes

representation
          action_property_representation.representation
          analysis_item_within_representation.rep
          analytical_model_port.used_representation
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  document_reference_item
                                                            c_document_reference_item
          applied_action_method_assignment.items
                    action_method_items
                              condition_action_method_items
                                        ss_condition_action_method_items
                                                  pmri_condition_action_method_items
          applied_approval_assignment.items
                    approval_item
                              device_marking_approval_item
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_props_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              ap239_props_classification_item
          applied_contract_assignment.items
                    contract_item
                              ss_contract_item
                                        pmri_contract_item
                                                  organization_item
                                                            mri_organization_item
                                                                      requirement_mri_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              tsr_date_and_time_item
          applied_date_assignment.items
                    date_item
                              pdm_date_item
                                        syss_date_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
          applied_document_reference.items
                    document_reference_item
                              egt_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              pdm_document_reference_item
                                        syss_document_reference_item
          applied_event_occurrence_assignment.items
                    event_occurrence_item
                              requirement_event_occurrence_item
                                        ds_event_occurrence_item
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        fbb_collection_membership_groupable_item
          applied_identification_assignment.items
                    identification_item
                              tsr_identification_item
          applied_location_representation_assignment.items
                    location_representation_item
          applied_organization_assignment.items
                    organization_item
                              rm_organization_item
          applied_organizational_project_assignment.items
                    project_item
                              syss_project_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              rm_person_and_organization_item
          applied_state_type_assignment.items
                    state_type_of_item
                              ss_state_type_of_item
                                        pb_state_type_of_item
                                                  prjm_state_type_of_item
                                                            prgm_state_type_of_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        document_reference_item
                                                  automotive_design_document_reference_item
          attribute_language_assignment.items
                    attribute_language_item
                              pdm_attribute_language_item
                                        syss_attribute_language_item
                                                  sysm_attribute_language_item
          chain_based_item_identified_representation_usage.leaf
          chain_based_item_identified_representation_usage.nodes
          chain_based_item_identified_representation_usage.root
          characterized_chain_based_item_within_representation.leaf
          characterized_chain_based_item_within_representation.nodes
          characterized_chain_based_item_within_representation.root
          characterized_item_within_representation.rep
          context_dependent_over_riding_styled_item.style_context
                    style_context_select
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        project_item
                                                  ss_project_item
                                                            pb_project_item
                                                                      prjm_project_item
          description_attribute.described_item
                    description_attribute_select
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          evidence.items
                    evidence_item
                              ds_evidence_item
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          id_attribute.identified_item
                    id_attribute_select
          invisibility.invisible_items
                    invisible_item
          item_identified_representation_usage.used_representation
          justification_item_group_assignment.items
                    justification_item
                              ds_justification_item
          language_assignment.items
                    language_item
          message_contents_assignment.items
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              tsr_multi_language_attribute_item
          occlusion_precedence.occlusion_context
          presentation_style_by_context.style_context
                    style_context_select
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        project_item
                                                  syss_project_item
          property_definition_representation.used_representation
          representation_map.mapped_representation
          representation_relationship.rep_1
          representation_relationship.rep_2
          requirement_assigned_object.items
                    requirement_assigned_item
                              design_pdm_requirement_assigned_item
          resource_property_representation.representation
          retention_assignment.items
                    retention_item
          risk_attitude.criticality_factor
          risk_identification_inputs.items
                    risk_perception_source_item
                              rm_risk_perception_source_item
          risk_impact_assignment.items
                    risk_impact_item
                              rm_risk_impact_item
          risk_perception_source_assignment.items
                    risk_perception_source_item
                              rm_risk_perception_source_item
          same_as_external_item_assignment.items
                    same_as_item
                              ss_same_as_item
                                        prjm_same_as_item
          satisfying_item.items
                    requirement_satisfaction_item
                              requirement_assigned_item
                                        design_pdm_requirement_assigned_item
          variable_expression.property_associated
                    property_variable_rep_select
                              property_variable_rep_select_242
          variational_current_representation_relationship.current_result
presentation_representation
          context_dependent_invisibility.presentation_context
                    invisibility_context
          presentation_layer_assignment.assigned_items
                    layered_item
          presentation_layer_usage.presentation
          presentation_representation_relationship.rep_1
          presentation_representation_relationship.rep_2
          presented_item_representation.presentation
                    presentation_representation_select
presentation_area
          applied_action_assignment.items
                    action_items
                              action_items_242
          applied_action_request_assignment.items
                    action_request_item
                              automotive_design_action_request_item
          applied_approval_assignment.items
                    approval_item
                              approval_item_242
          applied_contract_assignment.items
                    contract_item
                              ss_contract_item
                                        pmri_contract_item
                                                  organization_item
                                                            automotive_design_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              automotive_design_date_and_time_item
          applied_date_assignment.items
                    date_item
                              automotive_design_date_item
          applied_document_reference.items
                    document_reference_item
                              automotive_design_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              automotive_design_document_reference_item
          applied_effectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_event_occurrence_assignment.items
                    event_occurrence_item
                              automotive_design_event_occurrence_item
          applied_identification_assignment.items
                    identification_item
                              identification_item_242
          applied_ineffectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_organization_assignment.items
                    organization_item
                              organization_item_242
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              person_and_organization_item_242
          applied_security_classification_assignment.items
                    security_classification_item
                              automotive_design_security_classification_item
          applied_time_interval_assignment.items
                    time_interval_item
                              automotive_design_time_interval_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        document_reference_item
                                                  automotive_design_document_reference_item
          area_in_set.area
          background_colour.presentation
                    area_or_view
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  action_items_242
          draughting_model_item_association.used_representation
                    annotation_representation_select
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      document_reference_item
                                                                                automotive_design_document_reference_item
          occlusion_precedence.higher_precedence
                    hiding_or_blanking_select
          occlusion_precedence.lower_precedence
                    hiding_or_blanking_select
          presentation_size.unit
                    presentation_size_assignment_select
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      document_reference_item
                                                                                document_reference_item_242
mechanical_design_shaded_presentation_area

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

mechanical_design_shaded_presentation_area
          -

Global rules for this entity data type

          -