### Valid Subgroup Value Entry Example Source: https://docs.oracle.com/cd/G47724_01/fscm92pbr55/eng/fscm/sqsy/UsingEIPDataRules-9f4421_pli=ul_d6672e144_sqsy This code snippet demonstrates a valid way to enter subgroup values for a measurement plan. It shows the use of QS_NVALUES to define the number of readings and QS_VALUEREADING_X for each individual reading. This example adheres to the rule that readings must be contiguous and start from 1. ```XML 3 1 2 3 . . . ```