Schema: material_property_representation_schema

Source : ISO 10303-45



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 material_property_representation
  SUBTYPE OF (property_definition_representation);
  dependent_environment : data_environment;
END_ENTITY;

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;

END_SCHEMA;  -- material_property_representation_schema