Application module: Layout macro definition ISO/TS 10303-1701: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 ARM
   4.2 ARM entity definitions
   4.3 ARM subtype constraint 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
F Change history
Bibliography
Index

(*
ISO/TC 184/SC 4/WG 12 N9446 - ISO/TS 10303-1701 Layout macro definition - EXPRESS ARM
Supersedes ISO/TC 184/SC 4/WG 12 N7735
*)



SCHEMA Layout_macro_definition_arm;

USE FROM Fabrication_joint_arm;    -- ISO/TS 10303-1668


ENTITY Layout_macro_component
  SUBTYPE OF (Printed_component);
  design_definition : Layout_macro_definition;
  SELF\Printed_component.derived_from : Layout_macro_floor_plan_template;
END_ENTITY;

ENTITY Layout_macro_definition
  SUBTYPE OF (Layered_interconnect_module_design_view);
  floor_layout_view : Layout_macro_floor_plan_template;
WHERE
  WR1: NOT (EXISTS(SELF\Part_design_view.usage_view));
  WR2: SIZEOF(USEDIN(SELF, 'PRODUCT_OCCURRENCE_ARM.DEFINITION_BASED_PRODUCT_OCCURRENCE.DERIVED_FROM')) = 0;
END_ENTITY;

ENTITY Layout_macro_definition_terminal_to_usage_terminal_assignment;
  defined_template_feature : Printed_part_template_terminal;
  assigned_design_object : fabricated_feature_select;
WHERE
  WR1: SIZEOF(USEDIN(SELF, 'LAYOUT_MACRO_DEFINITION_ARM.LAYOUT_MACRO_FLOOR_PLAN_TEMPLATE.ACCESS_MAPS')) = 1;
END_ENTITY;

ENTITY Layout_macro_floor_plan_template
  SUBTYPE OF (Printed_part_template);
  access_maps : SET[1:?] OF Layout_macro_definition_terminal_to_usage_terminal_assignment;
INVERSE
  macro_definition : SET[0:1] OF Layout_macro_definition FOR floor_layout_view;
WHERE
  WR1: SIZEOF(TYPEOF(SELF) - TYPEOF(SELF\Layout_macro_floor_plan_template || SELF\Printed_part_template || SELF\Template_definition || SELF\Part_view_definition || SELF\Product_view_definition)) = 0;
END_ENTITY;

SUBTYPE_CONSTRAINT printed_component_subtypes FOR Printed_component;
  ONEOF (Layout_macro_component,
         Printed_connector_component);
END_SUBTYPE_CONSTRAINT;

SUBTYPE_CONSTRAINT printed_part_template_subtypes FOR Printed_part_template;
  ONEOF (Basic_multi_stratum_printed_part_template,
         Layout_macro_floor_plan_template,
         Printed_connector_template,
         Structured_printed_part_template);
END_SUBTYPE_CONSTRAINT;

END_SCHEMA;  -- Layout_macro_definition_arm


© ISO 2018 — All rights reserved