AP scope  |  AP module  |  AP contents  |  AP index
Application module: Product group ISO/TS 10303-1278:2004(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 type definitions
   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 N3112 - ISO/TS 10303-1278 Product group - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N2342
*)



SCHEMA Product_group_arm;

USE FROM Classification_assignment_arm;    -- ISO/TS 10303-1114

USE FROM Effectivity_application_arm;    -- ISO/TS 10303-1059

USE FROM Product_as_individual_arm;    -- ISO/TS 10303-1164

USE FROM Product_concept_identification_arm;    -- ISO/TS 10303-1060

USE FROM Product_identification_arm;    -- ISO/TS 10303-1017

USE FROM Product_version_arm;    -- ISO/TS 10303-1018

USE FROM Property_assignment_arm;    -- ISO/TS 10303-1030


TYPE product_group_classification_item = SELECT BASED_ON classification_item WITH
   (Product_group,
    Product_group_relationship);
END_TYPE;

TYPE product_group_effectivity_item = SELECT BASED_ON effectivity_item WITH
   (Product_group,
    Product_group_membership,
    Product_group_relationship);
END_TYPE;

TYPE product_group_property_assignment_select = EXTENSIBLE SELECT BASED_ON property_assignment_select WITH
   (Product_group_membership);
END_TYPE;

TYPE product_select = EXTENSIBLE SELECT
   (Product,
    Product_as_individual,
    Product_concept,
    Product_group,
    Product_version);
END_TYPE;

ENTITY Product_group;
  id : STRING;
  description : OPTIONAL STRING;
  purpose : STRING;
  membership_rule : OPTIONAL STRING;
  product_group_context : OPTIONAL STRING;
END_ENTITY;

ENTITY Product_group_membership;
  member : product_select;
  of_group : Product_group;
END_ENTITY;

ENTITY Product_group_relationship;
  description : OPTIONAL STRING;
  relating : Product_group;
  related : Product_group;
  role : OPTIONAL STRING;
END_ENTITY;

END_SCHEMA;  -- Product_group_arm


© ISO 2004 — All rights reserved