Application module: Drawing definition ISO/TS 10303-1309: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 subtype constraint definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definition
     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 N9591 - ISO/TS 10303-1309 Drawing definition - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N8000
*)



SCHEMA Drawing_definition_mim;

USE FROM Draughting_annotation_mim;    -- ISO/TS 10303-1206

USE FROM Presentation_hierarchy_mim;    -- ISO/TS 10303-1330

USE FROM drawing_definition_schema;    -- ISO 10303-101

USE FROM presentation_organization_schema   -- ISO 10303-46
  (camera_image_2d_with_scale);

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

USE FROM management_resources_schema   -- ISO 10303-41
  (document_reference);


TYPE specified_item = SELECT
   (drawing_revision);
END_TYPE;

ENTITY draughting_specification_reference
  SUBTYPE OF (document_reference);
  specified_items : SET[1:?] OF specified_item;
WHERE
  WR1: (SELF.assigned_document.kind.product_data_type = 'draughting specification');
END_ENTITY;

ENTITY drawing_sheet_layout
  SUBTYPE OF (draughting_symbol_representation);
END_ENTITY;

END_SCHEMA;  -- Drawing_definition_mim


© ISO 2018 — All rights reserved