Overview Schemas Index

Design_product_data_management_arm (jsdai.SDesign_product_data_management_arm)


RULE product_occurrence_usage FOR (Product_occurrence);

WHERE
          WR1: SIZEOF(QUERY( po <* Product_occurrence |
      NOT (
      (SIZEOF(USEDIN(po,'ASSEMBLY_STRUCTURE_ARM.PRODUCT_OCCURRENCE_DEFINITION_RELATIONSHIP.RELATED_VIEW')) +
        SIZEOF(USEDIN(po,'PRODUCT_BREAKDOWN_ARM.PRODUCT_DEFINITION_ELEMENT_RELATIONSHIP.PRODUCT'))) > 0
        )
        )) = 0;
END_RULE; -- product_occurrence_usage

public class RProduct_occurrence_usage
          public int rWr1(SdaiContext _context)
          public int run(SdaiContext _context, A_string violations)