Specifying minimum and maximum consecutive occurrences in the component list
The following table contains examples of how to specify in the component list the minimum and maximum consecutive occurrences for specific data objects:
Data Object | Min | Max | How to Specify |
---|---|---|---|
DateField | 1 | 5 | DateField (1:5) |
DetailRecord | 1 | 100 | DetailRecord (1:100) |
AddressField | 2 | 3 | AddressField (2:3) |