Application module: Function based behaviour representation ISO/TS 10303-1492: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 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 N5872 - ISO/TS 10303-1492 Function based behaviour representation - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N4586
*)



SCHEMA Function_based_behaviour_representation_arm;

USE FROM Extended_task_element_arm;    -- ISO/TS 10303-1479

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


ENTITY Function_based_behaviour_model
  SUBTYPE OF (Representation);
  SELF\Representation.context_of_items : Function_based_behaviour_representation_context;
  SELF\Representation.items : SET[1:?] OF Function_based_behaviour_representation_item;
END_ENTITY;

ENTITY Function_based_behaviour_representation_context
  SUBTYPE OF (Representation_context);
END_ENTITY;

ENTITY Function_based_behaviour_representation_item
  SUBTYPE OF (Representation_item);
  item : Task_element;
END_ENTITY;

END_SCHEMA;  -- Function_based_behaviour_representation_arm


© ISO 2009 — All rights reserved