Integrated generic resource: Material and other engineering properties | ISO 10303-45:2008(E) © ISO |
(*
ISO TC184/SC4/WG12 N5100 - 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
support_resource_schema -- ISO 10303-41
(label,
text);
ENTITY data_environment;
name : label;
description : text;
elements : SET[1:?] OF property_definition_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_property_representation
SUBTYPE OF (property_definition_representation);
dependent_environment : data_environment;
END_ENTITY;
END_SCHEMA; -- material_property_representation_schema
© ISO 2008 — All rights reserved