Application module: Characterized representation ISO/TS 10303-1805:2014-02(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
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM entity definition

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

(*
ISO TC184/SC4/WG12 N7886 - ISO/TS 10303-1805 Characterized representation - EXPRESS MIM
Supersedes ISO TC184/SC4/WG12 N7323
*)



SCHEMA Characterized_representation_mim;

USE FROM Characterizable_object_mim;    -- ISO/TS 10303-1765

USE FROM Elemental_geometric_shape_mim;    -- ISO/TS 10303-1004

USE FROM Foundation_representation_mim;    -- ISO/TS 10303-1006

USE FROM Property_assignment_mim;    -- ISO/TS 10303-1030

USE FROM product_property_representation_schema   -- ISO 10303-41
  (characterized_item_within_representation,
   characterized_chain_based_item_within_representation);


ENTITY characterized_representation
  SUBTYPE OF (representation, characterized_object);
DERIVE
  SELF\characterized_object.name : label := SELF\representation.name;
  SELF\characterized_object.description : text := SELF\representation.description;
END_ENTITY;

END_SCHEMA;  -- Characterized_representation_mim


© ISO 2014 — All rights reserved