LE Loop Trailer
To indicate that the loop immediately preceding this segment is complete
Position
Element
Name
Type
Requirement
Min
Max
Repeat
The loop ID number given on the transaction set diagram is the value for this data element in segments LS and LE
Figures Appendix
Following is a figure detailing the use of the LE and LS segments in conjunction.
LE is a control segment. LE is always used in conjunction with a corresponding loop header (start) - LS, as illustrated below. The LS and LE indicate the start and end of a loop but are not part of the iteration of the loop.
LOOP NESTING
Loop "A" Header (LS "A")
Loop "B" Header (LS "B")
Loop "C" Header (LS "C")
Loop "C" Trailer (LE "C")
Loop "D" Header (LS "D")
Loop "D" Trailer (LE "D")
Loop "B" Trailer (LE "B")
Loop "A" Trailer (LE "A")
Neither LS nor LE is used if the data within the loop is not used.