Application module: Disposition ISO/TS 10303-1493:2010-03(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviations

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definition
   4.3 ARM entity definition
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
Bibliography
Index

(*
ISO TC184/SC4/WG12 N5851 - ISO/TS 10303-1493 Disposition - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N4565
*)



SCHEMA Disposition_arm;

USE FROM Approval_arm;    -- ISO/TS 10303-1012

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


TYPE disposition_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON identification_item WITH
   (Disposition);
END_TYPE;

ENTITY Disposition
  SUBTYPE OF (Approval);
  name : STRING;
END_ENTITY;

END_SCHEMA;  -- Disposition_arm


© ISO 2009 — All rights reserved