| Application module: Land | ISO/TS 10303-1692:2018-11(E) © ISO | 
         (*
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