Application module: Independent property definition ISO/TS 10303-1099:2005(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
     5.2.1 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 N2781 - ISO/TS 10303-1099 Independent property definition - EXPRESS MIM
Supersedes ISO TC184/SC4/WG12 N2049
*)



SCHEMA Independent_property_definition_mim;

USE FROM Class_mim;    -- ISO/TS 10303-1070

USE FROM Independent_property_mim;    -- ISO/TS 10303-1036

USE FROM Property_space_mim;    -- ISO/TS 10303-1080

USE FROM external_reference_schema   -- ISO 10303-41
  (externally_defined_item,
   external_source);


ENTITY physical_quantity_instance
  SUBTYPE OF (general_property, class);
END_ENTITY;

ENTITY physical_quantity_symmetry
  SUBTYPE OF (general_property, class);
END_ENTITY;

ENTITY physical_quantity_symmetry_by_library_reference
  SUBTYPE OF (physical_quantity_symmetry, externally_defined_item);
END_ENTITY;

ENTITY space_for_physical_quantity
  SUBTYPE OF (general_property_relationship);
  SELF\general_property_relationship.relating_property : physical_quantity_space;
  SELF\general_property_relationship.related_property : physical_quantity_instance;
END_ENTITY;

ENTITY standard_physical_quantity_symmetry
  SUBTYPE OF (physical_quantity_symmetry_by_library_reference);
WHERE
  valid_standard_class: (SELF\physical_quantity_symmetry_by_library_reference\externally_defined_item.source.source_id = 'ISO-TS-10303-1099') AND (SELF\physical_quantity_symmetry_by_library_reference\externally_defined_item.item_id IN ['PS001', 'PS002', 'PS003', 'PS004', 'PS005', 'PS006', 'PS007', 'PS008', 'PS009', 'PS010', 'PS011', 'PS012', 'PS013']);
END_ENTITY;

ENTITY symmetry_for_physical_quantity
  SUBTYPE OF (general_property_relationship);
  SELF\general_property_relationship.relating_property : physical_quantity_symmetry;
  SELF\general_property_relationship.related_property : physical_quantity_instance;
END_ENTITY;

END_SCHEMA;  -- Independent_property_definition_mim


© ISO 2005 — All rights reserved