var (
ErrEdiComponentElementIncorrectLocation = errors.New("edi component or element must be within a segment")
ErrArrayRequiresItem = errors.New("array's must contain the item property")
ErrSystemMaxItemCountExceeded = errors.New("maximum array item count exceeded")
)