|
ENTITY Documentation_layer_stratum SUBTYPE OF (Stratum); WHERE WR1: 'FABRICATION_TECHNOLOGY_ARM.DOCUMENTATION_LAYER_TECHNOLOGY' IN TYPEOF(SELF\Stratum.of_technology); WR2: NOT(SIZEOF(SELF\Stratum.base_component) = 1) OR (NOT(SELF\Stratum.of_technology\Documentation_layer_technology.pre_defined_documentation_layer_purpose = predefined_documentation_layer_purpose.soldermask) OR (SIZEOF(get_mrlc_not_for_base(SELF, base_component)) = 0)); END_ENTITY; -- Documentation_layer_stratum |
Entity data types and their attributesProduct_view_definition(OPT) id: STRING; (OPT) name: STRING; (OPT) additional_characterization: STRING; initial_context: View_definition_context; additional_contexts: SET [0:?] OF View_definition_context; defined_version: Product_version; Part_view_definition (RT) defined_version: Part_version; Item_shape (OPT) id: STRING; (OPT) description: STRING; described_element: shapeable_item; Stratum (RT) id: STRING; definition: Stratum_technology_occurrence; (DER) of_average_surface: SET [0:1] OF Stratum_average_surface; (RT) (DER) described_element: shapeable_item; (DER) base_component: SET [0:?] OF Area_component; (DER) of_product_version: SET [1:?] OF Product_version; (DER) of_technology: Stratum_technology; (INV) of_surface: SET [0:3] OF Stratum_surface FOR of_stratum; (INV) assembly: SET [1:?] OF Interconnect_module_stratum_assembly_relationship FOR component; (INV) stratum_usage: SET [0:1] OF External_source_identification FOR item; (INV) material_product: SET [0:1] OF Make_from_relationship FOR related_view; Documentation_layer_stratum - |
Global rules for this entity data type- |