AP scope  |  AP module  |  AP contents  |  AP index
Application module: System identification and version ISO/WD 10303-1484

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 definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing

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 N4421 - ISO/WD 10303-1484 System identification and version - EXPRESS ARM
*)



SCHEMA System_identification_and_version_arm;

USE FROM Alias_identification_arm;    -- ISO/TS 10303-1025

USE FROM Product_version_relationship_arm;    -- ISO/TS 10303-1020


TYPE system_and_version_identification_item = SELECT BASED_ON alias_identification_item WITH
   (System,
    System_version);
END_TYPE;

ENTITY System
  SUBTYPE OF (Product);
END_ENTITY;

ENTITY System_version
  SUBTYPE OF (Product_version);
  SELF\Product_version.of_product : System;
END_ENTITY;

ENTITY System_version_sequence
  SUBTYPE OF (Product_version_relationship);
  SELF\Product_version_relationship.relating_version RENAMED predecessor : System_version;
  SELF\Product_version_relationship.related_version RENAMED successor : System_version;
END_ENTITY;

END_SCHEMA;  -- System_identification_and_version_arm


© ISO 2003 — All rights reserved