|
ENTITY Adjacent_stratum_surface_embedded_sequential_laminate_surface_definition SUBTYPE OF (Adjacent_stratum_surface_embedded_physical_component_surface_definition); WHERE WR1: NOT ('COMPONENT_FEATURE_ARM.COMPONENT_FEATURE' IN TYPEOF(precedent_item)) OR ('INTERCONNECT_MODULE_USAGE_VIEW_ARM.INTERCONNECT_MODULE_SECONDARY_SURFACE' IN TYPEOF(precedent_item.definition)); WR2: NOT ('COMPONENT_FEATURE_ARM.COMPONENT_FEATURE' IN TYPEOF(subsequent_item)) OR ('INTERCONNECT_MODULE_USAGE_VIEW_ARM.INTERCONNECT_MODULE_PRIMARY_SURFACE' IN TYPEOF(subsequent_item.definition)); END_ENTITY; -- Adjacent_stratum_surface_embedded_sequential_laminate_surface_definition |
Entity data types and their attributesAdjacent_stratum_surface_embedded_physical_component_surface_definitionname: STRING; precedent_item: component_feature_or_stratum_surface; subsequent_item: component_feature_or_stratum_surface; Adjacent_stratum_surface_embedded_sequential_laminate_surface_definition - |
Global rules for this entity data type- |