Application module: Physical connectivity definition ISO/TS 10303-1755: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 definitions
   4.3 ARM entity definitions
   4.4 ARM function 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
F Change history
Bibliography
Index

(*
ISO/TC 184/SC 4/WG 12 N9520 - ISO/TS 10303-1755 Physical connectivity definition - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N8195
*)



SCHEMA Physical_connectivity_definition_mim;

USE FROM Part_external_reference_mim;    -- ISO/TS 10303-1711

USE FROM Physical_component_feature_mim;    -- ISO/TS 10303-1721

USE FROM Physical_connectivity_layout_topology_requirement_mim;    -- ISO/TS 10303-1826

USE FROM Physical_unit_design_view_mim;    -- ISO/TS 10303-1728

USE FROM Requirement_decomposition_mim;    -- ISO/TS 10303-1740


TYPE pcd_document_reference_item = SELECT BASED_ON document_reference_item WITH
   (physical_connectivity_definition,
    physical_connectivity_element);
END_TYPE;

TYPE pcd_groupable_item = SELECT BASED_ON groupable_item WITH
   (physical_connectivity_definition);
END_TYPE;

TYPE pcd_requirement_assigned_item = SELECT BASED_ON requirement_assigned_item WITH
   (shape_aspect_relationship,
    physical_connectivity_definition);
END_TYPE;

ENTITY make_from_connectivity_relationship
  SUBTYPE OF (shape_aspect_relationship);
  SELF\shape_aspect_relationship.relating_shape_aspect : physical_connectivity_definition;
  SELF\shape_aspect_relationship.related_shape_aspect : physical_connectivity_definition;
END_ENTITY;

ENTITY physical_connectivity_definition
  SUBTYPE OF (shape_aspect);
UNIQUE
  UR1: SELF\shape_aspect.name, SELF\shape_aspect.of_shape;
END_ENTITY;

ENTITY physical_connectivity_definition_domain
  SUBTYPE OF (property_definition);
END_ENTITY;

ENTITY physical_connectivity_element
  SUBTYPE OF (shape_aspect_relationship, shape_aspect);
END_ENTITY;

ENTITY physical_connectivity_layout_topology_requirement_assignment
  SUBTYPE OF (requirement_assignment);
END_ENTITY;

ENTITY physical_unit_network_definition
  SUBTYPE OF (physical_unit);
END_ENTITY;

END_SCHEMA;  -- Physical_connectivity_definition_mim


© ISO 2018 — All rights reserved