Integrated generic resource: Material and other engineering properties ISO 10303-45:2019(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms

4 Material property definition
   4.1 General
   4.2 Fundamental concepts and assumptions
   4.3 Material property definition type definitions
   4.4 Material property definition entity definitions
   4.5 Material property definition function definitions
5 Material property representation
   5.1 General
   5.2 Fundamental concepts and assumptions
   5.3 Material property representation type definition
   5.4 Material property representation entity definitions
6 Qualified measure
   6.1 General
   6.2 Fundamental concepts and assumptions
   6.3 Qualified measure type definitions
   6.4 Qualified measure entity definitions

A Short names of entities
B Information object registration
C Computer interpretable listings
D EXPRESS-G diagrams
E Technical discussion
F Change history
Bibliography
Index

(*
ISO/TC 184/SC 4/WG 12 N9317 - ISO 10303-45 Material and other engineering properties - EXPRESS
*)



SCHEMA material_property_representation_schema;

REFERENCE FROM product_property_representation_schema   -- ISO 10303-41
  (property_definition_representation);

REFERENCE FROM shape_dimension_schema   -- ISO 10303-47
  (dimensional_characteristic_representation);

REFERENCE FROM process_property_representation_schema   -- ISO 10303-49
  (action_property_representation,
   resource_property_representation);

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


TYPE characterized_property_representation = SELECT
   (action_property_representation,
    dimensional_characteristic_representation,
    property_definition_representation,
    resource_property_representation);
END_TYPE;

ENTITY data_environment;
  name : label;
  description : text;
  elements : SET[1:?] OF characterized_property_representation;
END_ENTITY;

ENTITY data_environment_relationship;
  name : label;
  description : text;
  relating_data_environment : data_environment;
  related_data_environment : data_environment;
END_ENTITY;

ENTITY material_dimensional_characteristic_representation
  SUBTYPE OF (dimensional_characteristic_representation);
  dependent_environment : data_environment;
END_ENTITY;

ENTITY material_property_representation
  SUBTYPE OF (property_definition_representation);
  dependent_environment : data_environment;
END_ENTITY;

END_SCHEMA;  -- material_property_representation_schema


© ISO 2019 — All rights reserved