Application module: Signal ISO/TS 10303-1745:2006(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 ARM
   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 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
Bibliography
Index

(*
ISO TC184/SC4/WG12 N4183 - ISO/TS 10303-1745 Signal - EXPRESS MIM
Supersedes ISO TC184/SC4/WG12 N3607
*)



SCHEMA Signal_mim;

USE FROM Characteristic_mim;    -- ISO/TS 10303-1654

USE FROM product_property_definition_schema   -- ISO 10303-41
  (characterized_object,
   property_definition);

USE FROM material_property_definition_schema   -- ISO 10303-45
  (property_definition_relationship);

USE FROM group_schema   -- ISO 10303-41
  (group);

USE FROM document_schema   -- ISO 10303-41
  (document_usage_constraint);


TYPE s_external_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON external_identification_item WITH
   (composite_signal_property_relationship,
    property_definition,
    signal);
END_TYPE;

ENTITY composite_signal_property_relationship
  SUBTYPE OF (property_definition, property_definition_relationship);
WHERE
  WR1: SELF\property_definition_relationship.related_property_definition.definition :<>: SELF\property_definition_relationship.relating_property_definition.definition;
END_ENTITY;

ENTITY signal
  SUBTYPE OF (characterized_object);
END_ENTITY;

ENTITY signal_category
  SUBTYPE OF (group);
END_ENTITY;

END_SCHEMA;  -- Signal_mim


© ISO 2006 — All rights reserved