Integrated generic resource: Numerical analysis | ISO/DIS 10303-53 © ISO |
*)
SCHEMA analysis_product_relationships_schema;
REFERENCE FROM
analysis_schema
--
ISO 10303-53
(numerical_model);
REFERENCE FROM
product_analysis_schema
--
ISO 10303-53
(temporal_spatial_domain);
REFERENCE FROM
product_definition_schema
--
ISO 10303-41
(product_definition);
REFERENCE FROM
support_resource_schema
--
ISO 10303-41
(identifier,
label,
text);
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
analysis_schema ISO 10303-53 product_analysis_schema ISO 10303-53 product_definition_schema ISO 10303-41 support_resource_schema ISO 10303-41
NOTE 2 See Annex D for a graphical representation of this schema.
EXPRESS specification:
*)
ENTITY idealisation_relationship;
id : identifier;
name : label;
description : text;
idealised : product_definition;
idealisation : temporal_spatial_domain;
END_ENTITY;
(*
Attribute definitions:
id: the identifier for the idealisation_relationship.
name: the words by which the idealisation_relationship is known.
description: the text that provides further information about the idealisation_relationship.
idealised: the product_definition that is idealised.
idealisation: the temporal_spatial_domain that idealises the product_definition.
EXPRESS specification:
*)
ENTITY view_relationship;
id : identifier;
name : label;
description : text;
viewed : temporal_spatial_domain;
view : numerical_model;
END_ENTITY;
(*
Attribute definitions:
id: the identifier for the view_relationship.
name: the words by which the view_relationship is known.
description: the text that provides further information about the view_relationship.
viewed: the temporal_spatial_domain that is viewed.
view: the numerical_model that is a view of the temporal_spatial_domain.
*)
END_SCHEMA; -- analysis_product_relationships_schema
(*
© ISO 2009 — All rights reserved