Schema DDL Defining a vector
U929-J-Z125-9-76 65
Dokuschablonen 19x24 Version 7.3us für FrameMaker V7.x vom 14.02.2007 © cognitas GmbH 2001-2007 24. Oktober 2007 Stand 09:30.23 Pfad: G:\vogt\fsc\ud s\Manuale\en\udsent_e\uds ent.k04
4.3 Defining a vector
PICTURE.....
[level-number ]vector-name OCCURS integer TIMES.
TYPE.....
A vector is an item with a repetition factor. The repetition factor must be greater than 1. It
denotes how many duplicates of the item are grouped into the vector.
A vector is defined in the same way as an item as described on page 55.
integer specifies the repetition factor.
Items of variable length and key items may not be declared vectors.
level-number denotes whether the vector is part of a repeating group:
If the vector is not to be part of a repeating group, the specified level number must be the
smallest level number in the whole record type.
If you want to declare the vector to be part of a repeating group, proceed as descr ibed on
page 66.
The limit is the maximum record length.
Example
02 CUST-ADDRESS PICTURE IS X(20) OCCU RS 2 TIMES.