ENTITY representation

(* SCHEMA representation_schema; *)
  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, 'BASIC_ATTRIBUTE_SCHEMA.' +
                                 'ID_ATTRIBUTE.IDENTIFIED_ITEM'))
         <= 1;
      WR2: SIZEOF (USEDIN (SELF, 'BASIC_ATTRIBUTE_SCHEMA.' +
                                 '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:
    advanced_brep_shape_representation     area_dependent_annotation_representation     axisymmetric_curve_2d_element_representation     axisymmetric_surface_2d_element_representation     axisymmetric_volume_2d_element_representation     character_glyph_symbol     character_glyph_symbol_outline     character_glyph_symbol_stroke     csg_shape_representation     curve_3d_element_representation     curve_swept_solid_shape_representation     definitional_representation*     direction_shape_representation     directionally_explicit_element_representation     draughting_model*     draughting_subfigure_representation     draughting_symbol_representation     drawing_sheet_revision     dummy_node     edge_based_wireframe_shape_representation     element_representation*     elementary_brep_shape_representation     explicit_element_representation     face_shape_representation     faceted_brep_shape_representation     fea_model*     fea_model_2d     fea_model_3d     founded_kinematic_path*     geometric_node     geometrically_bounded_2d_wireframe_representation     geometrically_bounded_surface_shape_representation     geometrically_bounded_wireframe_shape_representation     kinematic_frame_background_representation*     kinematic_ground_representation*     kinematic_link_representation*     location_shape_representation     manifold_subsurface_shape_representation     manifold_surface_shape_representation     mechanical_design_geometric_presentation_area     mechanical_design_geometric_presentation_representation*     mechanical_design_shaded_presentation_area     mechanical_design_shaded_presentation_representation*     node     node_representation*     node_with_solution_coordinate_system     node_with_vector     non_manifold_surface_shape_representation     path_shape_representation     planar_shape_representation     plane_curve_2d_element_representation     plane_surface_2d_element_representation     plane_volume_2d_element_representation     point_element_representation     presentation_area     presentation_representation*     presentation_view     procedural_representation*     procedural_shape_representation     product_data_representation_view     representative_shape_representation     shape_dimension_representation     shape_representation*     shape_representation_with_parameters     shell_based_wireframe_shape_representation     statistical_distribution_for_tolerance*     substructure_element_representation     surface_3d_element_representation     symbol_representation*     symbol_representation_with_blanking_box     table_record_field_representation     table_record_field_representation_with_clipping_box     table_record_representation     table_representation     text_string_representation*     uncertainty_assigned_representation*     view_dependent_annotation_representation     volume_3d_element_representation
* - Immediate Subtypes

Referenced By

Entity representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_item_usage FUNCTION representation
 acyclic_mapped_representation FUNCTION representation
 acyclic_representation_relationship FUNCTION representation
 area_dependent_annotation_representation ENTITY representation
 axisymmetric_curve_2d_element_representation ENTITY representation
 axisymmetric_surface_2d_element_representation ENTITY representation
 axisymmetric_volume_2d_element_representation ENTITY representation
 character_glyph_symbol ENTITY representation
 character_glyph_symbol_outline ENTITY representation
 character_glyph_symbol_stroke ENTITY representation
 check_associative_shape_aspects FUNCTION representation
 convert_plane_angle_for_pair_from_radian FUNCTION representation
 coordinated_pair_link_representation FUNCTION representation
 curve_3d_element_representation ENTITY representation
 definitional_representation ENTITY representation
 degenerate_pcurve ENTITY representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 directionally_explicit_element_representation ENTITY representation
 direction_node ENTITY representation
 draughting_model ENTITY representation
 draughting_subfigure_representation ENTITY representation
 draughting_symbol_representation ENTITY representation
 drawing_sheet_revision ENTITY representation
 explicit_element_representation ENTITY representation
 fea_model ENTITY representation
 fea_model_2d ENTITY representation
 fea_model_3d ENTITY representation
 founded_kinematic_path ENTITY representation
 gbsf_check_curve FUNCTION representation
 gbsf_check_point FUNCTION representation
 geometric_node ENTITY representation
 id_attribute_select SELECT representation
 invisible_item SELECT representation
 item_identified_representation_usage ENTITY representation
 kinematic_frame_background_representation ENTITY representation
 kinematic_ground_representation ENTITY representation
 kinematic_link_representation ENTITY representation
 kinematic_link_representation_association ENTITY representation
 mechanical_design_geometric_presentation_area ENTITY representation
 motion_link_relationship ENTITY representation
 msf_curve_check FUNCTION representation
 nmsf_curve_check FUNCTION representation
 node ENTITY representation
 node_representation ENTITY representation
 node_set ENTITY representation
 node_with_solution_coordinate_system ENTITY representation
 node_with_vector ENTITY representation
 pcurve ENTITY representation
 plane_angle_for_pair_in_radian FUNCTION representation
 plane_curve_2d_element_representation ENTITY representation
 plane_surface_2d_element_representation ENTITY representation
 plane_volume_2d_element_representation ENTITY representation
 point_element_representation ENTITY representation
 presentation_representation ENTITY representation
 presentation_size ENTITY representation
 procedural_representation ENTITY representation
 procedural_shape_representation ENTITY representation
 product_data_representation_view ENTITY representation
 property_definition_representation ENTITY representation
 representations_mapped_into FUNCTION representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 shape_dimension_representation ENTITY representation
 statistical_distribution_for_tolerance ENTITY representation
 style_context_select SELECT representation
 substructure_element_representation ENTITY representation
 surface_3d_element_representation ENTITY representation
 symbol_representation_with_blanking_box ENTITY representation
 table_record_field_representation_with_clipping_box ENTITY representation
 text_string_representation ENTITY representation
 using_representations FUNCTION representation
 using_representation_with_mapping FUNCTION representation
 view_dependent_annotation_representation ENTITY representation
 volume_3d_element_representation ENTITY representation
 occlusion_precedence ENTITY representation
 action_property_representation ENTITY representation
 resource_property_representation ENTITY representation
 analysis_item_within_representation ENTITY representation


[Top Level Definitions] [Exit]

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