Application module: Land ISO/TS 10303-1692: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 entity definitions
   4.3 ARM subtype constraint definitions
   4.4 ARM function definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM entity definitions
     5.2.2 MIM subtype constraint 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 N8236 - ISO/TS 10303-1692 Land - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N6981
*)



SCHEMA Land_mim;

USE FROM Layered_interconnect_module_design_mim;    -- ISO/TS 10303-1698


ENTITY contact_size_dependent_land
  SUBTYPE OF (land);
END_ENTITY;

ENTITY dependent_electrical_isolation_removal_component
  SUBTYPE OF (electrical_isolation_laminate_component);
END_ENTITY;

ENTITY dependent_thermal_isolation_removal_component
  SUBTYPE OF (thermal_isolation_removal_component);
END_ENTITY;

ENTITY inter_stratum_feature_dependent_land
  ABSTRACT SUPERTYPE OF (ONEOF (plated_passage_dependent_land,
                                unsupported_passage_dependent_land))
  SUBTYPE OF (land);
END_ENTITY;

ENTITY land
  SUPERTYPE OF (ONEOF (contact_size_dependent_land,
                       inter_stratum_feature_dependent_land))
  SUBTYPE OF (stratum_feature_template_component);
END_ENTITY;

ENTITY land_with_join_terminal
  SUBTYPE OF (land, laminate_component_join_terminal);
DERIVE
  SELF\shape_aspect.of_shape : land_with_join_terminal := SELF;
END_ENTITY;

ENTITY plated_passage_dependent_land
  SUBTYPE OF (inter_stratum_feature_dependent_land);
END_ENTITY;

ENTITY thermal_isolation_removal_component
  SUBTYPE OF (material_removal_structured_component);
END_ENTITY;

ENTITY unsupported_passage_dependent_land
  SUBTYPE OF (inter_stratum_feature_dependent_land);
END_ENTITY;

SUBTYPE_CONSTRAINT stratum_feature_template_component_subtypes FOR stratum_feature_template_component;
  ONEOF (area_component,
         conductive_interconnect_element,
         land);
END_SUBTYPE_CONSTRAINT;

END_SCHEMA;  -- Land_mim


© ISO 2018 — All rights reserved