Application module: Footprint definition ISO/TS 10303-1646:2019(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

5.2 MIM EXPRESS short listing

This clause specifies the EXPRESS schema derived from the mapping table. It uses elements from the common resources or from other application modules and defines the EXPRESS constructs that are specific to this part of ISO 10303.

This clause constitutes the Module Interpreted Module (MIM) of the application module.

This clause also specifies the modifications that apply to the constructs imported from the common resources.

The following restrictions apply to the use, in this schema, of constructs defined in common resources or in application modules:

Short names of entities defined in this schema are described in Annex A. Unambiguous identification of this schema is defined in Annex B.

EXPRESS specification:

*)
SCHEMA Footprint_definition_mim;

USE FROM Layered_interconnect_complex_template_mim;    --  ISO/TS 10303-1716

USE FROM Package_mim;    --  ISO/TS 10303-1707
(*

NOTE 1   The schemas referenced above are specified in the following part of ISO 10303:

Layered_interconnect_complex_template_mim ISO/TS 10303-1716
Package_mim ISO/TS 10303-1707

NOTE 2   See Annex D, Figures D.1and D.2 for a graphical representation of this schema.

5.2.1 MIM entity definitions

This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.

5.2.1.1 breakout_footprint_definition   EXPRESS-G

A breakout_footprint_definition is a type of generic_footprint_definition that implements the ARM concepts of Breakout_footprint_definition.

EXPRESS specification:

*)
ENTITY breakout_footprint_definition
  SUBTYPE OF (generic_footprint_definition);
END_ENTITY;
(*

5.2.1.2 footprint_definition   EXPRESS-G

A footprint_definition is a type of generic_footprint_definition that implements the ARM concepts of Footprint_definition.

EXPRESS specification:

*)
ENTITY footprint_definition
  SUBTYPE OF (generic_footprint_definition);
END_ENTITY;
(*

5.2.1.3 generic_footprint_definition   EXPRESS-G

A generic_footprint_definition is a type of multi_stratum_structured_template that implements the ARM concepts of Generic_footprint_definition. A generic_footprint_definition is one of a footprint_definition or a breakout_footprint_definition.

EXPRESS specification:

*)
ENTITY generic_footprint_definition ABSTRACT
  SUPERTYPE OF (ONEOF (footprint_definition,
                       breakout_footprint_definition))
  SUBTYPE OF (multi_stratum_structured_template);
END_ENTITY;
(*

5.2.1.4 package_footprint_relationship_definition   EXPRESS-G

A package_footprint_relationship_definition is a type of part_template_definition that implements the ARM concepts of Package_footprint_relationship_definition.

EXPRESS specification:

*)
ENTITY package_footprint_relationship_definition
  SUBTYPE OF (part_template_definition);
END_ENTITY;
(*

5.2.2 MIM subtype constraint definition

This subclause specifies the MIM subtype constraint for this module. The subtype constraint places a constraint on the possible super-type / subtype instantiations. The MIM subtype constraint and definition is specified below.

5.2.2.1 multi_stratum_structured_template_subtypes   EXPRESS-G

A multi_stratum_structured_template_subtypes constraint specifies a constraint that applies to instances of subtypes of multi_stratum_structured_template.

EXPRESS specification:

*)
SUBTYPE_CONSTRAINT multi_stratum_structured_template_subtypes FOR multi_stratum_structured_template;
  (ONEOF (padstack_definition,
          generic_footprint_definition,
          multi_stratum_special_symbol_template));
END_SUBTYPE_CONSTRAINT;
(*



*)
END_SCHEMA;  -- Footprint_definition_mim
(*


© ISO 2019 — All rights reserved