Application module: Layered interconnect module with printed component design ISO/TS 10303-1700: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 subtype constraint definitions
   4.5 ARM function definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definition
     5.2.2 MIM entity definitions
     5.2.3 MIM subtype constraint 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 N8174 - ISO/TS 10303-1700 Layered interconnect module with printed component design - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N7569
*)



SCHEMA Layered_interconnect_module_with_printed_component_design_mim;

USE FROM Land_mim;    -- ISO/TS 10303-1692

USE FROM Printed_physical_layout_template_mim;    -- ISO/TS 10303-1737


TYPE limwpcd_external_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON external_identification_item WITH
   (printed_component);
END_TYPE;

ENTITY basic_multi_stratum_printed_component
  SUBTYPE OF (printed_component);
END_ENTITY;

ENTITY multi_stratum_printed_component
  SUBTYPE OF (printed_component, structured_layout_component);
END_ENTITY;

ENTITY printed_component
  ABSTRACT SUPERTYPE OF (ONEOF (single_stratum_printed_component,
                                basic_multi_stratum_printed_component,
                                multi_stratum_printed_component))
  SUBTYPE OF (assembly_component);
END_ENTITY;

ENTITY printed_connector_component
  SUBTYPE OF (printed_component);
END_ENTITY;

ENTITY routed_transmission_line
  SUBTYPE OF (assembly_component);
END_ENTITY;

ENTITY single_stratum_printed_component
  SUBTYPE OF (printed_component, structured_layout_component);
END_ENTITY;

ENTITY tiebar_printed_component
  SUBTYPE OF (printed_component, structured_layout_component);
END_ENTITY;

SUBTYPE_CONSTRAINT limwpcd_assembly_component_subtypes FOR assembly_component;
  ONEOF (physical_component,
         printed_component,
         laminate_component);
END_SUBTYPE_CONSTRAINT;

SUBTYPE_CONSTRAINT limwpcd_structured_layout_component_subtypes FOR structured_layout_component;
  ONEOF (footprint_occurrence,
         material_removal_structured_component,
         multi_stratum_printed_component,
         multi_stratum_special_symbol_component,
         padstack_occurrence,
         single_stratum_printed_component,
         single_stratum_special_symbol_component);
END_SUBTYPE_CONSTRAINT;

END_SCHEMA;  -- Layered_interconnect_module_with_printed_component_design_mim


© ISO 2018 — All rights reserved