Application module: Functional usage view ISO/TS 10303-1705:2018-11(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 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definitions
   4.3 ARM entity definitions
   4.4 ARM function definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definitions
     5.2.2 MIM entity definitions

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
F Change history
Bibliography
Index

(*
ISO/TC 184/SC 4/WG 12 N7718 - ISO/TS 10303-1705 Functional usage view - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N6972
*)



SCHEMA Functional_usage_view_mim;

USE FROM Analytical_model_mim;    -- ISO/TS 10303-1603

USE FROM Network_functional_design_view_mim;    -- ISO/TS 10303-1704

USE FROM Shape_property_assignment_mim;    -- ISO/TS 10303-1032

USE FROM document_schema   -- ISO 10303-41
  (document_type);

USE FROM product_definition_schema   -- ISO 10303-41
  (product_related_product_category);

USE FROM product_property_definition_schema   -- ISO 10303-41
  (shape_aspect,
   shape_aspect_relationship);

USE FROM material_property_definition_schema   -- ISO 10303-45
  (property_definition_relationship);


TYPE fuuv_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (functional_unit_terminal_definition);
END_TYPE;

TYPE nfuv_groupable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON groupable_item WITH
   (shape_aspect);
END_TYPE;

ENTITY functional_terminal_group
  SUBTYPE OF (group);
UNIQUE
  UR1: SELF\group.name;
END_ENTITY;

ENTITY functional_unit
  SUBTYPE OF (product_definition, product_definition_shape);
DERIVE
  SELF\property_definition.definition : functional_unit := SELF;
WHERE
  WR1: SIZEOF (USEDIN (SELF, 'BASIC_ATTRIBUTE_SCHEMA.' +'NAME_ATTRIBUTE.NAMED_ITEM')) = 0;
  WR2: NOT EXISTS(SELF\property_definition.description);
END_ENTITY;

ENTITY functional_unit_terminal_definition
  SUBTYPE OF (shape_aspect);
  SELF\shape_aspect.of_shape : functional_unit;
UNIQUE
  UR1: SELF\shape_aspect.name, of_shape;
WHERE
  WR1: SELF\shape_aspect.product_definitional = FALSE;
END_ENTITY;

ENTITY make_from_functional_unit_terminal_definition_relationship
  SUBTYPE OF (shape_aspect, shape_aspect_relationship);
UNIQUE
  UR1: SELF\shape_aspect_relationship.relating_shape_aspect, SELF\shape_aspect_relationship.related_shape_aspect;
WHERE
  WR1: relating_shape_aspect.of_shape :<>: related_shape_aspect.of_shape;
  WR2: SELF\shape_aspect.product_definitional = FALSE;
END_ENTITY;

ENTITY scalar_terminal_definition_link
  SUBTYPE OF (shape_aspect, shape_aspect_relationship);
  SELF\shape_aspect_relationship.relating_shape_aspect : functional_unit_terminal_definition;
UNIQUE
  UR1: SELF\shape_aspect_relationship.related_shape_aspect, relating_shape_aspect;
WHERE
  WR1: SELF\shape_aspect_relationship.related_shape_aspect :<>: SELF\shape_aspect_relationship.relating_shape_aspect;
END_ENTITY;

END_SCHEMA;  -- Functional_usage_view_mim


© ISO 2018 — All rights reserved