Schema: fea_definition_relationships_schema

Source : ISO 10303-107



SCHEMA fea_definition_relationships_schema;

REFERENCE FROM product_property_definition_schema   -- ISO 10303-41
  (general_property,
   property_definition);

REFERENCE FROM structural_response_representation_schema   -- ISO 10303-104
  (analysis_item_within_representation,
   consistent_element_reference,
   curve_element_section_definition,
   element_aspect,
   element_representation,
   fea_model,
   node_representation,
   surface_section,
   surface_section_field);

REFERENCE FROM support_resource_schema   -- ISO 10303-41
  (identifier,
   label,
   text);

REFERENCE FROM topology_schema;    -- ISO 10303-42


ENTITY element_topological_relationship;
  aspect : element_aspect;
  element_ref : element_representation;
  item : analysis_item_within_representation;
WHERE
  WR1: 'TOPOLOGY_SCHEMA.TOPOLOGICAL_REPRESENTATION_ITEM' IN TYPEOF (item.item);
  WR2: consistent_topological_reference (aspect, item.item);
  WR3: consistent_element_reference (aspect, element_ref);
END_ENTITY;

ENTITY fea_beam_section_idealisation_relationship;
  id : identifier;
  name : label;
  description : OPTIONAL text;
  idealised : general_property;
  idealising : curve_element_section_definition;
END_ENTITY;

ENTITY fea_model_topological_relationship;
  item : analysis_item_within_representation;
  model_ref : fea_model;
WHERE
  WR1: 'TOPOLOGICAL_DEFINITION_AND_MESH_SCHEMA.MESH' IN TYPEOF (item.item);
END_ENTITY;

ENTITY fea_shell_section_distribution_idealisation_relationship;
  id : identifier;
  name : label;
  description : OPTIONAL text;
  idealised : property_definition;
  idealising : surface_section_field;
END_ENTITY;

ENTITY fea_shell_section_idealisation_relationship;
  id : identifier;
  name : label;
  description : OPTIONAL text;
  idealised : general_property;
  idealising : surface_section;
END_ENTITY;

ENTITY node_topological_relationship;
  item : analysis_item_within_representation;
  node_ref : node_representation;
WHERE
  WR1: 'TOPOLOGY_SCHEMA.VERTEX' IN TYPEOF (item.item);
END_ENTITY;

END_SCHEMA;  -- fea_definition_relationships_schema