AP scope  |  AP module  |  AP contents  |  AP index
Application module: State based behaviour representation ISO/WD 10303-1471

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
     5.2.1 MIM type definitions
     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
Bibliography
Index

(*
ISO TC184/SC4/WG12 N4405 - ISO/WD 10303-1471 State based behaviour representation - EXPRESS MIM
*)



SCHEMA State_based_behaviour_representation_mim;

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

USE FROM Foundation_state_definition_mim;    -- ISO/WD 10303-1469

USE FROM Group_mim;    -- ISO/TS 10303-1113

USE FROM representation_schema   -- ISO 10303-43
  (representation,
   representation_context,
   representation_item);

USE FROM state_type_schema   -- ISO 10303-56
  (state_type,
   state_type_relationship);


TYPE state_based_behaviour_element_groupable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON groupable_item WITH
   (state_type,
    state_type_relationship);
END_TYPE;

TYPE state_based_behaviour_representation_item_groupable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON groupable_item WITH
   (state_based_behaviour_representation_item);
END_TYPE;

ENTITY state_based_behaviour_model
  SUBTYPE OF (representation);
  SELF\representation.context_of_items : state_based_behaviour_representation_context;
  SELF\representation.items : state_based_behaviour_representation_item;
END_ENTITY;

ENTITY state_based_behaviour_representation_context
  SUBTYPE OF (representation_context);
END_ENTITY;

ENTITY state_based_behaviour_representation_item
  SUBTYPE OF (representation_item);
END_ENTITY;

END_SCHEMA;  -- State_based_behaviour_representation_mim


© ISO 2006 — All rights reserved