Application module: Product view definition reference ISO/TS 10303-1823:2018-11(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms

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 definition

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
F Change history
Bibliography
Index

(*
ISO/TC 184/SC 4/WG 12 N7768 - ISO/TS 10303-1823 Product view definition reference - EXPRESS ARM
*)



SCHEMA Product_view_definition_reference_arm;

USE FROM Support_resource_arm;    -- ISO/TS 10303-1800

USE FROM External_item_identification_assignment_arm;    -- ISO/TS 10303-1128

USE FROM Product_view_definition_arm;    -- ISO/TS 10303-1019


TYPE pie_external_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON external_identification_item WITH
   (Generic_product_view_definition_reference);
END_TYPE;

ENTITY Generic_product_view_definition_reference
  ABSTRACT SUPERTYPE OF (ONEOF (Product_view_definition_reference,
                                Product_view_definition_reference_with_local_representation));
  source : External_source_identification;
END_ENTITY;

ENTITY Product_view_definition_reference
  SUBTYPE OF (Generic_product_view_definition_reference);
  product_id : identifier;
  product_definition_formation_id : identifier;
  product_definition_id : identifier;
  id_owning_organization_name : OPTIONAL label;
END_ENTITY;

ENTITY Product_view_definition_reference_with_local_representation
  SUBTYPE OF (Generic_product_view_definition_reference, Product_view_definition);
END_ENTITY;

END_SCHEMA;  -- Product_view_definition_reference_arm


© ISO 2018 — All rights reserved