Application module: File identification ISO/TS 10303-1127:2019(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 type definitions
     5.2.2 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
F Change history
Bibliography
Index

(*
ISO/TC 184/SC 4/WG 12 N10544 - ISO/TS 10303-1127 File identification - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N7112
*)



SCHEMA File_identification_mim;

USE FROM Activity_mim;    -- ISO/TS 10303-1047

USE FROM document_schema   -- ISO 10303-41
  (document,
   document_type,
   document_representation_type);

USE FROM External_item_identification_assignment_mim;    -- ISO/TS 10303-1128

USE FROM Identification_assignment_mim;    -- ISO/TS 10303-1021

USE FROM product_property_definition_schema   -- ISO 10303-41
  (characterized_object);


TYPE fi_action_items = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON action_items WITH
   (document_type);
END_TYPE;

TYPE file_identification_item = SELECT BASED_ON identification_item WITH
   (document_file);
END_TYPE;

TYPE file_location_select = SELECT BASED_ON external_identification_item WITH
   (document_file);
END_TYPE;

ENTITY document_file
  SUBTYPE OF (document, characterized_object);
WHERE
  WR1: SELF\characterized_object.name = '';
  WR2: NOT EXISTS(SELF\characterized_object.description);
  WR3: SIZEOF(QUERY(drt <* SELF\document.representation_types | drt.name IN ['digital', 'physical'])) = 1;
END_ENTITY;

END_SCHEMA;  -- File_identification_mim


© ISO 2019 — All rights reserved